Skip to content

Commit

Permalink
move to dotnet 8
Browse files Browse the repository at this point in the history
  • Loading branch information
destoer committed Mar 31, 2024
1 parent 8761558 commit 7265184
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion WardenService/WardenService.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
yes | cp src/bin/Debug/net7.0/* "../../plugins/Cs2Jailbreak/"
yes | cp WardenService/bin/Debug/net7.0/* "../../shared/WardenService/"
yes | cp src/bin/Debug/net8.0/* "../../plugins/Cs2Jailbreak/"
#yes | cp WardenService/bin/Debug/net8.0/* "../../shared/WardenService/"
cp -r lang "../../plugins/Cs2Jailbreak/"
2 changes: 1 addition & 1 deletion src/Cs2Jailbreak.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down

0 comments on commit 7265184

Please sign in to comment.