Skip to content

Commit a7c4de2

Browse files
[release/10.0.3xx] Source code updates from dotnet/dotnet (#10342)
[release/10.0.3xx] Source code updates from dotnet/dotnet
1 parent bfbd319 commit a7c4de2

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

eng/Version.Details.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This file should be imported by eng/Versions.props
77
<PropertyGroup>
88
<!-- dotnet-dotnet dependencies -->
99
<MicrosoftBclAsyncInterfacesPackageVersion>10.0.7</MicrosoftBclAsyncInterfacesPackageVersion>
10-
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26329.105</MicrosoftDotNetArcadeSdkPackageVersion>
10+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26330.108</MicrosoftDotNetArcadeSdkPackageVersion>
1111
<MicrosoftExtensionsDependencyInjectionAbstractionsPackageVersion>10.0.7</MicrosoftExtensionsDependencyInjectionAbstractionsPackageVersion>
1212
<MicrosoftExtensionsLoggingPackageVersion>10.0.7</MicrosoftExtensionsLoggingPackageVersion>
1313
<MicrosoftExtensionsLoggingAbstractionsPackageVersion>10.0.7</MicrosoftExtensionsLoggingAbstractionsPackageVersion>

eng/Version.Details.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="templating" Sha="d2f8f0d63e49c44c4be2b7cc1f8cd659ffdf786b" BarId="320707" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="templating" Sha="7631393cb98da3da6542d462e6fdf6db13cc9491" BarId="320939" />
44
<ProductDependencies>
55
<Dependency Name="System.CommandLine" Version="2.0.10">
66
<Uri>https://github.com/dotnet/dotnet</Uri>
77
<Sha>e8558e6339cd4fccd998b5cdecb76eeb6ec75363</Sha>
88
</Dependency>
99
</ProductDependencies>
1010
<ToolsetDependencies>
11-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26329.105">
11+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26330.108">
1212
<Uri>https://github.com/dotnet/dotnet</Uri>
13-
<Sha>d2f8f0d63e49c44c4be2b7cc1f8cd659ffdf786b</Sha>
13+
<Sha>7631393cb98da3da6542d462e6fdf6db13cc9491</Sha>
1414
</Dependency>
1515
<!-- Dependencies required for source build. We'll still update manually -->
1616
<Dependency Name="System.Formats.Asn1" Version="10.0.7">

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"dotnet": "10.0.301"
1414
},
1515
"msbuild-sdks": {
16-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26329.105"
16+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26330.108"
1717
}
1818
}

0 commit comments

Comments
 (0)