File tree Expand file tree Collapse file tree 7 files changed +32
-12
lines changed Expand file tree Collapse file tree 7 files changed +32
-12
lines changed Original file line number Diff line number Diff line change 491491 </Dependency >
492492 </ProductDependencies >
493493 <ToolsetDependencies >
494- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.25515.1 " >
494+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.25555.2 " >
495495 <Uri >https://github.com/dotnet/arcade</Uri >
496- <Sha >6544413e02741855b701468aa8afc6cf8ca62c72 </Sha >
496+ <Sha >048a8c0ba5b72234301a3605c424ee9f9ff99772 </Sha >
497497 <SourceBuild RepoName =" arcade" ManagedOnly =" true" />
498498 </Dependency >
499- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 8.0.0-beta.25515.1 " >
499+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 8.0.0-beta.25555.2 " >
500500 <Uri >https://github.com/dotnet/arcade</Uri >
501- <Sha >6544413e02741855b701468aa8afc6cf8ca62c72 </Sha >
501+ <Sha >048a8c0ba5b72234301a3605c424ee9f9ff99772 </Sha >
502502 </Dependency >
503- <Dependency Name =" Microsoft.DotNet.SignTool" Version =" 8.0.0-beta.25515.1 " >
503+ <Dependency Name =" Microsoft.DotNet.SignTool" Version =" 8.0.0-beta.25555.2 " >
504504 <Uri >https://github.com/dotnet/arcade</Uri >
505- <Sha >6544413e02741855b701468aa8afc6cf8ca62c72 </Sha >
505+ <Sha >048a8c0ba5b72234301a3605c424ee9f9ff99772 </Sha >
506506 </Dependency >
507- <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 8.0.0-beta.25515.1 " >
507+ <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 8.0.0-beta.25555.2 " >
508508 <Uri >https://github.com/dotnet/arcade</Uri >
509- <Sha >6544413e02741855b701468aa8afc6cf8ca62c72 </Sha >
509+ <Sha >048a8c0ba5b72234301a3605c424ee9f9ff99772 </Sha >
510510 </Dependency >
511511 <Dependency Name =" System.Reflection.MetadataLoadContext" Version =" 8.0.1" >
512512 <Uri >https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri >
Original file line number Diff line number Diff line change 3535 <SystemCollectionsImmutablePackageVersion >8.0.0</SystemCollectionsImmutablePackageVersion >
3636 <SystemDiagnosticsFileVersionInfoVersion >4.0.0</SystemDiagnosticsFileVersionInfoVersion >
3737 <SystemReflectionMetadataVersion >8.0.1</SystemReflectionMetadataVersion >
38- <MicrosoftDotNetSignToolVersion >8.0.0-beta.25515.1 </MicrosoftDotNetSignToolVersion >
38+ <MicrosoftDotNetSignToolVersion >8.0.0-beta.25555.2 </MicrosoftDotNetSignToolVersion >
3939 <MicrosoftWebXdtPackageVersion >7.0.0-preview.22423.2</MicrosoftWebXdtPackageVersion >
4040 <SystemSecurityCryptographyProtectedDataPackageVersion >8.0.0</SystemSecurityCryptographyProtectedDataPackageVersion >
4141 <SystemCollectionsSpecializedPackageVersion >4.3.0</SystemCollectionsSpecializedPackageVersion >
212212 <PropertyGroup >
213213 <FluentAssertionsVersion >6.12.0</FluentAssertionsVersion >
214214 <FluentAssertionsJsonVersion >6.1.0</FluentAssertionsJsonVersion >
215- <MicrosoftDotNetXUnitExtensionsVersion >8.0.0-beta.25515.1 </MicrosoftDotNetXUnitExtensionsVersion >
215+ <MicrosoftDotNetXUnitExtensionsVersion >8.0.0-beta.25555.2 </MicrosoftDotNetXUnitExtensionsVersion >
216216 <MoqPackageVersion >4.18.4</MoqPackageVersion >
217217 <XunitCombinatorialVersion >1.3.2</XunitCombinatorialVersion >
218218 <MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion >8.0.0-beta.23607.1</MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion >
Original file line number Diff line number Diff line change @@ -152,6 +152,11 @@ jobs:
152152 BARBuildId : ${{ parameters.BARBuildId }}
153153 PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
154154
155+ # Darc is targeting 8.0, so make sure it's installed
156+ - task : UseDotNet@2
157+ inputs :
158+ version : 8.0.x
159+
155160 - task : AzureCLI@2
156161 displayName : Publish Using Darc
157162 inputs :
Original file line number Diff line number Diff line change @@ -271,6 +271,11 @@ stages:
271271
272272 - task : NuGetAuthenticate@1
273273
274+ # Darc is targeting 8.0, so make sure it's installed
275+ - task : UseDotNet@2
276+ inputs :
277+ version : 8.0.x
278+
274279 - task : AzureCLI@2
275280 displayName : Publish Using Darc
276281 inputs :
Original file line number Diff line number Diff line change @@ -148,6 +148,11 @@ jobs:
148148 BARBuildId : ${{ parameters.BARBuildId }}
149149 PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
150150
151+ # Darc is targeting 8.0, so make sure it's installed
152+ - task : UseDotNet@2
153+ inputs :
154+ version : 8.0.x
155+
151156 - task : AzureCLI@2
152157 displayName : Publish Using Darc
153158 inputs :
Original file line number Diff line number Diff line change @@ -267,6 +267,11 @@ stages:
267267
268268 - task : NuGetAuthenticate@1
269269
270+ # Darc is targeting 8.0, so make sure it's installed
271+ - task : UseDotNet@2
272+ inputs :
273+ version : 8.0.x
274+
270275 - task : AzureCLI@2
271276 displayName : Publish Using Darc
272277 inputs :
Original file line number Diff line number Diff line change 1414 }
1515 },
1616 "msbuild-sdks" : {
17- "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.25515.1 " ,
18- "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.25515.1 "
17+ "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.25555.2 " ,
18+ "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.25555.2 "
1919 }
2020}
You can’t perform that action at this time.
0 commit comments