From 8bc005bb45f0f8892bcf79be65de2faf56ef4856 Mon Sep 17 00:00:00 2001 From: Steve Gilham Date: Wed, 14 Jun 2023 12:37:06 +0100 Subject: [PATCH] new sdk 7.0.304 --- .github/workflows/main.yml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ae61a3b9..e17eee52 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-dotnet@v3 with: - dotnet-version: '7.0.302' + dotnet-version: '7.0.304' - name: Tools run: dotnet tool restore - name: Setup @@ -51,7 +51,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-dotnet@v3 with: - dotnet-version: '7.0.302' + dotnet-version: '7.0.304' - name: Tools run: dotnet tool restore - name: Setup diff --git a/global.json b/global.json index df1081c3..b516c799 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "7.0.302", + "version": "7.0.304", "rollForward": "latestMinor" } } \ No newline at end of file