Skip to content

Commit 7fed46f

Browse files
committed
Update Microsoft.NET.Test.Sdk to 17.0.0.
1 parent a08ba46 commit 7fed46f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/SideBySide/SideBySide.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup Condition=" '$(Configuration)' != 'Baseline' ">
44
<TargetFrameworks>net452;net461;net472;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
@@ -28,7 +28,7 @@
2828

2929
<ItemGroup>
3030
<!--testing packages-->
31-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
31+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
3232
<PackageReference Include="xunit" Version="2.4.1" />
3333
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
3434
<!--app packages-->

0 commit comments

Comments
 (0)