Skip to content

Commit d8bf135

Browse files
author
Simon Zhao (BEYONDSOFT CONSULTING INC)
committed
Revert the change in test\TestAssets\TestProjects\XUnitTestProject\XUnitTestProject.csproj file and use the fixed version of the package.
1 parent d403680 commit d8bf135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/TestAssets/TestProjects/XUnitTestProject/XUnitTestProject.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(MicrosoftNETTestSdkPackageVersion)" />
8+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
99
<PackageReference Include="xunit" Version="2.2.0" />
1010
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
1111
</ItemGroup>

0 commit comments

Comments
 (0)