From 1d33e481d22ea43f93682e1e14ac8b7a3a2933b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 19:34:37 +0000 Subject: [PATCH 1/2] chore(deps): update dependency dotnet-sdk to v9 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 49857e9..3b3c50a 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.403", + "version": "9.0.101", "rollForward": "latestFeature" } } \ No newline at end of file From 8b7eef6312306c40b0cc968cf4fc76e9cbf915ab Mon Sep 17 00:00:00 2001 From: Alex Zaytsev Date: Wed, 4 Dec 2024 02:26:38 +0000 Subject: [PATCH 2/2] bump installed sdk --- .github/workflows/publish.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 75e4e41..5edbaa8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,7 +22,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x - name: Restore run: dotnet restore src diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 32a5906..fa98037 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x - name: Restore run: dotnet restore src