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.
1 parent a08ba46 commit 7fed46fCopy full SHA for 7fed46f
tests/SideBySide/SideBySide.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup Condition=" '$(Configuration)' != 'Baseline' ">
4
<TargetFrameworks>net452;net461;net472;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
@@ -28,7 +28,7 @@
28
29
<ItemGroup>
30
<!--testing packages-->
31
- <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
+ <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
32
<PackageReference Include="xunit" Version="2.4.1" />
33
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
34
<!--app packages-->
0 commit comments