diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 9bacae5..356fe9e 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -21,12 +21,12 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # avoid shallow clone so nbgv can do its work. - name: Setup .NET Core - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: global-json-file: global.json @@ -43,7 +43,7 @@ jobs: run: dotnet pack $solution --configuration $config --no-build - name: Upload - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: pkg path: ./out/pkg @@ -55,16 +55,16 @@ jobs: steps: - name: Download Build Artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: pkg path: pkg - name: Setup .NET Core - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: | - 7.0.x + 8.0.x - name: Push Nuget env: diff --git a/Directory.Packages.props b/Directory.Packages.props index 71bed5a..91cba2a 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,13 +1,11 @@ - - + - + - @@ -26,34 +24,30 @@ - - - - - + + + + - - - + - - - - - - - - - - + + + + + + + + + + - @@ -61,5 +55,4 @@ - - + \ No newline at end of file diff --git a/eng/Common.props b/eng/Common.props index 716ed3f..d312a53 100644 --- a/eng/Common.props +++ b/eng/Common.props @@ -8,7 +8,7 @@ true true true - 2.1.0 + 8.0.0 diff --git a/global.json b/global.json index 7096864..b0efe9d 100644 --- a/global.json +++ b/global.json @@ -1,11 +1,11 @@ { "sdk": { - "version": "7.0.100", + "version": "8.0.203", "rollForward": "latestFeature" }, "msbuild-sdks": { "Microsoft.Build.CentralPackageVersions": "2.1.3", - "Microsoft.Build.NoTargets": "3.5.6", - "Microsoft.Build.Traversal": "3.2.0" + "Microsoft.Build.NoTargets": "3.7.56", + "Microsoft.Build.Traversal": "4.1.0" } } diff --git a/samples/Directory.Build.props b/samples/Directory.Build.props index 1c1d6a7..763a192 100644 --- a/samples/Directory.Build.props +++ b/samples/Directory.Build.props @@ -1,7 +1,7 @@  - 3.1.0 + 8.0.0