diff options
| -rw-r--r-- | ShiftOS/ShiftOS/ShiftOS.csproj | 10 |
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 |
