File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1+ <Project >
2+
3+ <PropertyGroup >
4+ <TestingPlatformShowTestsFailure >true</TestingPlatformShowTestsFailure >
5+ <TestingPlatformDotnetTestSupport >true</TestingPlatformDotnetTestSupport >
6+ <EnableMSTestRunner >true</EnableMSTestRunner >
7+ </PropertyGroup >
8+
9+ </Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4+
5+ <OutputType >Exe</OutputType >
46 <TargetFramework >net8.0</TargetFramework >
57 <IsPackable >false</IsPackable >
68 <EnableNETAnalyzers >false</EnableNETAnalyzers >
1618
1719 <ItemGroup >
1820 <PackageReference Include =" Microsoft.IO.RecyclableMemoryStream" Version =" 3.0.1" />
19- <PackageReference Include =" MSTest.TestAdapter" Version =" 3.6.3 " />
20- <PackageReference Include =" MSTest.TestFramework" Version =" 3.6.3 " />
21- < PackageReference Include = " Microsoft.NET.Test.Sdk " Version = " 17.12.0 " />
21+ <PackageReference Include =" MSTest.TestAdapter" Version =" 3.8.2 " />
22+ <PackageReference Include =" MSTest.TestFramework" Version =" 3.8.2 " />
23+
2224
2325 <FrameworkReference Include =" Microsoft.AspNetCore.App" />
2426 </ItemGroup >
You can’t perform that action at this time.
0 commit comments