Skip to content

Commit

Permalink
Update references; Add reference libraries;
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldelaparra committed Oct 25, 2020
1 parent 0935e35 commit 1371182
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ModelToRdf.Extensions/ModelToRdf.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="dotNetRDF" Version="2.2.0" />
<PackageReference Include="dotNetRDF" Version="2.6.0" />
</ItemGroup>

<ItemGroup>
Expand Down
16 changes: 11 additions & 5 deletions ModelToRdf.UnitTests/ModelToRdf.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,17 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="dotNetRDF" Version="2.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
<PackageReference Include="xunit" Version="2.4.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
<PackageReference Include="coverlet.collector" Version="1.0.1" />
<PackageReference Include="dotNetRDF" Version="2.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="1.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion ModelToRdf.Wasm/ModelToRdf.Wasm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="3.2.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Build" Version="3.2.1" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="3.2.1" PrivateAssets="all" />
<PackageReference Include="System.Net.Http.Json" Version="3.2.0" />
<PackageReference Include="System.Net.Http.Json" Version="3.2.1" />
</ItemGroup>

<ItemGroup>
Expand Down
10 changes: 7 additions & 3 deletions ModelToRdf/ModelToRdf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Authors>Gabriel De La Parra</Authors>
<Company />
<Description>A simple tool to create NTriples from XML or JSON data.</Description>
Expand All @@ -12,12 +12,16 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="dotnetrdf" Version="2.2.0" />
<PackageReference Include="dotnetrdf" Version="2.6.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Teronis.MSBuild.Packaging.ProjectBuildInPackage" Version="0.1.7">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\ModelToRdf.Extensions\ModelToRdf.Extensions.csproj" />
<ProjectReference Include="..\ModelToRdf.Extensions\ModelToRdf.Extensions.csproj" PrivateAssets="all"/>
</ItemGroup>

</Project>

0 comments on commit 1371182

Please sign in to comment.