Update dependencies from https://github.com/dotnet/arcade build 1185
This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19054.13
This commit is contained in:
parent
166534d9bf
commit
b23e8cacdc
3 changed files with 6 additions and 3 deletions
|
@ -24,9 +24,9 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19053.2">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19054.13">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>7acae668c8dd3efc4b0e18946982d7ddee3e5591</Sha>
|
||||
<Sha>c6268efc7cfcb98197eb374bb01e1fadb5a7f6ed</Sha>
|
||||
</Dependency>
|
||||
</ToolsetDependencies>
|
||||
</Dependencies>
|
||||
|
|
|
@ -130,6 +130,9 @@ while [[ $# > 0 ]]; do
|
|||
/p:*)
|
||||
properties="$properties $1"
|
||||
;;
|
||||
/m:*)
|
||||
properties="$properties $1"
|
||||
;;
|
||||
*)
|
||||
echo "Invalid argument: $1"
|
||||
usage
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
"dotnet": "3.0.100-preview-009812"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19053.2"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19054.13"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue