From a05386578ad6a70ed507ed9e431c82cc11ce085f Mon Sep 17 00:00:00 2001 From: mmuffins Date: Thu, 4 Dec 2025 22:29:19 +0100 Subject: [PATCH] Upgrade solution to .net10 --- .github/workflows/push-nuget.yml | 4 ++-- SteamStorefrontAPI/SteamStorefrontAPI.csproj | 2 +- SteamStorefrontConsole/SteamStorefrontConsole.csproj | 2 +- Tests/Tests.csproj | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/push-nuget.yml b/.github/workflows/push-nuget.yml index daffc72..c2d127b 100644 --- a/.github/workflows/push-nuget.yml +++ b/.github/workflows/push-nuget.yml @@ -9,7 +9,7 @@ on: - 'dependabot/**' env: - base_version_number: "2.0.1" + base_version_number: "3.0.0" build_configuration: "Release" jobs: @@ -32,7 +32,7 @@ jobs: - name: Install .NET uses: actions/setup-dotnet@v5 with: - dotnet-version: 8.0.x + dotnet-version: 10.0.x - name: Setup msbuild uses: microsoft/setup-msbuild@v2.0.0 diff --git a/SteamStorefrontAPI/SteamStorefrontAPI.csproj b/SteamStorefrontAPI/SteamStorefrontAPI.csproj index 5d2189d..fd9ec5d 100644 --- a/SteamStorefrontAPI/SteamStorefrontAPI.csproj +++ b/SteamStorefrontAPI/SteamStorefrontAPI.csproj @@ -1,7 +1,7 @@ - net8.0 + net10.0 enable enable True diff --git a/SteamStorefrontConsole/SteamStorefrontConsole.csproj b/SteamStorefrontConsole/SteamStorefrontConsole.csproj index 19dedaf..4aee22e 100644 --- a/SteamStorefrontConsole/SteamStorefrontConsole.csproj +++ b/SteamStorefrontConsole/SteamStorefrontConsole.csproj @@ -2,7 +2,7 @@ Exe - net8.0 + net10.0 enable enable diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index bdb89e7..59136e2 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -1,7 +1,7 @@ - net8.0 + net10.0 enable enable