Skip to content

Commit 3cbc6d6

Browse files
[release/10.0] Source code updates from dotnet/dotnet (#1549)
* Backflow from https://github.com/dotnet/dotnet / 455f135 build 297972 [[ commit created by automation ]] * Update dependencies --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 343534d commit 3cbc6d6

4 files changed

Lines changed: 19 additions & 19 deletions

File tree

NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<clear />
88
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
99
<!-- Begin: Package sources from dotnet-dotnet -->
10-
<add key="darc-pub-dotnet-dotnet-99f9e99" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-99f9e99f/nuget/v3/index.json" />
10+
<add key="darc-pub-dotnet-dotnet-455f135" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-455f1358/nuget/v3/index.json" />
1111
<!-- End: Package sources from dotnet-dotnet -->
1212
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1313
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />

eng/Version.Details.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ This file should be imported by eng/Versions.props
66
<Project>
77
<PropertyGroup>
88
<!-- dotnet/dotnet dependencies -->
9-
<MicrosoftBuildPackageVersion>18.0.10</MicrosoftBuildPackageVersion>
10-
<MicrosoftBuildUtilitiesCorePackageVersion>18.0.10</MicrosoftBuildUtilitiesCorePackageVersion>
11-
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26065.102</MicrosoftDotNetArcadeSdkPackageVersion>
12-
<MicrosoftDotNetGenAPITaskPackageVersion>10.0.103-servicing.26065.102</MicrosoftDotNetGenAPITaskPackageVersion>
9+
<MicrosoftBuildPackageVersion>18.0.11</MicrosoftBuildPackageVersion>
10+
<MicrosoftBuildUtilitiesCorePackageVersion>18.0.11</MicrosoftBuildUtilitiesCorePackageVersion>
11+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26070.104</MicrosoftDotNetArcadeSdkPackageVersion>
12+
<MicrosoftDotNetGenAPITaskPackageVersion>10.0.103-servicing.26070.104</MicrosoftDotNetGenAPITaskPackageVersion>
1313
<MicrosoftNETCoreILAsmPackageVersion>10.0.3</MicrosoftNETCoreILAsmPackageVersion>
1414
<MicrosoftNETCoreILDAsmPackageVersion>10.0.3</MicrosoftNETCoreILDAsmPackageVersion>
1515
</PropertyGroup>

eng/Version.Details.xml

Lines changed: 11 additions & 11 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="99f9e99f92d73ade5453ba8edba5d72247f3cd11" BarId="297507" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="source-build-reference-packages" Sha="455f1358f39b4d38fa3893c327a45027c4a81843" BarId="297972" />
44
<ToolsetDependencies>
5-
<Dependency Name="Microsoft.Build" Version="18.0.10">
5+
<Dependency Name="Microsoft.Build" Version="18.0.11">
66
<Uri>https://github.com/dotnet/dotnet</Uri>
7-
<Sha>99f9e99f92d73ade5453ba8edba5d72247f3cd11</Sha>
7+
<Sha>455f1358f39b4d38fa3893c327a45027c4a81843</Sha>
88
</Dependency>
9-
<Dependency Name="Microsoft.Build.Utilities.Core" Version="18.0.10">
9+
<Dependency Name="Microsoft.Build.Utilities.Core" Version="18.0.11">
1010
<Uri>https://github.com/dotnet/dotnet</Uri>
11-
<Sha>99f9e99f92d73ade5453ba8edba5d72247f3cd11</Sha>
11+
<Sha>455f1358f39b4d38fa3893c327a45027c4a81843</Sha>
1212
</Dependency>
13-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26065.102">
13+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26070.104">
1414
<Uri>https://github.com/dotnet/dotnet</Uri>
15-
<Sha>99f9e99f92d73ade5453ba8edba5d72247f3cd11</Sha>
15+
<Sha>455f1358f39b4d38fa3893c327a45027c4a81843</Sha>
1616
</Dependency>
17-
<Dependency Name="Microsoft.DotNet.GenAPI.Task" Version="10.0.103-servicing.26065.102">
17+
<Dependency Name="Microsoft.DotNet.GenAPI.Task" Version="10.0.103-servicing.26070.104">
1818
<Uri>https://github.com/dotnet/dotnet</Uri>
19-
<Sha>99f9e99f92d73ade5453ba8edba5d72247f3cd11</Sha>
19+
<Sha>455f1358f39b4d38fa3893c327a45027c4a81843</Sha>
2020
</Dependency>
2121
<Dependency Name="Microsoft.NETCore.ILAsm" Version="10.0.3">
2222
<Uri>https://github.com/dotnet/dotnet</Uri>
23-
<Sha>99f9e99f92d73ade5453ba8edba5d72247f3cd11</Sha>
23+
<Sha>455f1358f39b4d38fa3893c327a45027c4a81843</Sha>
2424
</Dependency>
2525
<Dependency Name="Microsoft.NETCore.ILDAsm" Version="10.0.3">
2626
<Uri>https://github.com/dotnet/dotnet</Uri>
27-
<Sha>99f9e99f92d73ade5453ba8edba5d72247f3cd11</Sha>
27+
<Sha>455f1358f39b4d38fa3893c327a45027c4a81843</Sha>
2828
</Dependency>
2929
</ToolsetDependencies>
3030
</Dependencies>

global.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "10.0.101",
3+
"version": "10.0.102",
44
"allowPrerelease": true,
55
"rollForward": "latestPatch",
66
"paths": [
@@ -10,11 +10,11 @@
1010
"errorMessage": "The required .NET SDK wasn't found. Please run ./eng/common/dotnet.cmd/sh to install it."
1111
},
1212
"tools": {
13-
"dotnet": "10.0.101"
13+
"dotnet": "10.0.102"
1414
},
1515
"msbuild-sdks": {
1616
"Microsoft.Build.NoTargets": "3.7.0",
1717
"Microsoft.Build.Traversal": "3.4.0",
18-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26065.102"
18+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26070.104"
1919
}
2020
}

0 commit comments

Comments
 (0)