From 8c4cb49d0265cd1c8fa871fb6b9963827ed34fa9 Mon Sep 17 00:00:00 2001 From: Dawid Bepierszcz <41084667+daffyyyy@users.noreply.github.com> Date: Mon, 15 Jan 2024 02:39:20 +0100 Subject: [PATCH] 1.2.7a - CounterStrikeSharp 146 --- .github/workflows/build.yml | 4 ++-- CS2-SimpleAdmin.csproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c93c496..6a20dea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Restore run: dotnet restore - name: Build @@ -42,7 +42,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Restore run: dotnet restore - name: Build diff --git a/CS2-SimpleAdmin.csproj b/CS2-SimpleAdmin.csproj index a9b77a8..7dc2678 100644 --- a/CS2-SimpleAdmin.csproj +++ b/CS2-SimpleAdmin.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 CS2_SimpleAdmin enable enable @@ -9,7 +9,7 @@ - +