Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//dev/main.net/": change = 112498]
  • Loading branch information
vasac committed Nov 21, 2024
1 parent d6c542e commit e23b9ac
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/Coherence/Coherence.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='net6.0'">
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.1" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='net8.0'">
Expand Down
2 changes: 1 addition & 1 deletion tests/Coherence.Pof.Tests/Coherence.Pof.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<ItemGroup>
<PackageReference Include="nunit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="TestCentric.Metadata" Version="2.0.0" />
</ItemGroup>

Expand Down
10 changes: 8 additions & 2 deletions tests/Coherence.Tests/Coherence.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,16 @@
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.31" />
<PackageReference Include="nunit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
<PackageReference Include="System.Text.Json" Version="6.0.10" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="TestCentric.Metadata" Version="2.0.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='net6.0'">
<PackageReference Include="System.Text.Json" Version="6.0.11" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)'=='net8.0'">
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Coherence.SessionStore\Coherence.SessionStore.csproj" />
Expand Down

0 comments on commit e23b9ac

Please sign in to comment.