File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 "remoteEnv" : {
2121 "PATH" : " ${containerWorkspaceFolder}/.dotnet:${containerEnv:PATH}" ,
2222 "DOTNET_MULTILEVEL_LOOKUP" : " 0" ,
23- "TARGET" : " net8 .0" ,
23+ "TARGET" : " net10 .0" ,
2424 "DOTNET_WATCH_SUPPRESS_LAUNCH_BROWSER" : " true"
2525 },
2626 // Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
Original file line number Diff line number Diff line change 3131 uses : actions/setup-dotnet@v3
3232 id : installdotnet
3333 with :
34- dotnet-version : 8 .0.x
34+ dotnet-version : 10 .0.x
3535
3636 - name : Create temporary global.json
3737 run : echo '{"sdk":{"version":"${{ steps.installdotnet.outputs.dotnet-version }}"}}' > ./global.json
Original file line number Diff line number Diff line change 1111 displayName : Install .NET SDK
1212 inputs :
1313 packageType : sdk
14- version : 8 .0.x # https://github.com/dotnet/core/blob/main/release-notes/releases-index.json
14+ version : 10 .0.x # https://github.com/dotnet/core/blob/main/release-notes/releases-index.json
1515
1616- task : DotNetCoreCLI@2
1717 displayName : Build and Test
You can’t perform that action at this time.
0 commit comments