Skip to content

Commit a3ae7db

Browse files
committed
chore: updates testing dependencies
1 parent 70a733f commit a3ae7db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/Microsoft.OpenAPI.OData.Reader.Tests/Microsoft.OpenAPI.OData.Reader.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@
7272
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
7373
<PrivateAssets>all</PrivateAssets>
7474
</PackageReference>
75-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
75+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
7676
<PackageReference Include="Microsoft.OpenApi" Version="1.6.23" />
77-
<PackageReference Include="xunit" Version="2.9.0" />
78-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
77+
<PackageReference Include="xunit" Version="2.9.2" />
78+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">
7979
<PrivateAssets>all</PrivateAssets>
8080
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
8181
</PackageReference>

0 commit comments

Comments
 (0)