File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 302
302
<Uri >https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri >
303
303
<Sha >f5f7b34502e6f9677053bdf72c2ab2fe7c6e0074</Sha >
304
304
</Dependency >
305
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 7.0.0-beta.23164.3 " >
305
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 7.0.0-beta.23211.2 " >
306
306
<Uri >https://github.com/dotnet/arcade</Uri >
307
- <Sha >099bbb071e187ba4e1603004597624e6acae6394 </Sha >
307
+ <Sha >7c5e5a782c67460b123c8e41d484ebcca8002c93 </Sha >
308
308
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
309
309
</Dependency >
310
- <Dependency Name =" Microsoft.DotNet.Build.Tasks.Installers" Version =" 7.0.0-beta.23164.3 " >
310
+ <Dependency Name =" Microsoft.DotNet.Build.Tasks.Installers" Version =" 7.0.0-beta.23211.2 " >
311
311
<Uri >https://github.com/dotnet/arcade</Uri >
312
- <Sha >099bbb071e187ba4e1603004597624e6acae6394 </Sha >
312
+ <Sha >7c5e5a782c67460b123c8e41d484ebcca8002c93 </Sha >
313
313
</Dependency >
314
- <Dependency Name =" Microsoft.DotNet.Build.Tasks.Templating" Version =" 7.0.0-beta.23164.3 " >
314
+ <Dependency Name =" Microsoft.DotNet.Build.Tasks.Templating" Version =" 7.0.0-beta.23211.2 " >
315
315
<Uri >https://github.com/dotnet/arcade</Uri >
316
- <Sha >099bbb071e187ba4e1603004597624e6acae6394 </Sha >
316
+ <Sha >7c5e5a782c67460b123c8e41d484ebcca8002c93 </Sha >
317
317
</Dependency >
318
- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 7.0.0-beta.23164.3 " >
318
+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 7.0.0-beta.23211.2 " >
319
319
<Uri >https://github.com/dotnet/arcade</Uri >
320
- <Sha >099bbb071e187ba4e1603004597624e6acae6394 </Sha >
320
+ <Sha >7c5e5a782c67460b123c8e41d484ebcca8002c93 </Sha >
321
321
</Dependency >
322
322
</ToolsetDependencies >
323
323
</Dependencies >
Original file line number Diff line number Diff line change 134
134
<MicrosoftEntityFrameworkCoreVersion >7.0.5</MicrosoftEntityFrameworkCoreVersion >
135
135
<MicrosoftEntityFrameworkCoreDesignVersion >7.0.5</MicrosoftEntityFrameworkCoreDesignVersion >
136
136
<!-- Packages from dotnet/arcade -->
137
- <MicrosoftDotNetBuildTasksInstallersVersion >7.0.0-beta.23164.3 </MicrosoftDotNetBuildTasksInstallersVersion >
138
- <MicrosoftDotNetBuildTasksTemplatingVersion >7.0.0-beta.23164.3 </MicrosoftDotNetBuildTasksTemplatingVersion >
137
+ <MicrosoftDotNetBuildTasksInstallersVersion >7.0.0-beta.23211.2 </MicrosoftDotNetBuildTasksInstallersVersion >
138
+ <MicrosoftDotNetBuildTasksTemplatingVersion >7.0.0-beta.23211.2 </MicrosoftDotNetBuildTasksTemplatingVersion >
139
139
<!-- Packages from dotnet/source-build-externals -->
140
140
<MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion >7.0.0-alpha.1.22505.1</MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion >
141
141
<!-- Packages from dotnet/xdt -->
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ if [[ -z "$CLR_CC" ]]; then
71
71
# Set default versions
72
72
if [[ -z " $majorVersion " ]]; then
73
73
# note: gcc (all versions) and clang versions higher than 6 do not have minor version in file name, if it is zero.
74
- if [[ " $compiler " == " clang" ]]; then versions=( 15 14 13 12 11 10 9 8 7 6.0 5.0 4.0 3.9 3.8 3.7 3.6 3.5 )
74
+ if [[ " $compiler " == " clang" ]]; then versions=( 16 15 14 13 12 11 10 9 8 7 6.0 5.0 4.0 3.9 3.8 3.7 3.6 3.5 )
75
75
elif [[ " $compiler " == " gcc" ]]; then versions=( 12 11 10 9 8 7 6 5 4.9 ); fi
76
76
77
77
for version in " ${versions[@]} " ; do
Original file line number Diff line number Diff line change 27
27
},
28
28
"msbuild-sdks" : {
29
29
"Yarn.MSBuild" : " 1.22.10" ,
30
- "Microsoft.DotNet.Arcade.Sdk" : " 7.0.0-beta.23164.3 " ,
31
- "Microsoft.DotNet.Helix.Sdk" : " 7.0.0-beta.23164.3 "
30
+ "Microsoft.DotNet.Arcade.Sdk" : " 7.0.0-beta.23211.2 " ,
31
+ "Microsoft.DotNet.Helix.Sdk" : " 7.0.0-beta.23211.2 "
32
32
}
33
33
}
You can’t perform that action at this time.
0 commit comments