File tree Expand file tree Collapse file tree 2 files changed +20
-8
lines changed Expand file tree Collapse file tree 2 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 9393
9494 - name : Install .NET
9595 uses : actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a # v3.0.3
96+ with :
97+ dotnet-version : |
98+ 6.0.x
99+ 8.0.x
96100
97101 - name : Run restore
98102 run : dotnet restore
@@ -128,6 +132,10 @@ jobs:
128132
129133 - name : Install .NET
130134 uses : actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a # v3.0.3
135+ with :
136+ dotnet-version : |
137+ 6.0.x
138+ 8.0.x
131139
132140 - name : Run restore
133141 run : dotnet restore
@@ -177,6 +185,10 @@ jobs:
177185
178186 - name : Install .NET
179187 uses : actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a # v3.0.3
188+ with :
189+ dotnet-version : |
190+ 6.0.x
191+ 8.0.x
180192
181193 # Publish to GitHub package registry every time, whether it's a prerelease
182194 # version or a stable release version.
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 vmImage : $(TargetWindowsVMImage)
1515 steps :
1616 - task : UseDotNet@2
17- displayName : ' Use .NET 7 .0 SDK'
17+ displayName : ' Use .NET 8 .0 SDK'
1818 inputs :
1919 packageType : ' sdk'
20- version : ' 7 .0.x'
20+ version : ' 8 .0.x'
2121 installationPath : $(Agent.ToolsDirectory)/dotnet-demo
2222 - task : DotNetCoreCLI@2
2323 displayName : ' dotnet restore'
@@ -50,10 +50,10 @@ jobs:
5050 vmImage : $(TargetWindowsVMImage)
5151 steps :
5252 - task : UseDotNet@2
53- displayName : ' Use .NET 7 .0 SDK'
53+ displayName : ' Use .NET 8 .0 SDK'
5454 inputs :
5555 packageType : ' sdk'
56- version : ' 7 .0.x'
56+ version : ' 8 .0.x'
5757 - task : DotNetCoreCLI@2
5858 displayName : ' dotnet restore'
5959 inputs :
@@ -78,10 +78,10 @@ jobs:
7878 packageType : ' sdk'
7979 version : ' 6.0.x'
8080 - task : UseDotNet@2
81- displayName : ' Install .NET 7 .0 SDK'
81+ displayName : ' Install .NET 8 .0 SDK'
8282 inputs :
8383 packageType : ' sdk'
84- version : ' 7 .0.x'
84+ version : ' 8 .0.x'
8585 - task : DotNetCoreCLI@2
8686 displayName : ' dotnet restore'
8787 inputs :
@@ -136,10 +136,10 @@ jobs:
136136 packageType : ' sdk'
137137 version : ' 6.0.x'
138138 - task : UseDotNet@2
139- displayName : ' Use .NET 7 .0 SDK'
139+ displayName : ' Use .NET 8 .0 SDK'
140140 inputs :
141141 packageType : ' sdk'
142- version : ' 7 .0.x'
142+ version : ' 8 .0.x'
143143 - task : DotNetCoreCLI@2
144144 displayName : ' dotnet restore'
145145 inputs :
You can’t perform that action at this time.
0 commit comments