Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 72ca82c

Browse filesBrowse files
Update dependencies from https://github.com/dotnet/dotnet build 287426 (#11197)
Updated Dependencies: Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.CodeAnalysis, Microsoft.DotNet.GenAPI, Microsoft.DotNet.Helix.Sdk (Version 10.0.0-beta.25515.107 -> 10.0.0-beta.25515.111) Microsoft.Dotnet.WinForms.ProjectTemplates, Microsoft.NETCore.Platforms, Microsoft.Private.Winforms, System.Private.Windows.Core.TestUtilities (Version 10.0.0-rtm.25515.107 -> 10.0.0-rtm.25515.111) Microsoft.NETCore.App.Ref, System.CodeDom, System.Configuration.ConfigurationManager, System.Diagnostics.EventLog, System.DirectoryServices, System.Drawing.Common, System.Formats.Nrbf, System.IO.Packaging, System.Reflection.MetadataLoadContext, System.Resources.Extensions, System.Runtime.Serialization.Formatters, System.Security.Cryptography.Xml, System.Security.Permissions, System.Windows.Extensions (Version 10.0.0 -> 10.0.0) Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 8409237 commit 72ca82c
Copy full SHA for 72ca82c

File tree

Expand file treeCollapse file tree

4 files changed

+42
-42
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

4 files changed

+42
-42
lines changed
Open diff view settings
Collapse file

‎NuGet.config‎

Copy file name to clipboardExpand all lines: NuGet.config
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<clear />
66
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
77
<!-- Begin: Package sources from dotnet-dotnet -->
8-
<add key="darc-pub-dotnet-dotnet-03ebd38" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-03ebd38e/nuget/v3/index.json" />
8+
<add key="darc-pub-dotnet-dotnet-79c85d9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-79c85d96/nuget/v3/index.json" />
99
<!-- End: Package sources from dotnet-dotnet -->
1010
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1111
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
Collapse file

‎eng/Version.Details.props‎

Copy file name to clipboardExpand all lines: eng/Version.Details.props
+8-8Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ This file should be imported by eng/Versions.props
88
<!-- dotnet/dotnet dependencies -->
99
<MicrosoftBuildFrameworkPackageVersion>15.9.20</MicrosoftBuildFrameworkPackageVersion>
1010
<MicrosoftBuildUtilitiesCorePackageVersion>15.9.20</MicrosoftBuildUtilitiesCorePackageVersion>
11-
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25515.107</MicrosoftDotNetArcadeSdkPackageVersion>
12-
<MicrosoftDotNetCodeAnalysisPackageVersion>10.0.0-beta.25515.107</MicrosoftDotNetCodeAnalysisPackageVersion>
13-
<MicrosoftDotNetGenAPIPackageVersion>10.0.0-beta.25515.107</MicrosoftDotNetGenAPIPackageVersion>
14-
<MicrosoftDotNetHelixSdkPackageVersion>10.0.0-beta.25515.107</MicrosoftDotNetHelixSdkPackageVersion>
15-
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>10.0.0-rtm.25515.107</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
11+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25515.111</MicrosoftDotNetArcadeSdkPackageVersion>
12+
<MicrosoftDotNetCodeAnalysisPackageVersion>10.0.0-beta.25515.111</MicrosoftDotNetCodeAnalysisPackageVersion>
13+
<MicrosoftDotNetGenAPIPackageVersion>10.0.0-beta.25515.111</MicrosoftDotNetGenAPIPackageVersion>
14+
<MicrosoftDotNetHelixSdkPackageVersion>10.0.0-beta.25515.111</MicrosoftDotNetHelixSdkPackageVersion>
15+
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>10.0.0-rtm.25515.111</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
1616
<MicrosoftNETCoreAppRefPackageVersion>10.0.0</MicrosoftNETCoreAppRefPackageVersion>
17-
<MicrosoftNETCorePlatformsPackageVersion>10.0.0-rtm.25515.107</MicrosoftNETCorePlatformsPackageVersion>
18-
<MicrosoftPrivateWinformsPackageVersion>10.0.0-rtm.25515.107</MicrosoftPrivateWinformsPackageVersion>
17+
<MicrosoftNETCorePlatformsPackageVersion>10.0.0-rtm.25515.111</MicrosoftNETCorePlatformsPackageVersion>
18+
<MicrosoftPrivateWinformsPackageVersion>10.0.0-rtm.25515.111</MicrosoftPrivateWinformsPackageVersion>
1919
<MicrosoftSourceLinkAzureReposGitPackageVersion>8.0.0-beta.23409.2</MicrosoftSourceLinkAzureReposGitPackageVersion>
2020
<MicrosoftSourceLinkGitHubPackageVersion>8.0.0-beta.23409.2</MicrosoftSourceLinkGitHubPackageVersion>
2121
<SystemCodeDomPackageVersion>10.0.0</SystemCodeDomPackageVersion>
@@ -25,7 +25,7 @@ This file should be imported by eng/Versions.props
2525
<SystemDrawingCommonPackageVersion>10.0.0</SystemDrawingCommonPackageVersion>
2626
<SystemFormatsNrbfPackageVersion>10.0.0</SystemFormatsNrbfPackageVersion>
2727
<SystemIOPackagingPackageVersion>10.0.0</SystemIOPackagingPackageVersion>
28-
<SystemPrivateWindowsCoreTestUtilitiesPackageVersion>10.0.0-rtm.25515.107</SystemPrivateWindowsCoreTestUtilitiesPackageVersion>
28+
<SystemPrivateWindowsCoreTestUtilitiesPackageVersion>10.0.0-rtm.25515.111</SystemPrivateWindowsCoreTestUtilitiesPackageVersion>
2929
<SystemReflectionMetadataLoadContextPackageVersion>10.0.0</SystemReflectionMetadataLoadContextPackageVersion>
3030
<SystemResourcesExtensionsPackageVersion>10.0.0</SystemResourcesExtensionsPackageVersion>
3131
<SystemRuntimeSerializationFormattersPackageVersion>10.0.0</SystemRuntimeSerializationFormattersPackageVersion>
Collapse file

