This repository was archived by the owner on Mar 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3232 <ItemGroup >
3333 <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" $WASDKVersion$" />
3434 <PackageReference Include =" Microsoft.Windows.SDK.BuildTools" Version =" $WASDKBuildToolsVersion$" />
35- <PackageReference Include =" MSTest.TestAdapter" Version =" 3.1.1 " />
36- <PackageReference Include =" MSTest.TestFramework" Version =" 3.1.1 " />
35+ <PackageReference Include =" MSTest.TestAdapter" Version =" 3.2.2 " />
36+ <PackageReference Include =" MSTest.TestFramework" Version =" 3.2.2 " />
3737 <PackageReference Include =" Microsoft.TestPlatform.TestHost" Version =" 17.7.2" >
3838 <ExcludeAssets >build</ExcludeAssets >
3939 </PackageReference >$ExtraLibs$
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<VSTemplate Version =" 3.0.0" xmlns =" http://schemas.microsoft.com/developer/vstemplate/2005" Type =" Project" >
33 <TemplateData >
4- <Name >WinUI 3 Blank - UnitTest </Name >
5- <Description >Creates a new Blank WinUI 3 Unit Test App without WinUICommunity Packages and Configs using MSTest </Description >
4+ <Name >WinUI 3 MSTest - (Unit Test) </Name >
5+ <Description >Creates a new Blank WinUI 3 App that contains MSTest unit test without WinUICommunity Packages and Configs</Description >
66 <Icon >WinUIApp.ico</Icon >
77 <TemplateID >WinUIApp-Blank-UnitTest-{AD16C803-9A57-46D9-A2D0-0338C16CE455}</TemplateID >
88 <TemplateGroupID >WinRT-Managed</TemplateGroupID >
2323 <ProjectTypeTag >desktop</ProjectTypeTag >
2424 <ProjectTypeTag >WinUI</ProjectTypeTag >
2525 <ProjectTypeTag >WinUICommunity</ProjectTypeTag >
26- <ProjectTypeTag >Test</ProjectTypeTag >
26+ <ProjectTypeTag >Test</ProjectTypeTag >
2727 </TemplateData >
2828 <TemplateContent PreferedSolutionConfiguration =" Debug|x86" >
2929 <Project File =" ProjectTemplate.csproj" ReplaceParameters =" true" >
Original file line number Diff line number Diff line change 22<VSTemplate Version =" 3.0.0" xmlns =" http://schemas.microsoft.com/developer/vstemplate/2005" Type =" Project" >
33 <TemplateData >
44 <Name >WinUI 3 App</Name >
5- <Description >Creates a new Blank WinUI 3 App with WinUICommunity Packages and Custom TitleBar</Description >
5+ <Description >Creates a new WinUI 3 App with WinUICommunity Packages and Custom TitleBar</Description >
66 <Icon >WinUIApp.ico</Icon >
77 <TemplateID >WinUIApp-{AF97DF11-A759-4AB1-AA13-0C96274A6522}</TemplateID >
88 <TemplateGroupID >WinRT-Managed</TemplateGroupID >
You can’t perform that action at this time.
0 commit comments