We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 509134d + 48ee480 commit a102b01Copy full SHA for a102b01
Source/Cake.Twitter.Tests/Cake.Twitter.Tests.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<TargetFrameworks>net6.0</TargetFrameworks>
@@ -23,7 +23,7 @@
23
<PrivateAssets>all</PrivateAssets>
24
</PackageReference>
25
<PackageReference Include="xunit" Version="2.5.0" />
26
- <PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
+ <PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
27
28
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
29
0 commit comments