File tree 4 files changed +5
-5
lines changed 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Dependencies >
3
3
<ToolsetDependencies >
4
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.24408.1 " >
4
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.24408.2 " >
5
5
<Uri >https://github.com/dotnet/arcade</Uri >
6
- <Sha >610e251fc34686333b98188320ca1eecd7e6af6c </Sha >
6
+ <Sha >60ae233c3d77f11c5fdb53e570b64d503b13ba59 </Sha >
7
7
</Dependency >
8
8
<Dependency Name =" Microsoft.DotNet.Arcade.Wpf.Sdk" Version =" 6.0.0-preview.5.21220.1" >
9
9
<Uri >https://github.com/dotnet/wpf</Uri >
Original file line number Diff line number Diff line change 1
1
param (
2
2
$darcVersion = $null ,
3
- $versionEndpoint = ' https://maestro.dot.net/api/assets/darc-version?api-version=2019-01-16 ' ,
3
+ $versionEndpoint = ' https://maestro.dot.net/api/assets/darc-version?api-version=2020-02-20 ' ,
4
4
$verbosity = ' minimal' ,
5
5
$toolpath = $null
6
6
)
Original file line number Diff line number Diff line change 2
2
3
3
source=" ${BASH_SOURCE[0]} "
4
4
darcVersion=' '
5
- versionEndpoint=' https://maestro.dot.net/api/assets/darc-version?api-version=2019-01-16 '
5
+ versionEndpoint=' https://maestro.dot.net/api/assets/darc-version?api-version=2020-02-20 '
6
6
verbosity=' minimal'
7
7
8
8
while [[ $# > 0 ]]; do
Original file line number Diff line number Diff line change 12
12
}
13
13
},
14
14
"msbuild-sdks" : {
15
- "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.24408.1 " ,
15
+ "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.24408.2 " ,
16
16
"Microsoft.DotNet.Arcade.Wpf.Sdk" : " 6.0.0-alpha.1.21071.6" ,
17
17
"Microsoft.NET.Sdk.WindowsDesktop" : " 6.0.0-preview.6.21276.7"
18
18
},
You can’t perform that action at this time.
0 commit comments