File tree Expand file tree Collapse file tree 5 files changed +9
-17
lines changed
Expand file tree Collapse file tree 5 files changed +9
-17
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET .Sdk" >
1+ <Project Sdk =" MSTest .Sdk" >
22
33 <PropertyGroup >
44 <TargetFramework >net6.0</TargetFramework >
55 <Nullable >enable</Nullable >
6-
7- <IsPackable >false</IsPackable >
86 <LangVersion >preview</LangVersion >
7+ <UseVSTestRunner >true</UseVSTestRunner >
98 </PropertyGroup >
109
1110 <ItemGroup >
1211 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 4.8.0" />
13- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.0.0" />
14- <PackageReference Include =" MSTest.TestAdapter" Version =" 2.2.10" />
15- <PackageReference Include =" MSTest.TestFramework" Version =" 2.2.10" />
1612 </ItemGroup >
1713
1814 <ItemGroup >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET .Sdk" >
1+ <Project Sdk =" MSTest .Sdk" >
22
33 <PropertyGroup >
44 <TargetFramework >net6.0</TargetFramework >
55 <Nullable >enable</Nullable >
6-
7- <IsPackable >false</IsPackable >
6+ <UseVSTestRunner >true</UseVSTestRunner >
87 </PropertyGroup >
98
109 <ItemGroup >
1110 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 4.8.0" />
12- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.0.0" />
13- <PackageReference Include =" MSTest.TestAdapter" Version =" 2.2.10" />
14- <PackageReference Include =" MSTest.TestFramework" Version =" 2.2.10" />
1511 </ItemGroup >
1612
1713 <ItemGroup >
Original file line number Diff line number Diff line change 66 <Import Project =" $(MSBuildThisFileDirectory)\Head.WinAppSdk.props" />
77
88 <ItemGroup >
9- <PackageReference Include =" Microsoft.TestPlatform.TestHost" Version =" 17.1 .0" >
9+ <PackageReference Include =" Microsoft.TestPlatform.TestHost" Version =" 17.10 .0" >
1010 <ExcludeAssets >build</ExcludeAssets >
1111 </PackageReference >
1212 </ItemGroup >
Original file line number Diff line number Diff line change 77
88 <!-- Test Dependencies -->
99 <ItemGroup >
10- <PackageReference Include =" MSTest.TestAdapter" Version =" 2.2.10" />
11- <PackageReference Include =" MSTest.TestFramework" Version =" 2.2.10" />
10+ <PackageReference Include =" MSTest" Version =" 3.5.0" />
1211
1312 <ProjectReference Include =" $(ToolingDirectory)\CommunityToolkit.Tooling.TestGen\CommunityToolkit.Tooling.TestGen.csproj" OutputItemType =" Analyzer" ReferenceOutputAssembly =" True" />
1413 </ItemGroup >
Original file line number Diff line number Diff line change 33 "version" : " 8.0.201" ,
44 "rollForward" : " latestFeature"
55 },
6- "msbuild-sdks" :
6+ "msbuild-sdks" :
77 {
8- "MSBuild.Sdk.Extras" :" 3.0.23"
8+ "MSBuild.Sdk.Extras" :" 3.0.23" ,
9+ "MSTest.Sdk" : " 3.5.0"
910 }
1011}
You can’t perform that action at this time.
0 commit comments