Skip to content

Commit 07cae5d

Browse files
authored
Merge pull request #119720 from dotnet/merge/release/8.0-to-release/8.0-staging
[automated] Merge branch 'release/8.0' => 'release/8.0-staging'
2 parents a4e2c04 + 0f34318 commit 07cae5d

File tree

4 files changed

+3
-13
lines changed

4 files changed

+3
-13
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@
8585
<Sha>02fe27cd6a9b001c8feb7938e6ef4b3799745759</Sha>
8686
<SourceBuild RepoName="command-line-api" ManagedOnly="true" />
8787
</Dependency>
88-
<Dependency Name="Microsoft.DotNet.Cecil" Version="0.11.4-alpha.25457.1">
88+
<Dependency Name="Microsoft.DotNet.Cecil" Version="0.11.4-alpha.25462.1">
8989
<Uri>https://github.com/dotnet/cecil</Uri>
90-
<Sha>e84d2f3e542c3bc970a5b2053aebffea995561d9</Sha>
90+
<Sha>73a1d3d630d4ae0359ab56a4b79f6311585b829d</Sha>
9191
<SourceBuild RepoName="cecil" ManagedOnly="true" />
9292
</Dependency>
9393
<Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100" Version="8.0.21">

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
<!-- ILLink -->
226226
<MicrosoftNETILLinkTasksVersion>8.0.0-rc.1.23406.6</MicrosoftNETILLinkTasksVersion>
227227
<!-- Mono Cecil -->
228-
<MicrosoftDotNetCecilVersion>0.11.4-alpha.25457.1</MicrosoftDotNetCecilVersion>
228+
<MicrosoftDotNetCecilVersion>0.11.4-alpha.25462.1</MicrosoftDotNetCecilVersion>
229229
<!-- ILCompiler -->
230230
<MicrosoftDotNetILCompilerVersion>8.0.0-rc.1.23406.6</MicrosoftDotNetILCompilerVersion>
231231
<!-- ICU -->

src/mono/wasi/Wasi.Build.Tests/data/nuget8.config

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
<!-- TEST_RESTORE_SOURCES_INSERTION_LINE -->
1010
<add key="dotnet8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />
1111
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
12-
13-
<!-- work around illink needing a stable version for now -->
14-
<!-- Begin: Package sources from dotnet-runtime -->
15-
<add key="darc-pub-dotnet-runtime-488a8a3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-488a8a35/nuget/v3/index.json" />
16-
<!-- End: Package sources from dotnet-runtime -->
1712
</packageSources>
1813
<disabledPackageSources>
1914
<clear />

src/mono/wasm/Wasm.Build.Tests/data/nuget8.config

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
<!-- TEST_RESTORE_SOURCES_INSERTION_LINE -->
1010
<add key="dotnet8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />
1111
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
12-
13-
<!-- work around illink needing a stable version for now -->
14-
<!-- Begin: Package sources from dotnet-runtime -->
15-
<add key="darc-pub-dotnet-runtime-488a8a3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-488a8a35/nuget/v3/index.json" />
16-
<!-- End: Package sources from dotnet-runtime -->
1712
</packageSources>
1813
<disabledPackageSources>
1914
<clear />

0 commit comments

Comments
 (0)