diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index ad211e8608..7a2967a43f 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -10,7 +10,7 @@ jobs: - name: Set up dotnet uses: actions/setup-dotnet@v1 with: - dotnet-version: '7.0.401' + dotnet-version: '8.0.100' include-prerelease: false - name: Checkout uses: actions/checkout@v2 diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 24e37683f2..35feb47278 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -10,7 +10,7 @@ jobs: - name: Set up dotnet uses: actions/setup-dotnet@v1 with: - dotnet-version: '7.0.401' + dotnet-version: '8.0.100' include-prerelease: false - name: Checkout uses: actions/checkout@v2 diff --git a/src/Directory.Build.props b/src/Directory.Build.props index d0fb4a388f..314891dada 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable true false diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props index 1308d0780b..49d71c2598 100644 --- a/src/Directory.Packages.props +++ b/src/Directory.Packages.props @@ -3,28 +3,28 @@ - - - - - - - + + + + + + + - - - - + + + + - - - - - + + + + + - + @@ -34,20 +34,20 @@ - + - - + + - - + + diff --git a/src/global.json b/src/global.json index 08f229ce09..f6ba4b7d13 100644 --- a/src/global.json +++ b/src/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "7.0.0", + "version": "8.0.0", "rollForward": "latestMajor", "allowPrerelease": false }