Skip to content

Commit e5bb831

Browse files
committed
try upgrading xunit
1 parent 13b8b06 commit e5bb831

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

samples/WebApp/WebApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</ItemGroup>
2222

2323
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
24-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.3*"/>
24+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.*"/>
2525
</ItemGroup>
2626

2727
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">

tests/Directory.Build.props

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1919
</PackageReference>
2020
<PackageReference Include="Testcontainers" Version="4.3.0"/>
21-
<PackageReference Include="xunit" Version="2.9.3"/>
22-
<PackageReference Include="xunit.extensibility.core" Version="2.9.3"/>
21+
<PackageReference Include="xunit.v3" Version="2.0.1"/>
22+
<PackageReference Include="xunit.analyzers" Version="1.21.1"/>
23+
<PackageReference Include="xunit.v3.extensibility.core" Version="2.0.1"/>
2324
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
2425
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2526
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)