Skip to content

Commit

Permalink
Merge pull request #2 from ShadoW-Shinigami/master
Browse files Browse the repository at this point in the history
Use Net 6.0
  • Loading branch information
urbanoanderson authored May 19, 2024
2 parents c69f223 + 9d0d4a8 commit ddfe4d5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions XinputWindowsManager/XinputWindowsManager.csproj
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon>icon.ico</ApplicationIcon>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<Version>1.0.0</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SharpDX.XInput" Version="4.2.0" />
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
<PackageReference Include="System.Resources.Extensions" Version="6.0.0" />
</ItemGroup>

<ItemGroup>
Expand All @@ -28,4 +31,4 @@
</EmbeddedResource>
</ItemGroup>

</Project>
</Project>

0 comments on commit ddfe4d5

Please sign in to comment.