Skip to content

Commit 30df7a6

Browse files
[release/10.0-rc1] Source code updates from dotnet/dotnet (#11055)
* Update dependencies from https://github.com/dotnet/dotnet build 279601 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.CodeAnalysis, Microsoft.DotNet.GenAPI, Microsoft.DotNet.Helix.Sdk (Version 10.0.0-beta.25411.109 -> 10.0.0-beta.25415.113) Microsoft.Dotnet.WinForms.ProjectTemplates, Microsoft.NETCore.App.Ref, Microsoft.NETCore.Platforms, Microsoft.Private.Winforms, System.CodeDom, System.Configuration.ConfigurationManager, System.Diagnostics.EventLog, System.DirectoryServices, System.Drawing.Common, System.Formats.Nrbf, System.IO.Packaging, System.Private.Windows.Core.TestUtilities, System.Reflection.MetadataLoadContext, System.Resources.Extensions, System.Runtime.Serialization.Formatters, System.Security.Cryptography.Xml, System.Security.Permissions, System.Windows.Extensions (Version 10.0.0-rc.1.25411.109 -> 10.0.0-rc.1.25415.113) * Update dependencies from https://github.com/dotnet/dotnet build 279607 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.CodeAnalysis, Microsoft.DotNet.GenAPI, Microsoft.DotNet.Helix.Sdk (Version 10.0.0-beta.25415.113 -> 10.0.0-beta.25416.107) Microsoft.Dotnet.WinForms.ProjectTemplates, Microsoft.NETCore.App.Ref, Microsoft.NETCore.Platforms, Microsoft.Private.Winforms, System.CodeDom, System.Configuration.ConfigurationManager, System.Diagnostics.EventLog, System.DirectoryServices, System.Drawing.Common, System.Formats.Nrbf, System.IO.Packaging, System.Private.Windows.Core.TestUtilities, System.Reflection.MetadataLoadContext, System.Resources.Extensions, System.Runtime.Serialization.Formatters, System.Security.Cryptography.Xml, System.Security.Permissions, System.Windows.Extensions (Version 10.0.0-rc.1.25415.113 -> 10.0.0-rc.1.25416.107) * Update dependencies from https://github.com/dotnet/dotnet build 279620 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.CodeAnalysis, Microsoft.DotNet.GenAPI, Microsoft.DotNet.Helix.Sdk (Version 10.0.0-beta.25416.107 -> 10.0.0-beta.25416.111) Microsoft.Dotnet.WinForms.ProjectTemplates, Microsoft.NETCore.App.Ref, Microsoft.NETCore.Platforms, Microsoft.Private.Winforms, System.CodeDom, System.Configuration.ConfigurationManager, System.Diagnostics.EventLog, System.DirectoryServices, System.Drawing.Common, System.Formats.Nrbf, System.IO.Packaging, System.Private.Windows.Core.TestUtilities, System.Reflection.MetadataLoadContext, System.Resources.Extensions, System.Runtime.Serialization.Formatters, System.Security.Cryptography.Xml, System.Security.Permissions, System.Windows.Extensions (Version 10.0.0-rc.1.25416.107 -> 10.0.0-rc.1.25416.111) * Update dependencies from https://github.com/dotnet/dotnet build 279630 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.CodeAnalysis, Microsoft.DotNet.GenAPI, Microsoft.DotNet.Helix.Sdk (Version 10.0.0-beta.25416.111 -> 10.0.0-beta.25416.112) Microsoft.Dotnet.WinForms.ProjectTemplates, Microsoft.NETCore.App.Ref, Microsoft.NETCore.Platforms, Microsoft.Private.Winforms, System.CodeDom, System.Configuration.ConfigurationManager, System.Diagnostics.EventLog, System.DirectoryServices, System.Drawing.Common, System.Formats.Nrbf, System.IO.Packaging, System.Private.Windows.Core.TestUtilities, System.Reflection.MetadataLoadContext, System.Resources.Extensions, System.Runtime.Serialization.Formatters, System.Security.Cryptography.Xml, System.Security.Permissions, System.Windows.Extensions (Version 10.0.0-rc.1.25416.111 -> 10.0.0-rc.1.25416.112) --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent e103fb8 commit 30df7a6

File tree

3 files changed

+71
-71
lines changed

3 files changed

+71
-71
lines changed

eng/Version.Details.props

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,30 @@ This file should be imported by eng/Versions.props
77
<Project>
88
<PropertyGroup>
99
<!-- dotnet/dotnet dependencies -->
10-
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25411.109</MicrosoftDotNetArcadeSdkPackageVersion>
11-
<MicrosoftDotNetCodeAnalysisPackageVersion>10.0.0-beta.25411.109</MicrosoftDotNetCodeAnalysisPackageVersion>
12-
<MicrosoftDotNetGenAPIPackageVersion>10.0.0-beta.25411.109</MicrosoftDotNetGenAPIPackageVersion>
13-
<MicrosoftDotNetHelixSdkPackageVersion>10.0.0-beta.25411.109</MicrosoftDotNetHelixSdkPackageVersion>
14-
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>10.0.0-rc.1.25411.109</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
15-
<MicrosoftNETCoreAppRefPackageVersion>10.0.0-rc.1.25411.109</MicrosoftNETCoreAppRefPackageVersion>
16-
<MicrosoftNETCorePlatformsPackageVersion>10.0.0-rc.1.25411.109</MicrosoftNETCorePlatformsPackageVersion>
17-
<MicrosoftPrivateWinformsPackageVersion>10.0.0-rc.1.25411.109</MicrosoftPrivateWinformsPackageVersion>
10+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25416.112</MicrosoftDotNetArcadeSdkPackageVersion>
11+
<MicrosoftDotNetCodeAnalysisPackageVersion>10.0.0-beta.25416.112</MicrosoftDotNetCodeAnalysisPackageVersion>
12+
<MicrosoftDotNetGenAPIPackageVersion>10.0.0-beta.25416.112</MicrosoftDotNetGenAPIPackageVersion>
13+
<MicrosoftDotNetHelixSdkPackageVersion>10.0.0-beta.25416.112</MicrosoftDotNetHelixSdkPackageVersion>
14+
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>10.0.0-rc.1.25416.112</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
15+
<MicrosoftNETCoreAppRefPackageVersion>10.0.0-rc.1.25416.112</MicrosoftNETCoreAppRefPackageVersion>
16+
<MicrosoftNETCorePlatformsPackageVersion>10.0.0-rc.1.25416.112</MicrosoftNETCorePlatformsPackageVersion>
17+
<MicrosoftPrivateWinformsPackageVersion>10.0.0-rc.1.25416.112</MicrosoftPrivateWinformsPackageVersion>
1818
<MicrosoftSourceLinkAzureReposGitPackageVersion>8.0.0-beta.23409.2</MicrosoftSourceLinkAzureReposGitPackageVersion>
1919
<MicrosoftSourceLinkGitHubPackageVersion>8.0.0-beta.23409.2</MicrosoftSourceLinkGitHubPackageVersion>
20-
<SystemCodeDomPackageVersion>10.0.0-rc.1.25411.109</SystemCodeDomPackageVersion>
21-
<SystemConfigurationConfigurationManagerPackageVersion>10.0.0-rc.1.25411.109</SystemConfigurationConfigurationManagerPackageVersion>
22-
<SystemDiagnosticsEventLogPackageVersion>10.0.0-rc.1.25411.109</SystemDiagnosticsEventLogPackageVersion>
23-
<SystemDirectoryServicesPackageVersion>10.0.0-rc.1.25411.109</SystemDirectoryServicesPackageVersion>
24-
<SystemDrawingCommonPackageVersion>10.0.0-rc.1.25411.109</SystemDrawingCommonPackageVersion>
25-
<SystemFormatsNrbfPackageVersion>10.0.0-rc.1.25411.109</SystemFormatsNrbfPackageVersion>
26-
<SystemIOPackagingPackageVersion>10.0.0-rc.1.25411.109</SystemIOPackagingPackageVersion>
27-
<SystemPrivateWindowsCoreTestUtilitiesPackageVersion>10.0.0-rc.1.25411.109</SystemPrivateWindowsCoreTestUtilitiesPackageVersion>
28-
<SystemReflectionMetadataLoadContextPackageVersion>10.0.0-rc.1.25411.109</SystemReflectionMetadataLoadContextPackageVersion>
29-
<SystemResourcesExtensionsPackageVersion>10.0.0-rc.1.25411.109</SystemResourcesExtensionsPackageVersion>
30-
<SystemRuntimeSerializationFormattersPackageVersion>10.0.0-rc.1.25411.109</SystemRuntimeSerializationFormattersPackageVersion>
31-
<SystemSecurityCryptographyXmlPackageVersion>10.0.0-rc.1.25411.109</SystemSecurityCryptographyXmlPackageVersion>
32-
<SystemSecurityPermissionsPackageVersion>10.0.0-rc.1.25411.109</SystemSecurityPermissionsPackageVersion>
33-
<SystemWindowsExtensionsPackageVersion>10.0.0-rc.1.25411.109</SystemWindowsExtensionsPackageVersion>
20+
<SystemCodeDomPackageVersion>10.0.0-rc.1.25416.112</SystemCodeDomPackageVersion>
21+
<SystemConfigurationConfigurationManagerPackageVersion>10.0.0-rc.1.25416.112</SystemConfigurationConfigurationManagerPackageVersion>
22+
<SystemDiagnosticsEventLogPackageVersion>10.0.0-rc.1.25416.112</SystemDiagnosticsEventLogPackageVersion>
23+
<SystemDirectoryServicesPackageVersion>10.0.0-rc.1.25416.112</SystemDirectoryServicesPackageVersion>
24+
<SystemDrawingCommonPackageVersion>10.0.0-rc.1.25416.112</SystemDrawingCommonPackageVersion>
25+
<SystemFormatsNrbfPackageVersion>10.0.0-rc.1.25416.112</SystemFormatsNrbfPackageVersion>
26+
<SystemIOPackagingPackageVersion>10.0.0-rc.1.25416.112</SystemIOPackagingPackageVersion>
27+
<SystemPrivateWindowsCoreTestUtilitiesPackageVersion>10.0.0-rc.1.25416.112</SystemPrivateWindowsCoreTestUtilitiesPackageVersion>
28+
<SystemReflectionMetadataLoadContextPackageVersion>10.0.0-rc.1.25416.112</SystemReflectionMetadataLoadContextPackageVersion>
29+
<SystemResourcesExtensionsPackageVersion>10.0.0-rc.1.25416.112</SystemResourcesExtensionsPackageVersion>
30+
<SystemRuntimeSerializationFormattersPackageVersion>10.0.0-rc.1.25416.112</SystemRuntimeSerializationFormattersPackageVersion>
31+
<SystemSecurityCryptographyXmlPackageVersion>10.0.0-rc.1.25416.112</SystemSecurityCryptographyXmlPackageVersion>
32+
<SystemSecurityPermissionsPackageVersion>10.0.0-rc.1.25416.112</SystemSecurityPermissionsPackageVersion>
33+
<SystemWindowsExtensionsPackageVersion>10.0.0-rc.1.25416.112</SystemWindowsExtensionsPackageVersion>
3434
<!-- _git/dotnet-wpf-int dependencies -->
3535
<MicrosoftDotNetWpfDncEngPackageVersion>10.0.0-preview.7.25317.2</MicrosoftDotNetWpfDncEngPackageVersion>
3636
</PropertyGroup>

eng/Version.Details.xml

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,100 +1,100 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="wpf" Sha="520c71b5277fc1f72dbec14da03ca55205d6c8e5" BarId="278961" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="wpf" Sha="8c49b059243665b9c1a4ce01c24bedb4f5641f15" BarId="279630" />
44
<ProductDependencies>
5-
<Dependency Name="Microsoft.Private.Winforms" Version="10.0.0-rc.1.25411.109">
5+
<Dependency Name="Microsoft.Private.Winforms" Version="10.0.0-rc.1.25416.112">
66
<Uri>https://github.com/dotnet/dotnet</Uri>
7-
<Sha>520c71b5277fc1f72dbec14da03ca55205d6c8e5</Sha>
7+
<Sha>8c49b059243665b9c1a4ce01c24bedb4f5641f15</Sha>
88
</Dependency>
9-
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="10.0.0-rc.1.25411.109">
9+
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="10.0.0-rc.1.25416.112">
1010
<Uri>https://github.com/dotnet/dotnet</Uri>
11-
<Sha>520c71b5277fc1f72dbec14da03ca55205d6c8e5</Sha>
11+
<Sha>8c49b059243665b9c1a4ce01c24bedb4f5641f15</Sha>
1212
</Dependency>
13-
<Dependency Name="System.Reflection.MetadataLoadContext" Version="10.0.0-rc.1.25411.109">
13+
<Dependency Name="System.Reflection.MetadataLoadContext" Version="10.0.0-rc.1.25416.112">
1414
<Uri>https://github.com/dotnet/dotnet</Uri>
15-
<Sha>520c71b5277fc1f72dbec14da03ca55205d6c8e5</Sha>
15+
<Sha>8c49b059243665b9c1a4ce01c24bedb4f5641f15</Sha>
1616
</Dependency>
17-
<Dependency Name="System.Windows.Extensions" Version="10.0.0-rc.1.25411.109">
17+
<Dependency Name="System.Windows.Extensions" Version="10.0.0-rc.1.25416.112">
1818
<Uri>https://github.com/dotnet/dotnet</Uri>
19-
<Sha>520c71b5277fc1f72dbec14da03ca55205d6c8e5</Sha>
19+
<Sha>8c49b059243665b9c1a4ce01c24bedb4f5641f15</Sha>
2020
</Dependency>
21-
<Dependency Name="Microsoft.NETCore.Platforms" Version="10.0.0-rc.1.25411.109">
21+
<Dependency Name="Microsoft.NETCore.Platforms" Version="10.0.0-rc.1.25416.112">
2222
<Uri>https://github.com/dotnet/dotnet</Uri>
23-
<Sha>520c71b5277fc1f72dbec14da03ca55205d6c8e5</Sha>
23+
<Sha>8c49b059243665b9c1a4ce01c24bedb4f5641f15</Sha>
2424
</Dependency>
2525
<Dependency Name="Microsoft.DotNet.Wpf.DncEng" Version="10.0.0-preview.7.25317.2">
2626
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-wpf-int</Uri>
2727
<Sha>8a6c1d81657ef04c040f598cafacf8f5a33abda2</Sha>
2828
</Dependency>
29-
<Dependency Name="System.Resources.Extensions" Version="10.0.0-rc.1.25411.109">
29+
<Dependency Name="System.Resources.Extensions" Version="10.0.0-rc.1.25416.112">
3030
<Uri>https://github.com/dotnet/dotnet</Uri>
31-
<Sha>520c71b5277fc1f72dbec14da03ca55205d6c8e5</Sha>
31+
<Sha>8c49b059243665b9c1a4ce01c24bedb4f5641f15</Sha>
3232
</Dependency>
33-
<Dependency Name="System.Runtime.Serialization.Formatters" Version="10.0.0-rc.1.25411.109">
33+
<Dependency Name="System.Runtime.Serialization.Formatters" Version="10.0.0-rc.1.25416.112">
3434
<Uri>https://github.com/dotnet/dotnet</Uri>
35-
<Sha>520c71b5277fc1f72dbec14da03ca55205d6c8e5</Sha>
35+
<Sha>8c49b059243665b9c1a4ce01c24bedb4f5641f15</Sha>
3636
</Dependency>
37-
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.0-rc.1.25411.109">
37+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.0-rc.1.25416.112">
3838
<Uri>https://github.com/dotnet/dotnet</Uri>
39-
<Sha>520c71b5277fc1f72dbec14da03ca55205d6c8e5</Sha>
39+
<Sha>8c49b059243665b9c1a4ce01c24bedb4f5641f15</Sha>
4040
</Dependency>
41-
<Dependency Name="System.CodeDom" Version="10.0.0-rc.1.25411.109">
41+
<Dependency Name="System.CodeDom" Version="10.0.0-rc.1.25416.112">
4242
<Uri>https://github.com/dotnet/dotnet</Uri>
43-
<Sha>520c71b5277fc1f72dbec14da03ca55205d6c8e5</Sha>
43+
<Sha>8c49b059243665b9c1a4ce01c24bedb4f5641f15</Sha>
4444
</Dependency>
45-
<Dependency Name="System.Configuration.ConfigurationManager" Version="10.0.0-rc.1.25411.109">
45+
<Dependency Name="System.Configuration.ConfigurationManager" Version="10.0.0-rc.1.25416.112">
4646
<Uri>https://github.com/dotnet/dotnet</Uri>
47-
<Sha>520c71b5277fc1f72dbec14da03ca55205d6c8e5</Sha>
47+
<Sha>8c49b059243665b9c1a4ce01c24bedb4f5641f15</Sha>
4848
</Dependency>
49-
<Dependency Name="System.Diagnostics.EventLog" Version="10.0.0-rc.1.25411.109">
49+
<Dependency Name="System.Diagnostics.EventLog" Version="10.0.0-rc.1.25416.112">
5050
<Uri>https://github.com/dotnet/dotnet</Uri>
51-
<Sha>520c71b5277fc1f72dbec14da03ca55205d6c8e5</Sha>
51+
<Sha>8c49b059243665b9c1a4ce01c24bedb4f5641f15</Sha>
5252
</Dependency>
53-
<Dependency Name="System.DirectoryServices" Version="10.0.0-rc.1.25411.109">
53+
<Dependency Name="System.DirectoryServices" Version="10.0.0-rc.1.25416.112">
5454
<Uri>https://github.com/dotnet/dotnet</Uri>
55-
<Sha>520c71b5277fc1f72dbec14da03ca55205d6c8e5</Sha>
55+
<Sha>8c49b059243665b9c1a4ce01c24bedb4f5641f15</Sha>
5656
</Dependency>
57-
<Dependency Name="System.Formats.Nrbf" Version="10.0.0-rc.1.25411.109">
57+
<Dependency Name="System.Formats.Nrbf" Version="10.0.0-rc.1.25416.112">
5858
<Uri>https://github.com/dotnet/dotnet</Uri>
59-
<Sha>520c71b5277fc1f72dbec14da03ca55205d6c8e5</Sha>
59+
<Sha>8c49b059243665b9c1a4ce01c24bedb4f5641f15</Sha>
6060
</Dependency>
61-
<Dependency Name="System.IO.Packaging" Version="10.0.0-rc.1.25411.109">
61+
<Dependency Name="System.IO.Packaging" Version="10.0.0-rc.1.25416.112">
6262
<Uri>https://github.com/dotnet/dotnet</Uri>
63-
<Sha>520c71b5277fc1f72dbec14da03ca55205d6c8e5</Sha>
63+
<Sha>8c49b059243665b9c1a4ce01c24bedb4f5641f15</Sha>
6464
</Dependency>
65-
<Dependency Name="System.Security.Cryptography.Xml" Version="10.0.0-rc.1.25411.109">
65+
<Dependency Name="System.Security.Cryptography.Xml" Version="10.0.0-rc.1.25416.112">
6666
<Uri>https://github.com/dotnet/dotnet</Uri>
67-
<Sha>520c71b5277fc1f72dbec14da03ca55205d6c8e5</Sha>
67+
<Sha>8c49b059243665b9c1a4ce01c24bedb4f5641f15</Sha>
6868
</Dependency>
69-
<Dependency Name="System.Security.Permissions" Version="10.0.0-rc.1.25411.109">
69+
<Dependency Name="System.Security.Permissions" Version="10.0.0-rc.1.25416.112">
7070
<Uri>https://github.com/dotnet/dotnet</Uri>
71-
<Sha>520c71b5277fc1f72dbec14da03ca55205d6c8e5</Sha>
71+
<Sha>8c49b059243665b9c1a4ce01c24bedb4f5641f15</Sha>
7272
</Dependency>
73-
<Dependency Name="System.Drawing.Common" Version="10.0.0-rc.1.25411.109">
73+
<Dependency Name="System.Drawing.Common" Version="10.0.0-rc.1.25416.112">
7474
<Uri>https://github.com/dotnet/dotnet</Uri>
75-
<Sha>520c71b5277fc1f72dbec14da03ca55205d6c8e5</Sha>
75+
<Sha>8c49b059243665b9c1a4ce01c24bedb4f5641f15</Sha>
7676
</Dependency>
7777
</ProductDependencies>
7878
<ToolsetDependencies>
79-
<Dependency Name="System.Private.Windows.Core.TestUtilities" Version="10.0.0-rc.1.25411.109">
79+
<Dependency Name="System.Private.Windows.Core.TestUtilities" Version="10.0.0-rc.1.25416.112">
8080
<Uri>https://github.com/dotnet/dotnet</Uri>
81-
<Sha>520c71b5277fc1f72dbec14da03ca55205d6c8e5</Sha>
81+
<Sha>8c49b059243665b9c1a4ce01c24bedb4f5641f15</Sha>
8282
</Dependency>
83-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25411.109">
83+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25416.112">
8484
<Uri>https://github.com/dotnet/dotnet</Uri>
85-
<Sha>520c71b5277fc1f72dbec14da03ca55205d6c8e5</Sha>
85+
<Sha>8c49b059243665b9c1a4ce01c24bedb4f5641f15</Sha>
8686
</Dependency>
87-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.25411.109">
87+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.25416.112">
8888
<Uri>https://github.com/dotnet/dotnet</Uri>
89-
<Sha>520c71b5277fc1f72dbec14da03ca55205d6c8e5</Sha>
89+
<Sha>8c49b059243665b9c1a4ce01c24bedb4f5641f15</Sha>
9090
</Dependency>
91-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25411.109">
91+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25416.112">
9292
<Uri>https://github.com/dotnet/dotnet</Uri>
93-
<Sha>520c71b5277fc1f72dbec14da03ca55205d6c8e5</Sha>
93+
<Sha>8c49b059243665b9c1a4ce01c24bedb4f5641f15</Sha>
9494
</Dependency>
95-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="10.0.0-beta.25411.109">
95+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="10.0.0-beta.25416.112">
9696
<Uri>https://github.com/dotnet/dotnet</Uri>
97-
<Sha>520c71b5277fc1f72dbec14da03ca55205d6c8e5</Sha>
97+
<Sha>8c49b059243665b9c1a4ce01c24bedb4f5641f15</Sha>
9898
</Dependency>
9999
<!-- TODO: Unpin sourcelink dependencies: https://github.com/dotnet/wpf/issues/11042 -->
100100
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="8.0.0-beta.23409.2" Pinned="true">

global.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "10.0.100-preview.7.25372.107",
3+
"version": "10.0.100-rc.1.25411.109",
44
"allowPrerelease": true,
55
"rollForward": "latestFeature",
66
"paths": [
@@ -10,7 +10,7 @@
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.100-preview.7.25372.107",
13+
"dotnet": "10.0.100-rc.1.25411.109",
1414
"runtimes": {
1515
"dotnet/x64": [
1616
"$(MicrosoftNETCorePlatformsVersion)"
@@ -24,8 +24,8 @@
2424
}
2525
},
2626
"msbuild-sdks": {
27-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25411.109",
28-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25411.109",
27+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25416.112",
28+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25416.112",
2929
"Microsoft.Build.NoTargets": "3.7.56"
3030
},
3131
"native-tools": {

0 commit comments

Comments
 (0)