File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 </Dependency >
1818 </ProductDependencies >
1919 <ToolsetDependencies >
20- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.24504.2 " >
20+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.24508.1 " >
2121 <Uri >https://github.com/dotnet/arcade</Uri >
22- <Sha >103916ccdbe7f4ab2e194068a1a3cd330542601f </Sha >
22+ <Sha >e5b13e054339e41d422212a0ecaf24fec20cb5a1 </Sha >
2323 <SourceBuild RepoName =" arcade" ManagedOnly =" true" />
2424 </Dependency >
2525 <Dependency Name =" Microsoft.DotNet.XliffTasks" Version =" 1.0.0-beta.23475.1" CoherentParentDependency =" Microsoft.DotNet.Arcade.Sdk" >
Original file line number Diff line number Diff line change @@ -892,7 +892,7 @@ function IsWindowsPlatform() {
892892}
893893
894894function Get-Darc ($version ) {
895- $darcPath = " $TempDir \darc\$ ( New-Guid ) "
895+ $darcPath = " $TempDir \darc\$ ( [ guid ]::NewGuid() ) "
896896 if ($version -ne $null ) {
897897 & $PSScriptRoot \darc- init.ps1 - toolpath $darcPath - darcVersion $version | Out-Host
898898 } else {
Original file line number Diff line number Diff line change 11{
22 "tools" : {
3- "dotnet" : " 8.0.108 "
3+ "dotnet" : " 8.0.110 "
44 },
55 "msbuild-sdks" : {
6- "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.24504.2 "
6+ "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.24508.1 "
77 }
88}
You can’t perform that action at this time.
0 commit comments