Updated .NET version

This commit is contained in:
Andrew Lee 2024-02-27 18:21:07 -05:00
parent a227f0e3df
commit 32882d8b87
Signed by: andrew
SSH key fingerprint: SHA256:bbGg1DYG5CuKl2jo1DqzvUsaTeyvhM3tjCsej5lYMg4

View file

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net5.0-windows</TargetFrameworks>
<TargetFrameworks>net8.0-windows</TargetFrameworks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
@ -20,7 +20,7 @@
<StartupObject />
</PropertyGroup>
<ItemGroup>
<Compile Include ="..\ShiftOS\**\*.cs" />
<Compile Include="..\ShiftOS\**\*.cs" />
</ItemGroup>
<ItemGroup>
<Compile Update="Desktop.cs">
@ -491,8 +491,8 @@
<None Include="Resources\3beepvirus.wav" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="docopt.net" Version="0.6.1.10" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="3.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Include="docopt.net" Version="0.8.1" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
</Project>