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