diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 259849a19e..ca8d4b16bb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: uses: actions/setup-dotnet@v4.0.0 with: dotnet-version: | - 8.0.201 + 8.0.203 7.0.404 - name: Restore dependencies run: | @@ -61,7 +61,7 @@ jobs: uses: actions/setup-dotnet@v4.0.0 with: dotnet-version: | - 8.0.201 + 8.0.203 7.0.404 - name: Restore Packages run: dotnet restore --no-cache -f -v minimal DisCatSharp.sln diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e3a123b396..2b09062105 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -43,7 +43,7 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: | - 8.0.201 + 8.0.203 7.0.404 - name: Restore dependencies run: dotnet restore --no-cache -f -v minimal DisCatSharp.sln diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 49f7e8290d..15bcf01d28 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -22,7 +22,7 @@ jobs: uses: actions/setup-dotnet@v4.0.0 with: dotnet-version: | - 8.0.201 + 8.0.203 7.0.403 - name: Git fetch unshallow run: git fetch --unshallow diff --git a/.github/workflows/documentation_test.yml b/.github/workflows/documentation_test.yml index 6e73af708e..4568acdf50 100644 --- a/.github/workflows/documentation_test.yml +++ b/.github/workflows/documentation_test.yml @@ -23,7 +23,7 @@ jobs: uses: actions/setup-dotnet@v4.0.0 with: dotnet-version: | - 8.0.201 + 8.0.203 7.0.403 - name: Install DocFX run: dotnet tool update -g docfx diff --git a/.github/workflows/internal-release.yml b/.github/workflows/internal-release.yml index e6bbc38fe3..ea0421a576 100644 --- a/.github/workflows/internal-release.yml +++ b/.github/workflows/internal-release.yml @@ -25,7 +25,7 @@ jobs: uses: actions/setup-dotnet@v4.0.0 with: dotnet-version: | - 8.0.201 + 8.0.203 7.0.404 - name: Restore dependencies run: | diff --git a/.github/workflows/public-dev-release.yml b/.github/workflows/public-dev-release.yml index fc9f134390..0f243ded4d 100644 --- a/.github/workflows/public-dev-release.yml +++ b/.github/workflows/public-dev-release.yml @@ -39,7 +39,7 @@ jobs: uses: actions/setup-dotnet@v4.0.0 with: dotnet-version: | - 8.0.201 + 8.0.203 7.0.404 - name: Restore dependencies run: dotnet restore --no-cache -f -v minimal DisCatSharp.sln diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7526d9dd48..c85e71d3d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: uses: actions/setup-dotnet@v4.0.0 with: dotnet-version: | - 8.0.201 + 8.0.203 7.0.404 - name: Set outputs if: ${{ github.event.inputs.packages_to_release == 'DisCatSharp' }} diff --git a/DisCatSharp.ApplicationCommands/global.json b/DisCatSharp.ApplicationCommands/global.json index 9ea53c02b8..108d42a319 100644 --- a/DisCatSharp.ApplicationCommands/global.json +++ b/DisCatSharp.ApplicationCommands/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.201", + "version": "8.0.203", "rollForward": "latestMinor" } } diff --git a/DisCatSharp.Attributes/global.json b/DisCatSharp.Attributes/global.json index 9ea53c02b8..108d42a319 100644 --- a/DisCatSharp.Attributes/global.json +++ b/DisCatSharp.Attributes/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.201", + "version": "8.0.203", "rollForward": "latestMinor" } } diff --git a/DisCatSharp.CommandsNext/global.json b/DisCatSharp.CommandsNext/global.json index 9ea53c02b8..108d42a319 100644 --- a/DisCatSharp.CommandsNext/global.json +++ b/DisCatSharp.CommandsNext/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.201", + "version": "8.0.203", "rollForward": "latestMinor" } } diff --git a/DisCatSharp.Common/global.json b/DisCatSharp.Common/global.json index 9ea53c02b8..108d42a319 100644 --- a/DisCatSharp.Common/global.json +++ b/DisCatSharp.Common/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.201", + "version": "8.0.203", "rollForward": "latestMinor" } } diff --git a/DisCatSharp.Configuration/global.json b/DisCatSharp.Configuration/global.json index 9ea53c02b8..108d42a319 100644 --- a/DisCatSharp.Configuration/global.json +++ b/DisCatSharp.Configuration/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.201", + "version": "8.0.203", "rollForward": "latestMinor" } } diff --git a/DisCatSharp.Experimental/global.json b/DisCatSharp.Experimental/global.json index 9ea53c02b8..108d42a319 100644 --- a/DisCatSharp.Experimental/global.json +++ b/DisCatSharp.Experimental/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.201", + "version": "8.0.203", "rollForward": "latestMinor" } } diff --git a/DisCatSharp.Hosting.DependencyInjection/global.json b/DisCatSharp.Hosting.DependencyInjection/global.json index 9ea53c02b8..108d42a319 100644 --- a/DisCatSharp.Hosting.DependencyInjection/global.json +++ b/DisCatSharp.Hosting.DependencyInjection/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.201", + "version": "8.0.203", "rollForward": "latestMinor" } } diff --git a/DisCatSharp.Hosting/global.json b/DisCatSharp.Hosting/global.json index 9ea53c02b8..108d42a319 100644 --- a/DisCatSharp.Hosting/global.json +++ b/DisCatSharp.Hosting/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.201", + "version": "8.0.203", "rollForward": "latestMinor" } } diff --git a/DisCatSharp.Interactivity/global.json b/DisCatSharp.Interactivity/global.json index 9ea53c02b8..108d42a319 100644 --- a/DisCatSharp.Interactivity/global.json +++ b/DisCatSharp.Interactivity/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.201", + "version": "8.0.203", "rollForward": "latestMinor" } } diff --git a/DisCatSharp.Tests/DisCatSharp.Configuration.Tests/global.json b/DisCatSharp.Tests/DisCatSharp.Configuration.Tests/global.json index 9ea53c02b8..108d42a319 100644 --- a/DisCatSharp.Tests/DisCatSharp.Configuration.Tests/global.json +++ b/DisCatSharp.Tests/DisCatSharp.Configuration.Tests/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.201", + "version": "8.0.203", "rollForward": "latestMinor" } } diff --git a/DisCatSharp.Tests/DisCatSharp.EventHandlers.Tests/global.json b/DisCatSharp.Tests/DisCatSharp.EventHandlers.Tests/global.json index 9ea53c02b8..108d42a319 100644 --- a/DisCatSharp.Tests/DisCatSharp.EventHandlers.Tests/global.json +++ b/DisCatSharp.Tests/DisCatSharp.EventHandlers.Tests/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.201", + "version": "8.0.203", "rollForward": "latestMinor" } } diff --git a/DisCatSharp.Tests/DisCatSharp.Hosting.Tests/global.json b/DisCatSharp.Tests/DisCatSharp.Hosting.Tests/global.json index 9ea53c02b8..108d42a319 100644 --- a/DisCatSharp.Tests/DisCatSharp.Hosting.Tests/global.json +++ b/DisCatSharp.Tests/DisCatSharp.Hosting.Tests/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.201", + "version": "8.0.203", "rollForward": "latestMinor" } } diff --git a/DisCatSharp.VoiceNext.Natives/global.json b/DisCatSharp.VoiceNext.Natives/global.json index 9ea53c02b8..108d42a319 100644 --- a/DisCatSharp.VoiceNext.Natives/global.json +++ b/DisCatSharp.VoiceNext.Natives/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.201", + "version": "8.0.203", "rollForward": "latestMinor" } } diff --git a/DisCatSharp.VoiceNext/global.json b/DisCatSharp.VoiceNext/global.json index 9ea53c02b8..108d42a319 100644 --- a/DisCatSharp.VoiceNext/global.json +++ b/DisCatSharp.VoiceNext/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.201", + "version": "8.0.203", "rollForward": "latestMinor" } } diff --git a/DisCatSharp/global.json b/DisCatSharp/global.json index 9ea53c02b8..108d42a319 100644 --- a/DisCatSharp/global.json +++ b/DisCatSharp/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.201", + "version": "8.0.203", "rollForward": "latestMinor" } } diff --git a/global.json b/global.json index 9ea53c02b8..108d42a319 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.201", + "version": "8.0.203", "rollForward": "latestMinor" } }