8000 [main] Source code updates from dotnet/cecil (#346) · dotnet/dotnet@910cf67 · GitHub
[go: up one dir, main page]

Skip to content

Commit 910cf67

Browse files
[main] Source code updates from dotnet/cecil (#346)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 46f9f5d commit 910cf67

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

prereqs/git-info/cecil.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project>
33
<PropertyGroup>
4-
<GitCommitHash>746e5ab36373560ced4d39f9aaa4d8f2be6035ff</GitCommitHash>
5-
<OfficialBuildId>20250430.1</OfficialBuildId>
6-
<OutputPackageVersion>0.11.5-alpha.25230.1</OutputPackageVersion>
4+
<GitCommitHash>8f5ef5bf825aed91bb15039b02f7426f165b5eb8</GitCommitHash>
5+
<OfficialBuildId>20250501.1</OfficialBuildId>
6+
<OutputPackageVersion>0.11.5-alpha.25251.1</OutputPackageVersion>
77
</PropertyGroup>
88
</Project>

src/cecil/eng/Version.Details.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="cecil" Sha="35ccf19f39389d127ab037709b8e9c5a1b111a20" BarId="266496" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="cecil" Sha="dab45dead83a6cf3e5fa9df1396c51e6a6b61c07" BarId="266608" />
44
<ProductDependencies>
55
</ProductDependencies>
66
<ToolsetDependencies>
7-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25230.108">
7+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25251.102">
88
<Uri>https://github.com/dotnet/dotnet</Uri>
9-
<Sha>35ccf19f39389d127ab037709b8e9c5a1b111a20</Sha>
9+
<Sha>dab45dead83a6cf3e5fa9df1396c51e6a6b61c07</Sha>
1010
</Dependency>
1111
</ToolsetDependencies>
1212
</Dependencies>

src/cecil/eng/common/core-templates/jobs/source-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ parameters:
1414
# This is the default platform provided by Arcade, intended for use by a managed-only repo.
1515
defaultManagedPlatform:
1616
name: 'Managed'
17-
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9'
17+
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream-10-amd64'
1818

1919
# Defines the platforms on which to run build jobs. One job is created for each platform, and the
2020
# object in this array is sent to the job template as 'platform'. If no platforms are specified,

src/cecil/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
},
55
"msbuild-sdks": {
66
"Microsoft.Build.NoTargets": "3.7.0",
7-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25230.108"
7+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25251.102"
88
}
99
}

src/source-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"commitSha": "21ba24a7015eee34b6879b4fd2f0b94b5ff8faa6"
2323
},
2424
{
25-
"packageVersion": "0.11.5-alpha.25230.1",
26-
"barId": 266516,
25+
"packageVersion": "0.11.5-alpha.25251.1",
26+
"barId": 266625,
2727
"path": "cecil",
2828
"remoteUri": "https://github.com/dotnet/cecil",
29-
"commitSha": "746e5ab36373560ced4d39f9aaa4d8f2be6035ff"
29+
"commitSha": "8f5ef5bf825aed91bb15039b02f7426f165b5eb8"
3030
},
3131
{
3232
"packageVersion": "0.1.625104",

0 commit comments

Comments
 (0)
0