aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS
diff options
context:
space:
mode:
authorAndrew Lee <[email protected]>2024-02-27 18:21:07 -0500
committerAndrew Lee <[email protected]>2024-02-27 18:22:13 -0500
commit32882d8b876f6afa13307d0ef636a4f862d52007 (patch)
tree47b0670b2a10bb6a70900ff39f6367f97a50dad0 /ShiftOS
parenta227f0e3dfc632cf1e6931b831db7d75fe0d40b3 (diff)
downloadshiftos-challenge-32882d8b876f6afa13307d0ef636a4f862d52007.tar.gz
shiftos-challenge-32882d8b876f6afa13307d0ef636a4f862d52007.tar.bz2
shiftos-challenge-32882d8b876f6afa13307d0ef636a4f862d52007.zip
Updated .NET version
Diffstat (limited to 'ShiftOS')
-rw-r--r--ShiftOS/ShiftOS/ShiftOS.csproj10
1 files changed, 5 insertions, 5 deletions
diff --git a/ShiftOS/ShiftOS/ShiftOS.csproj b/ShiftOS/ShiftOS/ShiftOS.csproj
index 78144f1..d104751 100644
--- a/ShiftOS/ShiftOS/ShiftOS.csproj
+++ b/ShiftOS/ShiftOS/ShiftOS.csproj
@@ -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> \ No newline at end of file