File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop " >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <OutputType >WinExe</OutputType >
5- <TargetFramework >netcoreapp3.1 </TargetFramework >
6- <UseWindowsForms >true</UseWindowsForms >
5+ <TargetFramework >net6.0-windows </TargetFramework >
6+ <UseWindowsForms >true</UseWindowsForms >
77 <ApplicationIcon >icon.ico</ApplicationIcon >
88 <AssemblyVersion >1.0.0.0</AssemblyVersion >
9+ <FileVersion >1.0.0.0</FileVersion >
910 <Version >1.0.0</Version >
1011 </PropertyGroup >
1112
1213 <ItemGroup >
1314 <PackageReference Include =" SharpDX.XInput" Version =" 4.2.0" />
15+ <PackageReference Include =" System.Drawing.Common" Version =" 6.0.0" />
16+ <PackageReference Include =" System.Resources.Extensions" Version =" 6.0.0" />
1417 </ItemGroup >
1518
1619 <ItemGroup >
2831 </EmbeddedResource >
2932 </ItemGroup >
3033
31- </Project >
34+ </Project >
You can’t perform that action at this time.
0 commit comments