File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
</Dependency >
18
18
</ProductDependencies >
19
19
<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 " >
21
21
<Uri >https://github.com/dotnet/arcade</Uri >
22
- <Sha >103916ccdbe7f4ab2e194068a1a3cd330542601f </Sha >
22
+ <Sha >e5b13e054339e41d422212a0ecaf24fec20cb5a1 </Sha >
23
23
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
24
24
</Dependency >
25
25
<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() {
892
892
}
893
893
894
894
function Get-Darc ($version ) {
895
- $darcPath = " $TempDir \darc\$ ( New-Guid ) "
895
+ $darcPath = " $TempDir \darc\$ ( [ guid ]::NewGuid() ) "
896
896
if ($version -ne $null ) {
897
897
& $PSScriptRoot \darc- init.ps1 - toolpath $darcPath - darcVersion $version | Out-Host
898
898
} else {
Original file line number Diff line number Diff line change 1
1
{
2
2
"tools" : {
3
- "dotnet" : " 8.0.108 "
3
+ "dotnet" : " 8.0.110 "
4
4
},
5
5
"msbuild-sdks" : {
6
- "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.24504.2 "
6
+ "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.24508.1 "
7
7
}
8
8
}
You can’t perform that action at this time.
0 commit comments