Skip to content

Commit

Permalink
build: Use .NET 7 RC2 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed Oct 11, 2022
1 parent 5b2e1b8 commit b5d9e36
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 20 deletions.
4 changes: 0 additions & 4 deletions build/ci/.azure-devops-package-net6-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ jobs:
- template: templates/dotnet6-install-windows.yml
- template: templates/install-windows-sdk.yml

- powershell: |
cp $(build.sourcesdirectory)\src\global-net6.json $(build.sourcesdirectory)\src\global.json
displayName: Change active .NET SDK
- task: DotNetCoreCLI@2
inputs:
workingDirectory: Build
Expand Down
11 changes: 0 additions & 11 deletions src/global-net6.json

This file was deleted.

5 changes: 0 additions & 5 deletions src/global-nosdk.json

This file was deleted.

8 changes: 8 additions & 0 deletions src/global.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
"sdk": {
"version": "7.0.100-rc.2.22477.23",
"allowPrerelease": true,
"rollForward": "latestPatch"
},
"tools": {
"dotnet": "7.0.100-rc.2.22477.23"
},
"msbuild-sdks": {
"MSBuild.Sdk.Extras": "3.0.22"
}
Expand Down

0 comments on commit b5d9e36

Please sign in to comment.