File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Samples/Windowing/cs-winforms-unpackaged Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
- <PropertyGroup >
4
- <OutputType >WinExe</OutputType >
5
- <TargetFramework >net5.0-windows10.0.19041.0</TargetFramework >
6
- <TargetPlatformMinVersion >10.0.17763.0</TargetPlatformMinVersion >
7
- <UseWindowsForms >true</UseWindowsForms >
8
- <Platforms >x86;x64</Platforms >
9
- <RuntimeIdentifiers >win10-x86;win10-x64</RuntimeIdentifiers >
10
- <WindowsPackageType >None</WindowsPackageType >
11
- </PropertyGroup >
3
+ <PropertyGroup >
4
+ <OutputType >WinExe</OutputType >
5
+ <TargetFramework >net5.0-windows10.0.19041.0</TargetFramework >
6
+ <TargetPlatformMinVersion >10.0.17763.0</TargetPlatformMinVersion >
7
+ <UseWindowsForms >true</UseWindowsForms >
8
+ <Platforms >x86;x64</Platforms >
9
+ <RuntimeIdentifiers >win10-x86;win10-x64</RuntimeIdentifiers >
10
+ <WindowsPackageType >None</WindowsPackageType >
11
+ </PropertyGroup >
12
12
13
- <ItemGroup >
14
- <PackageReference Include =" Microsoft.Windows.SDK.BuildTools " Version =" 10 .0.22499-preview " />
15
- <PackageReference Include =" Microsoft.WindowsAppSDK " Version =" 1 .0.0 " />
16
- </ItemGroup >
13
+ <ItemGroup >
14
+ <PackageReference Include =" Microsoft.WindowsAppSDK " Version =" 1 .0.0 " />
15
+ <PackageReference Include =" Microsoft.Windows.SDK.BuildTools " Version =" 10 .0.22000.196 " />
16
+ </ItemGroup >
17
17
18
18
</Project >
You can’t perform that action at this time.
0 commit comments