File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33 <ProductDependencies >
44 </ProductDependencies >
55 <ToolsetDependencies >
6- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 5 .0.0-beta.20057.5 " >
6+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 1 .0.0-beta.20077.3 " >
77 <Uri >https://github.com/dotnet/arcade</Uri >
8- <Sha >d0833c8e5e58cfc507ce3c8da364e55931190263 </Sha >
8+ <Sha >69a67461460d99125742d5c2dd94dad83add84a3 </Sha >
99 </Dependency >
1010 </ToolsetDependencies >
1111</Dependencies >
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ function InstallDarcCli ($darcVersion) {
2727
2828 Write-Host " Installing Darc CLI version $darcVersion ..."
2929 Write-Host " You may need to restart your command window if this is the first dotnet tool you have installed."
30- & " $dotnet " tool install $darcCliPackageName -- version $darcVersion -- add-source " $arcadeServicesSource " - v $verbosity - g
30+ & " $dotnet " tool install $darcCliPackageName -- version $darcVersion -- add-source " $arcadeServicesSource " - v $verbosity - g -- framework netcoreapp2. 1
3131}
3232
3333InstallDarcCli $darcVersion
Original file line number Diff line number Diff line change 1010 }
1111 },
1212 "msbuild-sdks" : {
13- "Microsoft.DotNet.Arcade.Sdk" : " 1.0.0-beta.19616.5 " ,
13+ "Microsoft.DotNet.Arcade.Sdk" : " 1.0.0-beta.20077.3 " ,
1414 "Microsoft.DotNet.Helix.Sdk" : " 2.0.0-beta.19069.2"
1515 }
1616}
You can’t perform that action at this time.
0 commit comments