Skip to content

Commit

Permalink
Update OpenGSQ.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck committed Jan 18, 2024
1 parent 2d92461 commit 9a0948c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions OpenGSQ/OpenGSQ.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<NetCoreAppCurrent>net8.0</NetCoreAppCurrent>
<NetCoreAppPrevious>net7.0</NetCoreAppPrevious>
<NetCoreAppMinimum>net6.0</NetCoreAppMinimum>
<NetFrameworkMinimum>net462</NetFrameworkMinimum>
</PropertyGroup>

<PropertyGroup>
<AssemblyTitle>OpenGSQ</AssemblyTitle>
Expand All @@ -19,13 +25,6 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

<PropertyGroup>
<NetCoreAppCurrent>net8.0</NetCoreAppCurrent>
<NetCoreAppPrevious>net7.0</NetCoreAppPrevious>
<NetCoreAppMinimum>net6.0</NetCoreAppMinimum>
<NetFrameworkMinimum>net462</NetFrameworkMinimum>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SharpZipLib" Version="1.4.2" />
<PackageReference Include="System.Net.Http.Json" Version="8.0.0" />
Expand Down

0 comments on commit 9a0948c

Please sign in to comment.