mirror of
https://github.com/Alee14/shiftos-challenge.git
synced 2025-01-22 03:01:47 -05:00
Updated .NET version
This commit is contained in:
parent
a227f0e3df
commit
32882d8b87
1 changed files with 5 additions and 5 deletions
|
@ -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>
|
Loading…
Reference in a new issue