File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
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.24401.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 >a3dae8d4fd5a17c147cbecfd31e61463731ac0cc </Sha >
6
+ <Sha >60ae233c3d77f11c5fdb53e570b64d503b13ba59 </Sha >
7
7
</Dependency >
8
8
<!-- Intermediate is necessary for source build. -->
9
- <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 9.0.0-beta.24401.1 " >
9
+ <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 9.0.0-beta.24408.2 " >
10
10
<Uri >https://github.com/dotnet/arcade</Uri >
11
- <Sha >a3dae8d4fd5a17c147cbecfd31e61463731ac0cc </Sha >
11
+ <Sha >60ae233c3d77f11c5fdb53e570b64d503b13ba59 </Sha >
12
12
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
13
13
</Dependency >
14
14
<!-- Intermediate is necessary for source build. -->
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 3
3
"dotnet" : " 9.0.100-preview.5.24307.3"
4
4
},
5
5
"msbuild-sdks" : {
6
- "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.24401.1 "
6
+ "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.24408.2 "
7
7
}
8
8
}
You can’t perform that action at this time.
0 commit comments