File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 67
67
</Dependency >
68
68
</ProductDependencies >
69
69
<ToolsetDependencies >
70
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.25475 .3" >
70
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.25503 .3" >
71
71
<Uri >https://github.com/dotnet/arcade</Uri >
72
- <Sha >6404baed798af89accd98219614e6c90c153cd8c </Sha >
72
+ <Sha >f8c9a6d12e5a3b281661924da22d7de1cc6ab27d </Sha >
73
73
</Dependency >
74
- <Dependency Name =" Microsoft.DotNet.Build.Tasks.Templating" Version =" 9.0.0-beta.25475 .3" >
74
+ <Dependency Name =" Microsoft.DotNet.Build.Tasks.Templating" Version =" 9.0.0-beta.25503 .3" >
75
75
<Uri >https://github.com/dotnet/arcade</Uri >
76
- <Sha >6404baed798af89accd98219614e6c90c153cd8c </Sha >
76
+ <Sha >f8c9a6d12e5a3b281661924da22d7de1cc6ab27d </Sha >
77
77
</Dependency >
78
- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 9.0.0-beta.25475 .3" >
78
+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 9.0.0-beta.25503 .3" >
79
79
<Uri >https://github.com/dotnet/arcade</Uri >
80
- <Sha >6404baed798af89accd98219614e6c90c153cd8c </Sha >
80
+ <Sha >f8c9a6d12e5a3b281661924da22d7de1cc6ab27d </Sha >
81
81
</Dependency >
82
82
</ToolsetDependencies >
83
83
</Dependencies >
Original file line number Diff line number Diff line change 34
34
<SystemFormatsAsn1Version >9.0.9</SystemFormatsAsn1Version >
35
35
</PropertyGroup >
36
36
<PropertyGroup Label =" Dependencies from dotnet/arcade" >
37
- <MicrosoftDotNetBuildTasksTemplatingVersion >9.0.0-beta.25475 .3</MicrosoftDotNetBuildTasksTemplatingVersion >
37
+ <MicrosoftDotNetBuildTasksTemplatingVersion >9.0.0-beta.25503 .3</MicrosoftDotNetBuildTasksTemplatingVersion >
38
38
</PropertyGroup >
39
39
<PropertyGroup Label =" Other dependencies" >
40
40
<MicrosoftBuildFrameworkVersion >17.8.3</MicrosoftBuildFrameworkVersion >
Original file line number Diff line number Diff line change 30
30
[CmdletBinding (PositionalBinding = $false )]
31
31
param (
32
32
[string ]$NuGetExePath ,
33
- [string ]$PackageSource = " https://api.nuget.org /v3/index.json" ,
33
+ [string ]$PackageSource = " https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget /v3/index.json" ,
34
34
[string ]$DownloadPath ,
35
35
[Parameter (ValueFromRemainingArguments = $true )]
36
36
[string []]$args
Original file line number Diff line number Diff line change 13
13
}
14
14
},
15
15
"msbuild-sdks" : {
16
- "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.25475 .3" ,
17
- "Microsoft.DotNet.Helix.Sdk" : " 9.0.0-beta.25475 .3"
16
+ "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.25503 .3" ,
17
+ "Microsoft.DotNet.Helix.Sdk" : " 9.0.0-beta.25503 .3"
18
18
}
19
19
}
You can’t perform that action at this time.
0 commit comments