Skip to content

Commit a97c755

Browse files
Fix SDK name typo and remove unnecessary testing platform properties
1 parent c6761a8 commit a97c755

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

AppDataStorage.Test/AppDataStorage.Test.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
<Project>
2-
<Sdk Name="MStest.Sdk" />
2+
<Sdk Name="MSTest.Sdk" />
33
<Sdk Name="ktsu.Sdk" />
44

55
<PropertyGroup>
66
<IsTestProject>true</IsTestProject>
77
<TargetFramework>net10.0</TargetFramework>
88
<TargetFrameworks></TargetFrameworks>
9-
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
10-
<TestingPlatformShowTestsFailure>true</TestingPlatformShowTestsFailure>
11-
<TestingPlatformShowTestsFailureDetails>true</TestingPlatformShowTestsFailureDetails>
129
</PropertyGroup>
1310

1411
<ItemGroup>

0 commit comments

Comments
 (0)