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" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net6.0</TargetFramework >
5
5
<Nullable >enable</Nullable >
6
-
7
- <IsPackable >false</IsPackable >
8
6
<LangVersion >preview</LangVersion >
7
+ <UseVSTestRunner >true</UseVSTestRunner >
9
8
</PropertyGroup >
10
9
11
10
<ItemGroup >
12
11
<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" />
16
12
</ItemGroup >
17
13
18
14
<ItemGroup >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET .Sdk" >
1
+ <Project Sdk =" MSTest .Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net6.0</TargetFramework >
5
5
<Nullable >enable</Nullable >
6
-
7
- <IsPackable >false</IsPackable >
6
+ <UseVSTestRunner >true</UseVSTestRunner >
8
7
</PropertyGroup >
9
8
10
9
<ItemGroup >
11
10
<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" />
15
11
</ItemGroup >
16
12
17
13
<ItemGroup >
Original file line number Diff line number Diff line change 6
6
<Import Project =" $(MSBuildThisFileDirectory)\Head.WinAppSdk.props" />
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" Microsoft.TestPlatform.TestHost" Version =" 17.1 .0" >
9
+ <PackageReference Include =" Microsoft.TestPlatform.TestHost" Version =" 17.10 .0" >
10
10
<ExcludeAssets >build</ExcludeAssets >
11
11
</PackageReference >
12
12
</ItemGroup >
Original file line number Diff line number Diff line change 7
7
8
8
<!-- Test Dependencies -->
9
9
<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" />
12
11
13
12
<ProjectReference Include =" $(ToolingDirectory)\CommunityToolkit.Tooling.TestGen\CommunityToolkit.Tooling.TestGen.csproj" OutputItemType =" Analyzer" ReferenceOutputAssembly =" True" />
14
13
</ItemGroup >
Original file line number Diff line number Diff line change 3
3
"version" : " 8.0.201" ,
4
4
"rollForward" : " latestFeature"
5
5
},
6
- "msbuild-sdks" :
6
+ "msbuild-sdks" :
7
7
{
8
- "MSBuild.Sdk.Extras" :" 3.0.23"
8
+ "MSBuild.Sdk.Extras" :" 3.0.23" ,
9
+ "MSTest.Sdk" : " 3.5.0"
9
10
}
10
11
}
You can’t perform that action at this time.
0 commit comments