Skip to content

Commit 08bce70

Browse files
author
Ghaith Prosoft
committed
Update test SDK, coverlet; remove System.Text.Json refs
Upgraded Microsoft.NET.Test.Sdk to 18.0.1 and coverlet.collector to 6.0.4 in test project. Removed System.Text.Json package references for all target frameworks in main project.
1 parent f0ca7d0 commit 08bce70

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

NETCore.Keycloak.Client.Tests/NETCore.Keycloak.Client.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<ItemGroup>
1818
<PackageReference Include="AutoFixture" Version="4.18.1" PrivateAssets="all" />
1919
<PackageReference Include="Bogus" Version="35.6.5" PrivateAssets="all" />
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" PrivateAssets="all" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" PrivateAssets="all" />
2121
<PackageReference Include="Moq" Version="4.20.72" PrivateAssets="all" />
2222
<PackageReference Include="MSTest.TestAdapter" Version="3.0.4" PrivateAssets="all" />
2323
<PackageReference Include="MSTest.TestFramework" Version="3.0.4" PrivateAssets="all" />
24-
<PackageReference Include="coverlet.collector" Version="6.0.0" PrivateAssets="all" />
24+
<PackageReference Include="coverlet.collector" Version="6.0.4" PrivateAssets="all" />
2525
<PackageReference Include="PasswordGenerator" Version="2.1.0" PrivateAssets="all" />
2626
</ItemGroup>
2727

NETCore.Keycloak.Client/NETCore.Keycloak.Client.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.1" />
4444
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.3.9" />
4545
<PackageReference Include="Microsoft.AspNetCore.Authentication.Abstractions" Version="2.3.9" />
46-
<PackageReference Include="System.Text.Json" Version="8.0.6" />
4746
</ItemGroup>
4847

4948
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
@@ -53,7 +52,6 @@
5352
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.1" />
5453
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.3.9" />
5554
<PackageReference Include="Microsoft.AspNetCore.Authentication.Abstractions" Version="2.3.9" />
56-
<PackageReference Include="System.Text.Json" Version="9.0.11" />
5755
</ItemGroup>
5856

5957
<ItemGroup Condition="'$(TargetFramework)' == 'net10.0'">
@@ -63,6 +61,5 @@
6361
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.1" />
6462
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.3.9" />
6563
<PackageReference Include="Microsoft.AspNetCore.Authentication.Abstractions" Version="2.3.9" />
66-
<PackageReference Include="System.Text.Json" Version="10.0.1" />
6764
</ItemGroup>
6865
</Project>

0 commit comments

Comments
 (0)