Skip to content

Commit

Permalink
Update NuGet packages to latest versions in submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimeEagle committed Dec 23, 2023
1 parent 4b97f2e commit 9a42260
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VNet.Mathematics.Tests/VNet.Mathematics.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<IsTestProject>true</IsTestProject>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0-preview-23577-04" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
<PackageReference Include="coverlet.collector" Version="6.0.0">
Expand Down
4 changes: 2 additions & 2 deletions VNet.Mathematics/VNet.Mathematics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
<PropertyGroup Condition="'$(ServerBuild)' != ''">
</PropertyGroup>
<ItemGroup Condition="'$(ServerBuild)' != ''">
<PackageReference Include="VNet.Configuration" Version="1.0.0" />
<PackageReference Include="VNet.System" Version="1.0.0" />
<PackageReference Include="VNet.Configuration" Version="1.0.1" />
<PackageReference Include="VNet.System" Version="1.1.1" />
</ItemGroup>
<ItemGroup Condition="'$(ServerBuild)' == ''">
<ProjectReference Include="..\..\VNet.Configuration\VNet.Configuration\VNet.Configuration.csproj" />
Expand Down

0 comments on commit 9a42260

Please sign in to comment.