File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
dev/VSIX/ProjectTemplates/Desktop/CSharp/ClassLibrary Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFramework >$DotNetVersion$-windows10.0.19041.0</TargetFramework >
44 <TargetPlatformMinVersion >10.0.17763.0</TargetPlatformMinVersion >
77 <RuntimeIdentifiers Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) < 8" >win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers >
88 <UseWinUI >true</UseWinUI >
99 </PropertyGroup >
10-
11- <ItemGroup >
12- <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" $WindowsAppSDKNupkgVersion$" />
13- <PackageReference Include =" Microsoft.Windows.SDK.BuildTools" Version =" $WindowsSDKBuildToolsNupkgVersion$" />
14- </ItemGroup >
10+
1511</Project >
Original file line number Diff line number Diff line change 2929 </Project >
3030 <CustomParameters >
3131 <CustomParameter Name =" $NuGetPackages$" Value =" Microsoft.WindowsAppSDK;Microsoft.Windows.SDK.BuildTools" />
32+ <CustomParameter Name =" $DotNetVersion$" Value =" FIXME-Verify-Directory.Build.Targets-XmlPoke-Queries" />
3233 </CustomParameters >
3334 </TemplateContent >
3435 <WizardExtension >
You can’t perform that action at this time.
0 commit comments