From 0fd252583068de6adb06af4dbad89691d76a4ecf Mon Sep 17 00:00:00 2001 From: Arman Ossi Loko Date: Thu, 31 Oct 2024 01:06:53 +0100 Subject: [PATCH] Added net8.0 support #13 --- AutoUpdater.csproj | 32 ++++++++++++++++---------------- README.md | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/AutoUpdater.csproj b/AutoUpdater.csproj index 2758bab..8271f4a 100644 --- a/AutoUpdater.csproj +++ b/AutoUpdater.csproj @@ -1,22 +1,22 @@  - - net7.0 - enable - enable - true - + + net8.0 + enable + enable + true + - - - none - runtime - compile; build; native; contentfiles; analyzers; buildtransitive - - + + + none + runtime + compile; build; native; contentfiles; analyzers; buildtransitive + + - - - + + + diff --git a/README.md b/README.md index 9ce34cd..b4931ad 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ git clone https://github.com/dran1x/CS2-AutoUpdater && cd CS2-AutoUpdater # Make sure the CounterStrikeSharp dependacy has a valid path. - dotnet publish -f net7.0 -c Release + dotnet publish -f net8.0 -c Release ``` # Confiuration