WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit e847438

Browse files
[main] Source code updates from dotnet/dotnet (#518)
* Update dependencies from https://github.com/dotnet/dotnet build 292085 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25563.104 -> 10.0.0-beta.25574.102) * Update dependencies from https://github.com/dotnet/dotnet build 292370 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25574.102 -> 10.0.0-beta.25575.107) * Update dependencies from https://github.com/dotnet/dotnet build 292473 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25575.107 -> 10.0.0-beta.25576.107) * Update dependencies from https://github.com/dotnet/dotnet build 292549 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25576.107 -> 10.0.0-beta.25577.106) * Update dependencies from https://github.com/dotnet/dotnet build 292661 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25577.106 -> 10.0.0-beta.25578.106) * Update dependencies from https://github.com/dotnet/dotnet build 292766 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25578.106 -> 10.0.0-beta.25601.102) --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 56c3d96 commit e847438

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

eng/Version.Details.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props
66
<Project>
77
<PropertyGroup>
88
<!-- dotnet/dotnet dependencies -->
9-
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25563.104</MicrosoftDotNetArcadeSdkPackageVersion>
9+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25601.102</MicrosoftDotNetArcadeSdkPackageVersion>
1010
</PropertyGroup>
1111
<!--Property group for alternate package version names-->
1212
<PropertyGroup>

eng/Version.Details.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Dependencies>
2-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="deployment-tools" Sha="93970af2dae989c795efb703be9a25ff95079f25" BarId="290774" />
2+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="deployment-tools" Sha="f2d1a92c2429848e41e78af560381a597f933090" BarId="292766" />
33
<ProductDependencies>
44
</ProductDependencies>
55
<ToolsetDependencies>
6-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25563.104">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25601.102">
77
<Uri>https://github.com/dotnet/dotnet</Uri>
8-
<Sha>93970af2dae989c795efb703be9a25ff95079f25</Sha>
8+
<Sha>f2d1a92c2429848e41e78af560381a597f933090</Sha>
99
</Dependency>
1010
</ToolsetDependencies>
1111
</Dependencies>

global.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"sdk": {
3-
"version": "10.0.100-rc.2.25502.107",
3+
"version": "10.0.100",
44
"allowPrerelease": true,
55
"rollForward": "major"
66
},
77
"tools": {
8-
"dotnet": "10.0.100-rc.2.25502.107"
8+
"dotnet": "10.0.100"
99
},
1010
"msbuild-sdks": {
11-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25563.104",
11+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25601.102",
1212
"Microsoft.Build.NoTargets": "3.7.0",
1313
"Microsoft.Build.Traversal": "3.4.0"
1414
}

0 commit comments

Comments
 (0)