From eb93a2c8325e69ffa254d992b1fc53bc9c2d36a1 Mon Sep 17 00:00:00 2001 From: Owen Smith Date: Fri, 27 Sep 2024 11:58:35 -0400 Subject: [PATCH] net8 (#14) * net8 * build: update upload-artifact --- .github/workflows/build.yml | 7 ++++++- Directory.Build.props | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed70eff..ee154f9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,6 +22,11 @@ jobs: with: dotnet-version: 5.0.x + - name: Setup .NET 8.0.x + uses: Brightspace/third-party-actions@actions/setup-dotnet + with: + dotnet-version: 8.0.x + - name: dotnet tool restore run: dotnet tool restore @@ -41,7 +46,7 @@ jobs: run: mkdir dist/ && cp src/DotnetDynamoDBLock/bin/Release/*.nupkg dist/ - name: Archive dist/ - uses: actions/upload-artifact@v1 + uses: Brightspace/third-party-actions@actions/upload-artifact with: name: dist path: dist/ diff --git a/Directory.Build.props b/Directory.Build.props index d108b71..593745d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -7,7 +7,7 @@ false 8.0 enable - net5.0;netcoreapp3.1 + net8.0;net5.0;netcoreapp3.1 true