Skip to content

Commit c3b9d45

Browse files
Update dependencies from https://github.com/dotnet/dotnet build 289078 (#1449)
Updated Dependencies: Microsoft.Build, Microsoft.Build.Utilities.Core (Version 18.1.0-preview-25529-101 -> 18.1.0-preview-25530-107) Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.25529.101 -> 11.0.0-beta.25530.107) Microsoft.DotNet.GenAPI.Task (Version 10.0.100-rc.2.25529.101 -> 10.0.100-rc.2.25530.107) Microsoft.NETCore.ILAsm, Microsoft.NETCore.ILDAsm (Version 10.0.0-rc.1.25529.101 -> 10.0.0-rc.1.25530.107) Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent e1a0c64 commit c3b9d45

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

eng/Version.Details.props

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ This file should be imported by eng/Versions.props
66
<Project>
77
<PropertyGroup>
88
<!-- dotnet/dotnet dependencies -->
9-
<MicrosoftBuildPackageVersion>18.1.0-preview-25529-101</MicrosoftBuildPackageVersion>
10-
<MicrosoftBuildUtilitiesCorePackageVersion>18.1.0-preview-25529-101</MicrosoftBuildUtilitiesCorePackageVersion>
11-
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.25529.101</MicrosoftDotNetArcadeSdkPackageVersion>
12-
<MicrosoftDotNetGenAPITaskPackageVersion>10.0.100-rc.2.25529.101</MicrosoftDotNetGenAPITaskPackageVersion>
13-
<MicrosoftNETCoreILAsmPackageVersion>10.0.0-rc.1.25529.101</MicrosoftNETCoreILAsmPackageVersion>
14-
<MicrosoftNETCoreILDAsmPackageVersion>10.0.0-rc.1.25529.101</MicrosoftNETCoreILDAsmPackageVersion>
9+
<MicrosoftBuildPackageVersion>18.1.0-preview-25530-107</MicrosoftBuildPackageVersion>
10+
<MicrosoftBuildUtilitiesCorePackageVersion>18.1.0-preview-25530-107</MicrosoftBuildUtilitiesCorePackageVersion>
11+
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.25530.107</MicrosoftDotNetArcadeSdkPackageVersion>
12+
<MicrosoftDotNetGenAPITaskPackageVersion>10.0.100-rc.2.25530.107</MicrosoftDotNetGenAPITaskPackageVersion>
13+
<MicrosoftNETCoreILAsmPackageVersion>10.0.0-rc.1.25530.107</MicrosoftNETCoreILAsmPackageVersion>
14+
<MicrosoftNETCoreILDAsmPackageVersion>10.0.0-rc.1.25530.107</MicrosoftNETCoreILDAsmPackageVersion>
1515
</PropertyGroup>
1616
<!--Property group for alternate package version names-->
1717
<PropertyGroup>

eng/Version.Details.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="source-build-reference-packages" Sha="cdc420f453860b662a76fcc72672ed2a65243146" BarId="288940" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="source-build-reference-packages" Sha="edaa458fbcad30109ac00ae95bc4d70203b69ea8" BarId="289078" />
44
<ToolsetDependencies>
5-
<Dependency Name="Microsoft.Build" Version="18.1.0-preview-25529-101">
5+
<Dependency Name="Microsoft.Build" Version="18.1.0-preview-25530-107">
66
<Uri>https://github.com/dotnet/dotnet</Uri>
7-
<Sha>cdc420f453860b662a76fcc72672ed2a65243146</Sha>
7+
<Sha>edaa458fbcad30109ac00ae95bc4d70203b69ea8</Sha>
88
</Dependency>
9-
<Dependency Name="Microsoft.Build.Utilities.Core" Version="18.1.0-preview-25529-101">
9+
<Dependency Name="Microsoft.Build.Utilities.Core" Version="18.1.0-preview-25530-107">
1010
<Uri>https://github.com/dotnet/dotnet</Uri>
11-
<Sha>cdc420f453860b662a76fcc72672ed2a65243146</Sha>
11+
<Sha>edaa458fbcad30109ac00ae95bc4d70203b69ea8</Sha>
1212
</Dependency>
13-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.25529.101">
13+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.25530.107">
1414
<Uri>https://github.com/dotnet/dotnet</Uri>
15-
<Sha>cdc420f453860b662a76fcc72672ed2a65243146</Sha>
15+
<Sha>edaa458fbcad30109ac00ae95bc4d70203b69ea8</Sha>
1616
</Dependency>
17-
<Dependency Name="Microsoft.DotNet.GenAPI.Task" Version="10.0.100-rc.2.25529.101">
17+
<Dependency Name="Microsoft.DotNet.GenAPI.Task" Version="10.0.100-rc.2.25530.107">
1818
<Uri>https://github.com/dotnet/dotnet</Uri>
19-
<Sha>cdc420f453860b662a76fcc72672ed2a65243146</Sha>
19+
<Sha>edaa458fbcad30109ac00ae95bc4d70203b69ea8</Sha>
2020
</Dependency>
21-
<Dependency Name="Microsoft.NETCore.ILAsm" Version="10.0.0-rc.1.25529.101">
21+
<Dependency Name="Microsoft.NETCore.ILAsm" Version="10.0.0-rc.1.25530.107">
2222
<Uri>https://github.com/dotnet/dotnet</Uri>
23-
<Sha>cdc420f453860b662a76fcc72672ed2a65243146</Sha>
23+
<Sha>edaa458fbcad30109ac00ae95bc4d70203b69ea8</Sha>
2424
</Dependency>
25-
<Dependency Name="Microsoft.NETCore.ILDAsm" Version="10.0.0-rc.1.25529.101">
25+
<Dependency Name="Microsoft.NETCore.ILDAsm" Version="10.0.0-rc.1.25530.107">
2626
<Uri>https://github.com/dotnet/dotnet</Uri>
27-
<Sha>cdc420f453860b662a76fcc72672ed2a65243146</Sha>
27+
<Sha>edaa458fbcad30109ac00ae95bc4d70203b69ea8</Sha>
2828
</Dependency>
2929
</ToolsetDependencies>
3030
</Dependencies>

eng/common/vmr-sync.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ set -e
164164
highlight 'Installing .NET, preparing the tooling..'
165165
source "./eng/common/tools.sh"
166166
InitializeDotNetCli true
167-
GetDarc "1.1.0-beta.25514.2"
167+
GetDarc
168168
dotnetDir=$( cd ./.dotnet/; pwd -P )
169169
dotnet=$dotnetDir/dotnet
170170

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"msbuild-sdks": {
1616
"Microsoft.Build.NoTargets": "3.7.0",
1717
"Microsoft.Build.Traversal": "3.4.0",
18-
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25529.101"
18+
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25530.107"
1919
}
2020
}

0 commit comments

Comments
 (0)