Skip to content

Commit a865700

Browse files
author
github-actions
committed
fix: update packages
1 parent 5ccea0b commit a865700

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

test/Aguacongas.AspNetCore.Authentication.EntityFramework.Test/Aguacongas.AspNetCore.Authentication.EntityFramework.Test.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PrivateAssets>all</PrivateAssets>
1313
</PackageReference>
1414
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.8" />
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.0" />
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.1" />
1616
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
1717
<PrivateAssets>all</PrivateAssets>
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

test/Aguacongas.AspNetCore.Authentication.RavenDb.Test/Aguacongas.AspNetCore.Authentication.RavenDb.Test.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
<PrivateAssets>all</PrivateAssets>
1414
</PackageReference>
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.0" />
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.1" />
1616
<PackageReference Include="RavenDB.TestDriver" Version="5.4.1" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
1818
<PrivateAssets>all</PrivateAssets>

test/Aguacongas.AspNetCore.Authentication.Redis.Test/Aguacongas.AspNetCore.Authentication.Redis.Test.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PrivateAssets>all</PrivateAssets>
1414
</PackageReference>
1515
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="6.0.1" />
16-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.0" />
16+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.1" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

test/Aguacongas.AspNetCore.Authentication.Test/Aguacongas.AspNetCore.Authentication.Test.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="Microsoft.AspNetCore.Authentication.WsFederation" Version="6.0.8" />
1515
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.8" />
1616
<PackageReference Include="Moq" Version="4.18.2" />
17-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.0" />
17+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.1" />
1818
<PackageReference Include="xunit" Version="2.4.2" />
1919
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
2020
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)