We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6761a8 commit a97c755Copy full SHA for a97c755
1 file changed
AppDataStorage.Test/AppDataStorage.Test.csproj
@@ -1,14 +1,11 @@
1
<Project>
2
- <Sdk Name="MStest.Sdk" />
+ <Sdk Name="MSTest.Sdk" />
3
<Sdk Name="ktsu.Sdk" />
4
5
<PropertyGroup>
6
<IsTestProject>true</IsTestProject>
7
<TargetFramework>net10.0</TargetFramework>
8
<TargetFrameworks></TargetFrameworks>
9
- <TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
10
- <TestingPlatformShowTestsFailure>true</TestingPlatformShowTestsFailure>
11
- <TestingPlatformShowTestsFailureDetails>true</TestingPlatformShowTestsFailureDetails>
12
</PropertyGroup>
13
14
<ItemGroup>
0 commit comments