Skip to content

Commit

Permalink
chore(deps): update dependency dotnet-sdk to v8.0.101 (#428)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency dotnet-sdk to v8.0.101

* chore(deps): update dependency dotnet-sdk to v8.0.101

* fix: workflows

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lala Sabathil <[email protected]>
  • Loading branch information
renovate[bot] and Lulalaby authored Jan 11, 2024
1 parent 69fcb95 commit 9214c48
Show file tree
Hide file tree
Showing 23 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: |
8.0.100
8.0.101
7.0.404
- name: Restore dependencies
run: |
Expand All @@ -61,7 +61,7 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: |
8.0.100
8.0.101
7.0.404
- name: Restore Packages
run: dotnet restore --no-cache -f -v minimal DisCatSharp.sln
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
8.0.100
8.0.101
7.0.404
- name: Restore dependencies
run: dotnet restore --no-cache -f -v minimal DisCatSharp.sln
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: |
8.0.100
8.0.101
7.0.403
- name: Git fetch unshallow
run: git fetch --unshallow
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: |
8.0.100
8.0.101
7.0.403
- name: Install DocFX
run: dotnet tool update -g docfx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/internal-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: |
8.0.100
8.0.101
7.0.404
- name: Restore dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/public-dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: |
8.0.100
8.0.101
7.0.404
- name: Restore dependencies
run: dotnet restore --no-cache -f -v minimal DisCatSharp.sln
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: |
8.0.100
8.0.101
7.0.404
- name: Set outputs
if: ${{ github.event.inputs.packages_to_release == 'DisCatSharp' }}
Expand Down
2 changes: 1 addition & 1 deletion DisCatSharp.ApplicationCommands/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"version": "8.0.101",
"rollForward": "latestMinor"
}
}
2 changes: 1 addition & 1 deletion DisCatSharp.Attributes/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"version": "8.0.101",
"rollForward": "latestMinor"
}
}
2 changes: 1 addition & 1 deletion DisCatSharp.CommandsNext/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"version": "8.0.101",
"rollForward": "latestMinor"
}
}
2 changes: 1 addition & 1 deletion DisCatSharp.Common/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"version": "8.0.101",
"rollForward": "latestMinor"
}
}
2 changes: 1 addition & 1 deletion DisCatSharp.Configuration/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"version": "8.0.101",
"rollForward": "latestMinor"
}
}
2 changes: 1 addition & 1 deletion DisCatSharp.Experimental/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"version": "8.0.101",
"rollForward": "latestMinor"
}
}
2 changes: 1 addition & 1 deletion DisCatSharp.Hosting.DependencyInjection/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"version": "8.0.101",
"rollForward": "latestMinor"
}
}
2 changes: 1 addition & 1 deletion DisCatSharp.Hosting/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"version": "8.0.101",
"rollForward": "latestMinor"
}
}
2 changes: 1 addition & 1 deletion DisCatSharp.Interactivity/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"version": "8.0.101",
"rollForward": "latestMinor"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"version": "8.0.101",
"rollForward": "latestMinor"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"version": "8.0.101",
"rollForward": "latestMinor"
}
}
2 changes: 1 addition & 1 deletion DisCatSharp.Tests/DisCatSharp.Hosting.Tests/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"version": "8.0.101",
"rollForward": "latestMinor"
}
}
2 changes: 1 addition & 1 deletion DisCatSharp.VoiceNext.Natives/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"version": "8.0.101",
"rollForward": "latestMinor"
}
}
2 changes: 1 addition & 1 deletion DisCatSharp.VoiceNext/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"version": "8.0.101",
"rollForward": "latestMinor"
}
}
2 changes: 1 addition & 1 deletion DisCatSharp/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"version": "8.0.101",
"rollForward": "latestMinor"
}
}
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"version": "8.0.101",
"rollForward": "latestMinor"
}
}

0 comments on commit 9214c48

Please sign in to comment.