We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcc28e6 + a3f84b8 commit 363f3deCopy full SHA for 363f3de
XUnitTestProjectUUID/XUnitTestProjectUUID.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<TargetFramework>net6.0</TargetFramework>
@@ -9,7 +9,7 @@
9
<ItemGroup>
10
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.1" />
11
<PackageReference Include="xunit" Version="2.4.2" />
12
- <PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
+ <PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
13
<PrivateAssets>all</PrivateAssets>
14
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
15
</PackageReference>
0 commit comments