Skip to content

Commit 6b9b816

Browse files
Merged PR 37385: [internal/release/7.0] Merge from public
Merge from public release/7.0 to internal/release/7.0 and resolve conflicts if necessary
2 parents 270ef2c + 54454dc commit 6b9b816

File tree

5 files changed

+23
-17
lines changed

5 files changed

+23
-17
lines changed

NuGet.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
77
<!-- Begin: Package sources from dotnet-runtime -->
88
<add key="darc-int-dotnet-runtime-dff486f" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-dff486f2/nuget/v3/index.json" />
9+
<add key="darc-int-dotnet-runtime-567edaf" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-567edafe/nuget/v3/index.json" />
10+
<add key="darc-int-dotnet-runtime-567edaf-2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-567edafe-2/nuget/v3/index.json" />
11+
<add key="darc-int-dotnet-runtime-567edaf-1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-567edafe-1/nuget/v3/index.json" />
912
<!-- End: Package sources from dotnet-runtime -->
1013
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1114
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -22,6 +25,9 @@
2225
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2326
<!-- Begin: Package sources from dotnet-runtime -->
2427
<add key="darc-int-dotnet-runtime-dff486f" value="true" />
28+
<add key="darc-int-dotnet-runtime-567edaf-1" value="true" />
29+
<add key="darc-int-dotnet-runtime-567edaf-2" value="true" />
30+
<add key="darc-int-dotnet-runtime-567edaf" value="true" />
2531
<!-- End: Package sources from dotnet-runtime -->
2632
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
2733
</disabledPackageSources>

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,25 +75,25 @@
7575
</Dependency>
7676
</ProductDependencies>
7777
<ToolsetDependencies>
78-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.24059.5">
78+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.24114.4">
7979
<Uri>https://github.com/dotnet/arcade</Uri>
80-
<Sha>02d5538bac1bacfd6fb310d92ab8914de08f3358</Sha>
80+
<Sha>c9bbc4b7606b46f6121a2758d2555dfc6322ed88</Sha>
8181
</Dependency>
82-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="7.0.0-beta.24059.5">
82+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="7.0.0-beta.24114.4">
8383
<Uri>https://github.com/dotnet/arcade</Uri>
84-
<Sha>02d5538bac1bacfd6fb310d92ab8914de08f3358</Sha>
84+
<Sha>c9bbc4b7606b46f6121a2758d2555dfc6322ed88</Sha>
8585
</Dependency>
86-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.24059.5">
86+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.24114.4">
8787
<Uri>https://github.com/dotnet/arcade</Uri>
88-
<Sha>02d5538bac1bacfd6fb310d92ab8914de08f3358</Sha>
88+
<Sha>c9bbc4b7606b46f6121a2758d2555dfc6322ed88</Sha>
8989
</Dependency>
90-
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="7.0.0-beta.24059.5">
90+
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="7.0.0-beta.24114.4">
9191
<Uri>https://github.com/dotnet/arcade</Uri>
92-
<Sha>02d5538bac1bacfd6fb310d92ab8914de08f3358</Sha>
92+
<Sha>c9bbc4b7606b46f6121a2758d2555dfc6322ed88</Sha>
9393
</Dependency>
94-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="7.0.0-beta.24059.5">
94+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="7.0.0-beta.24114.4">
9595
<Uri>https://github.com/dotnet/arcade</Uri>
96-
<Sha>02d5538bac1bacfd6fb310d92ab8914de08f3358</Sha>
96+
<Sha>c9bbc4b7606b46f6121a2758d2555dfc6322ed88</Sha>
9797
</Dependency>
9898
</ToolsetDependencies>
9999
</Dependencies>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
</PropertyGroup>
5050
<!-- Packages that come from https://github.com/dotnet/arcade -->
5151
<PropertyGroup>
52-
<MicrosoftDotNetApiCompatVersion>7.0.0-beta.24059.5</MicrosoftDotNetApiCompatVersion>
53-
<MicrosoftDotNetCodeAnalysisPackageVersion>7.0.0-beta.24059.5</MicrosoftDotNetCodeAnalysisPackageVersion>
52+
<MicrosoftDotNetApiCompatVersion>7.0.0-beta.24114.4</MicrosoftDotNetApiCompatVersion>
53+
<MicrosoftDotNetCodeAnalysisPackageVersion>7.0.0-beta.24114.4</MicrosoftDotNetCodeAnalysisPackageVersion>
5454
</PropertyGroup>
5555
<!-- Maintain System.CodeDom PackageVersion at 4.4.0. See https://github.com/Microsoft/msbuild/issues/3627 -->
5656
<!-- Pin specific versions of S.Memory so that it would supply AssemblyVersion=4.0.1.0. See https://github.com/dotnet/runtime/issues/31672 -->

eng/common/native/init-compiler.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ if [[ -z "$CLR_CC" ]]; then
7171
# Set default versions
7272
if [[ -z "$majorVersion" ]]; then
7373
# 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=( 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 )
74+
if [[ "$compiler" == "clang" ]]; then versions=( 17 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 )
7575
elif [[ "$compiler" == "gcc" ]]; then versions=( 12 11 10 9 8 7 6 5 4.9 ); fi
7676

7777
for version in "${versions[@]}"; do

global.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tools": {
3-
"dotnet": "7.0.115",
3+
"dotnet": "7.0.116",
44
"runtimes": {
55
"dotnet": [
66
"2.1.7",
@@ -12,11 +12,11 @@
1212
}
1313
},
1414
"msbuild-sdks": {
15-
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.24059.5",
16-
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.24059.5"
15+
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.24114.4",
16+
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.24114.4"
1717
},
1818
"sdk": {
19-
"version": "7.0.115"
19+
"version": "7.0.116"
2020
},
2121
"native-tools": {
2222
"strawberry-perl": "5.28.1.1-1",

0 commit comments

Comments
 (0)