From 60ef9e4bc8eb5ec0a690658a262f5fb29cdb1abd Mon Sep 17 00:00:00 2001 From: JStalnac <55840834+JStalnac@users.noreply.github.com> Date: Sat, 16 Mar 2024 16:10:40 +0200 Subject: [PATCH] Update to .NET 8.0 --- .github/workflows/dotnet.yml | 4 +- SharpSpades.Api/SharpSpades.Api.csproj | 4 +- SharpSpades.Cli/SharpSpades.Cli.csproj | 4 +- SharpSpades.Tests/SharpSpades.Tests.csproj | 68 +++++++++++----------- SharpSpades/SharpSpades.csproj | 4 +- 5 files changed, 42 insertions(+), 42 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index a3c7551..1290a78 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -5,12 +5,12 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Restore dependencies run: dotnet restore diff --git a/SharpSpades.Api/SharpSpades.Api.csproj b/SharpSpades.Api/SharpSpades.Api.csproj index ed5de61..07fec54 100644 --- a/SharpSpades.Api/SharpSpades.Api.csproj +++ b/SharpSpades.Api/SharpSpades.Api.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 enable enable @@ -17,4 +17,4 @@ - + \ No newline at end of file diff --git a/SharpSpades.Cli/SharpSpades.Cli.csproj b/SharpSpades.Cli/SharpSpades.Cli.csproj index 0cde632..fd3adaf 100644 --- a/SharpSpades.Cli/SharpSpades.Cli.csproj +++ b/SharpSpades.Cli/SharpSpades.Cli.csproj @@ -1,8 +1,8 @@ - + Exe - net6.0 + net8.0 enable diff --git a/SharpSpades.Tests/SharpSpades.Tests.csproj b/SharpSpades.Tests/SharpSpades.Tests.csproj index 242c957..ee2f68f 100644 --- a/SharpSpades.Tests/SharpSpades.Tests.csproj +++ b/SharpSpades.Tests/SharpSpades.Tests.csproj @@ -1,34 +1,34 @@ - - - - net6.0 - enable - false - - - - - ../lib/ENet.Managed.dll - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - - + + + + net8.0 + enable + false + + + + + ../lib/ENet.Managed.dll + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + + diff --git a/SharpSpades/SharpSpades.csproj b/SharpSpades/SharpSpades.csproj index fd75213..0cc25c2 100644 --- a/SharpSpades/SharpSpades.csproj +++ b/SharpSpades/SharpSpades.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 enable true @@ -32,4 +32,4 @@ - + \ No newline at end of file