File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 6060 </Dependency >
6161 </ProductDependencies >
6262 <ToolsetDependencies >
63- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.24426.2 " >
63+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.24508.1 " >
6464 <Uri >https://github.com/dotnet/arcade</Uri >
65- <Sha >80264e60280e2815e7d65871081ccac04a32445c </Sha >
65+ <Sha >e5b13e054339e41d422212a0ecaf24fec20cb5a1 </Sha >
6666 </Dependency >
67- <Dependency Name =" Microsoft.DotNet.Build.Tasks.Templating" Version =" 8.0.0-beta.24426.2 " >
67+ <Dependency Name =" Microsoft.DotNet.Build.Tasks.Templating" Version =" 8.0.0-beta.24508.1 " >
6868 <Uri >https://github.com/dotnet/arcade</Uri >
69- <Sha >80264e60280e2815e7d65871081ccac04a32445c </Sha >
69+ <Sha >e5b13e054339e41d422212a0ecaf24fec20cb5a1 </Sha >
7070 </Dependency >
71- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 8.0.0-beta.24426.2 " >
71+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 8.0.0-beta.24508.1 " >
7272 <Uri >https://github.com/dotnet/arcade</Uri >
73- <Sha >80264e60280e2815e7d65871081ccac04a32445c </Sha >
73+ <Sha >e5b13e054339e41d422212a0ecaf24fec20cb5a1 </Sha >
7474 </Dependency >
7575 </ToolsetDependencies >
7676</Dependencies >
Original file line number Diff line number Diff line change 3333 <MicrosoftNETCoreBrowserDebugHostTransportVersion >8.0.8-servicing.24366.12</MicrosoftNETCoreBrowserDebugHostTransportVersion >
3434 </PropertyGroup >
3535 <PropertyGroup Label =" Dependencies from dotnet/arcade" >
36- <MicrosoftDotNetBuildTasksTemplatingVersion >8.0.0-beta.24426.2 </MicrosoftDotNetBuildTasksTemplatingVersion >
36+ <MicrosoftDotNetBuildTasksTemplatingVersion >8.0.0-beta.24508.1 </MicrosoftDotNetBuildTasksTemplatingVersion >
3737 </PropertyGroup >
3838 <PropertyGroup Label =" Other dependencies" >
3939 <!-- NB: This version affects Visual Studio compatibility. See https://learn.microsoft.com/visualstudio/extensibility/roslyn-version-support -->
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 "sdk" : {
3- "version" : " 8.0.108 " ,
3+ "version" : " 8.0.110 " ,
44 "allowPrerelease" : true ,
55 "rollForward" : " latestMajor"
66 },
77 "tools" : {
8- "dotnet" : " 8.0.108 " ,
8+ "dotnet" : " 8.0.110 " ,
99 "runtimes" : {
1010 "dotnet" : [
1111 " $(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
1212 ]
1313 }
1414 },
1515 "msbuild-sdks" : {
16- "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.24426.2 " ,
17- "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.24426.2 "
16+ "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.24508.1 " ,
17+ "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.24508.1 "
1818 }
1919}
You can’t perform that action at this time.
0 commit comments