From 6cdb815d1e83c8a6aef320ecc70dab0eb03d2cf4 Mon Sep 17 00:00:00 2001 From: martincostello Date: Fri, 21 Jul 2023 17:12:25 +0100 Subject: [PATCH] Consume .NET nightly builds Update to the latest nightly build of .NET 8 preview 7. --- .github/workflows/update-dotnet-sdk.yml | 4 +++- Directory.Packages.props | 14 +++++++------- NuGet.config | 4 ++++ global.json | 2 +- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/.github/workflows/update-dotnet-sdk.yml b/.github/workflows/update-dotnet-sdk.yml index 93d47e32f..22793e217 100644 --- a/.github/workflows/update-dotnet-sdk.yml +++ b/.github/workflows/update-dotnet-sdk.yml @@ -10,9 +10,11 @@ permissions: jobs: update-sdk: - uses: martincostello/update-dotnet-sdk/.github/workflows/update-dotnet-sdk.yml@638a19214b5333029150c3347f4c4552c17ed926 # v2.2.4 + uses: martincostello/update-dotnet-sdk/.github/workflows/update-dotnet-sdk.yml@dotnet-nightly with: labels: 'dependencies,.NET' + channel: '8.0.1xx-preview7' + quality: 'daily' user-email: ${{ vars.GIT_COMMIT_USER_EMAIL }} user-name: ${{ vars.GIT_COMMIT_USER_NAME }} secrets: diff --git a/Directory.Packages.props b/Directory.Packages.props index 8477daf93..e15d627ca 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -16,15 +16,15 @@ - - - - - - + + + + + + - + diff --git a/NuGet.config b/NuGet.config index 53eef1a0a..d85e992bc 100644 --- a/NuGet.config +++ b/NuGet.config @@ -2,10 +2,14 @@ + + + + diff --git a/global.json b/global.json index 4c8324bd1..09d8e8d24 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.100-preview.6.23330.14", + "version": "8.0.100-preview.7.23371.2", "allowPrerelease": false, "rollForward": "latestMajor" }