Skip to content

Commit 0eea537

Browse files
Fix package version and formatting in windowing winforms sample (#134)
1 parent 231150e commit 0eea537

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

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>
1212

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>
1717

1818
</Project>

0 commit comments

Comments
 (0)