‎eng/Version.Details.xml‎

Copy file name to clipboardExpand all lines: eng/Version.Details.xml
+31-31Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,78 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="wpf" Sha="03ebd38e3fd6b1068f44b5e4c560ad891c2b412e" BarId="287340" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="wpf" Sha="79c85d969a02abd06c2202949318fd4c21e5e7a0" BarId="287426" />
44
<ProductDependencies>
5-
<Dependency Name="Microsoft.Private.Winforms" Version="10.0.0-rtm.25515.107">
5+
<Dependency Name="Microsoft.Private.Winforms" Version="10.0.0-rtm.25515.111">
66
<Uri>https://github.com/dotnet/dotnet</Uri>
7-
<Sha>03ebd38e3fd6b1068f44b5e4c560ad891c2b412e</Sha>
7+
<Sha>79c85d969a02abd06c2202949318fd4c21e5e7a0</Sha>
88
</Dependency>
9-
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="10.0.0-rtm.25515.107">
9+
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="10.0.0-rtm.25515.111">
1010
<Uri>https://github.com/dotnet/dotnet</Uri>
11-
<Sha>03ebd38e3fd6b1068f44b5e4c560ad891c2b412e</Sha>
11+
<Sha>79c85d969a02abd06c2202949318fd4c21e5e7a0</Sha>
1212
</Dependency>
1313
<Dependency Name="System.Reflection.MetadataLoadContext" Version="10.0.0">
1414
<Uri>https://github.com/dotnet/dotnet</Uri>
15-
<Sha>03ebd38e3fd6b1068f44b5e4c560ad891c2b412e</Sha>
15+
<Sha>79c85d969a02abd06c2202949318fd4c21e5e7a0</Sha>
1616
</Dependency>
1717
<Dependency Name="System.Windows.Extensions" Version="10.0.0">
1818
<Uri>https://github.com/dotnet/dotnet</Uri>
19-
<Sha>03ebd38e3fd6b1068f44b5e4c560ad891c2b412e</Sha>
19+
<Sha>79c85d969a02abd06c2202949318fd4c21e5e7a0</Sha>
2020
</Dependency>
21-
<Dependency Name="Microsoft.NETCore.Platforms" Version="10.0.0-rtm.25515.107">
21+
<Dependency Name="Microsoft.NETCore.Platforms" Version="10.0.0-rtm.25515.111">
2222
<Uri>https://github.com/dotnet/dotnet</Uri>
23-
<Sha>03ebd38e3fd6b1068f44b5e4c560ad891c2b412e</Sha>
23+
<Sha>79c85d969a02abd06c2202949318fd4c21e5e7a0</Sha>
2424
</Dependency>
2525
<Dependency Name="Microsoft.DotNet.Wpf.DncEng" Version="10.0.0-rtm.25513.4">
2626
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-wpf-int</Uri>
2727
<Sha>bbb14872ef0b8cdc8c2ebcd4f19f78024d5f560c</Sha>
2828
</Dependency>
2929
<Dependency Name="System.Resources.Extensions" Version="10.0.0">
3030
<Uri>https://github.com/dotnet/dotnet</Uri>
31-
<Sha>03ebd38e3fd6b1068f44b5e4c560ad891c2b412e</Sha>
31+
<Sha>79c85d969a02abd06c2202949318fd4c21e5e7a0</Sha>
3232
</Dependency>
3333
<Dependency Name="System.Runtime.Serialization.Formatters" Version="10.0.0">
3434
<Uri>https://github.com/dotnet/dotnet</Uri>
35-
<Sha>03ebd38e3fd6b1068f44b5e4c560ad891c2b412e</Sha>
35+
<Sha>79c85d969a02abd06c2202949318fd4c21e5e7a0</Sha>
3636
</Dependency>
3737
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.0">
3838
<Uri>https://github.com/dotnet/dotnet</Uri>
39-
<Sha>03ebd38e3fd6b1068f44b5e4c560ad891c2b412e</Sha>
39+
<Sha>79c85d969a02abd06c2202949318fd4c21e5e7a0</Sha>
4040
</Dependency>
4141
<Dependency Name="System.CodeDom" Version="10.0.0">
4242
<Uri>https://github.com/dotnet/dotnet</Uri>
43-
<Sha>03ebd38e3fd6b1068f44b5e4c560ad891c2b412e</Sha>
43+
<Sha>79c85d969a02abd06c2202949318fd4c21e5e7a0</Sha>
4444
</Dependency>
4545
<Dependency Name="System.Configuration.ConfigurationManager" Version="10.0.0">
4646
<Uri>https://github.com/dotnet/dotnet</Uri>
47-
<Sha>03ebd38e3fd6b1068f44b5e4c560ad891c2b412e</Sha>
47+
<Sha>79c85d969a02abd06c2202949318fd4c21e5e7a0</Sha>
4848
</Dependency>
4949
<Dependency Name="System.Diagnostics.EventLog" Version="10.0.0">
5050
<Uri>https://github.com/dotnet/dotnet</Uri>
51-
<Sha>03ebd38e3fd6b1068f44b5e4c560ad891c2b412e</Sha>
51+
<Sha>79c85d969a02abd06c2202949318fd4c21e5e7a0</Sha>
5252
</Dependency>
5353
<Dependency Name="System.DirectoryServices" Version="10.0.0">
5454
<Uri>https://github.com/dotnet/dotnet</Uri>
55-
<Sha>03ebd38e3fd6b1068f44b5e4c560ad891c2b412e</Sha>
55+
<Sha>79c85d969a02abd06c2202949318fd4c21e5e7a0</Sha>
5656
</Dependency>
5757
<Dependency Name="System.Formats.Nrbf" Version="10.0.0">
5858
<Uri>https://github.com/dotnet/dotnet</Uri>
59-
<Sha>03ebd38e3fd6b1068f44b5e4c560ad891c2b412e</Sha>
59+
<Sha>79c85d969a02abd06c2202949318fd4c21e5e7a0</Sha>
6060
</Dependency>
6161
<Dependency Name="System.IO.Packaging" Version="10.0.0">
6262
<Uri>https://github.com/dotnet/dotnet</Uri>
63-
<Sha>03ebd38e3fd6b1068f44b5e4c560ad891c2b412e</Sha>
63+
<Sha>79c85d969a02abd06c2202949318fd4c21e5e7a0</Sha>
6464
</Dependency>
6565
<Dependency Name="System.Security.Cryptography.Xml" Version="10.0.0">
6666
<Uri>https://github.com/dotnet/dotnet</Uri>
67-
<Sha>03ebd38e3fd6b1068f44b5e4c560ad891c2b412e</Sha>
67+
<Sha>79c85d969a02abd06c2202949318fd4c21e5e7a0</Sha>
6868
</Dependency>
6969
<Dependency Name="System.Security.Permissions" Version="10.0.0">
7070
<Uri>https://github.com/dotnet/dotnet</Uri>
71-
<Sha>03ebd38e3fd6b1068f44b5e4c560ad891c2b412e</Sha>
71+
<Sha>79c85d969a02abd06c2202949318fd4c21e5e7a0</Sha>
7272
</Dependency>
7373
<Dependency Name="System.Drawing.Common" Version="10.0.0">
7474
<Uri>https://github.com/dotnet/dotnet</Uri>
75-
<Sha>03ebd38e3fd6b1068f44b5e4c560ad891c2b412e</Sha>
75+
<Sha>79c85d969a02abd06c2202949318fd4c21e5e7a0</Sha>
7676
</Dependency>
7777
<Dependency Name="Microsoft.Build.Framework" Version="15.9.20">
7878
<Uri>https://github.com/dotnet/dotnet</Uri>
@@ -84,25 +84,25 @@
8484
</Dependency>
8585
</ProductDependencies>
8686
<ToolsetDependencies>
87-
<Dependency Name="System.Private.Windows.Core.TestUtilities" Version="10.0.0-rtm.25515.107">
87+
<Dependency Name="System.Private.Windows.Core.TestUtilities" Version="10.0.0-rtm.25515.111">
8888
<Uri>https://github.com/dotnet/dotnet</Uri>
89-
<Sha>03ebd38e3fd6b1068f44b5e4c560ad891c2b412e</Sha>
89+
<Sha>79c85d969a02abd06c2202949318fd4c21e5e7a0</Sha>
9090
</Dependency>
91-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25515.107">
91+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25515.111">
9292
<Uri>https://github.com/dotnet/dotnet</Uri>
93-
<Sha>03ebd38e3fd6b1068f44b5e4c560ad891c2b412e</Sha>
93+
<Sha>79c85d969a02abd06c2202949318fd4c21e5e7a0</Sha>
9494
</Dependency>
95-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.25515.107">
95+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.25515.111">
9696
<Uri>https://github.com/dotnet/dotnet</Uri>
97-
<Sha>03ebd38e3fd6b1068f44b5e4c560ad891c2b412e</Sha>
97+
<Sha>79c85d969a02abd06c2202949318fd4c21e5e7a0</Sha>
9898
</Dependency>
99-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25515.107">
99+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25515.111">
100100
<Uri>https://github.com/dotnet/dotnet</Uri>
101-
<Sha>03ebd38e3fd6b1068f44b5e4c560ad891c2b412e</Sha>
101+
<Sha>79c85d969a02abd06c2202949318fd4c21e5e7a0</Sha>
102102
</Dependency>
103-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="10.0.0-beta.25515.107">
103+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="10.0.0-beta.25515.111">
104104
<Uri>https://github.com/dotnet/dotnet</Uri>
105-
<Sha>03ebd38e3fd6b1068f44b5e4c560ad891c2b412e</Sha>
105+
<Sha>79c85d969a02abd06c2202949318fd4c21e5e7a0</Sha>
106106
</Dependency>
107107
<!-- TODO: Unpin sourcelink dependencies: https://github.com/dotnet/wpf/issues/11042 -->
108108
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="8.0.0-beta.23409.2" Pinned="true">
Collapse file

‎global.json‎

Copy file name to clipboardExpand all lines: global.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
}
2525
},
2626
"msbuild-sdks": {
27-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25515.107",
28-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25515.107",
27+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25515.111",
28+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25515.111",
2929
"Microsoft.Build.NoTargets": "3.7.56"
3030
},
3131
"native-tools": {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.