File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 136136 </Dependency >
137137 </ProductDependencies >
138138 <ToolsetDependencies >
139- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 6.0.0-beta.21274.6 " >
139+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 6.0.0-beta.21275.5 " >
140140 <Uri >https://github.com/dotnet/arcade</Uri >
141- <Sha >f22435d0f9cc367e75e1875d93ef980be1be6b79 </Sha >
141+ <Sha >579b548c545da1a9747bc5df599f38fe86d66251 </Sha >
142142 <SourceBuild RepoName =" arcade" ManagedOnly =" true" />
143143 </Dependency >
144- <Dependency Name =" Microsoft.DotNet.Build.Tasks.Installers" Version =" 6.0.0-beta.21274.6 " >
144+ <Dependency Name =" Microsoft.DotNet.Build.Tasks.Installers" Version =" 6.0.0-beta.21275.5 " >
145145 <Uri >https://github.com/dotnet/arcade</Uri >
146- <Sha >f22435d0f9cc367e75e1875d93ef980be1be6b79 </Sha >
146+ <Sha >579b548c545da1a9747bc5df599f38fe86d66251 </Sha >
147147 </Dependency >
148148 <Dependency Name =" Private.SourceBuild.ReferencePackages" Version =" 1.0.0-beta.20217.1" >
149149 <Uri >https://github.com/dotnet/source-build-reference-packages</Uri >
Original file line number Diff line number Diff line change 2020 </PropertyGroup >
2121 <PropertyGroup >
2222 <!-- Dependency from https://github.com/dotnet/arcade -->
23- <MicrosoftDotNetBuildTasksInstallersPackageVersion >6.0.0-beta.21274.6 </MicrosoftDotNetBuildTasksInstallersPackageVersion >
23+ <MicrosoftDotNetBuildTasksInstallersPackageVersion >6.0.0-beta.21275.5 </MicrosoftDotNetBuildTasksInstallersPackageVersion >
2424 </PropertyGroup >
2525 <PropertyGroup >
2626 <!-- Dependency from https://github.com/dotnet/winforms -->
Original file line number Diff line number Diff line change 5353 }
5454
5555 if ($task -eq " " ) {
56- Write-PipelineTelemetryError - Category ' Build' - Message " Missing required parameter '-task <value>'" - ForegroundColor Red
56+ Write-PipelineTelemetryError - Category ' Build' - Message " Missing required parameter '-task <value>'"
5757 Print- Usage
5858 ExitWithExitCode 1
5959 }
7878
7979 $taskProject = GetSdkTaskProject $task
8080 if (! (Test-Path $taskProject )) {
81- Write-PipelineTelemetryError - Category ' Build' - Message " Unknown task: $task " - ForegroundColor Red
81+ Write-PipelineTelemetryError - Category ' Build' - Message " Unknown task: $task "
8282 ExitWithExitCode 1
8383 }
8484
Original file line number Diff line number Diff line change 1111 "cmake" : " 3.16.4"
1212 },
1313 "msbuild-sdks" : {
14- "Microsoft.DotNet.Arcade.Sdk" : " 6.0.0-beta.21274.6 " ,
14+ "Microsoft.DotNet.Arcade.Sdk" : " 6.0.0-beta.21275.5 " ,
1515 "Microsoft.DotNet.CMake.Sdk" : " 6.0.0-beta.21253.2"
1616 }
1717}
You can’t perform that action at this time.
0 commit comments