Skip to content

Commit 2159fc0

Browse files
committed
Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-winforms build 20250428.3
Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common From Version 9.0.5-servicing.25216.1 -> To Version 9.0.5-servicing.25228.3
1 parent aded4c0 commit 2159fc0

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

NuGet.config

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
77
<!-- Begin: Package sources from dotnet-runtime -->
88
<add key="darc-int-dotnet-runtime-e36e4d1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-e36e4d1a/nuget/v3/index.json" />
9+
<add key="darc-int-dotnet-runtime-e36e4d1-2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-e36e4d1a-2/nuget/v3/index.json" />
10+
<add key="darc-int-dotnet-runtime-e36e4d1-1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-e36e4d1a-1/nuget/v3/index.json" />
911
<!-- End: Package sources from dotnet-runtime -->
1012
<!-- Begin: Package sources from dotnet-winforms -->
11-
<add key="darc-int-dotnet-winforms-711ee9f" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-winforms-711ee9fe/nuget/v3/index.json" />
13+
<add key="darc-int-dotnet-winforms-9d7a9bf" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-winforms-9d7a9bfe/nuget/v3/index.json" />
1214
<!-- End: Package sources from dotnet-winforms -->
1315
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1416
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -24,10 +26,12 @@
2426
<disabledPackageSources>
2527
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2628
<!-- Begin: Package sources from dotnet-runtime -->
29+
<add key="darc-int-dotnet-runtime-e36e4d1-1" value="true" />
30+
<add key="darc-int-dotnet-runtime-e36e4d1-2" value="true" />
2731
<add key="darc-int-dotnet-runtime-e36e4d1" value="true" />
2832
<!-- End: Package sources from dotnet-runtime -->
2933
<!-- Begin: Package sources from dotnet-winforms -->
30-
<add key="darc-int-dotnet-winforms-711ee9f" value="true" />
34+
<add key="darc-int-dotnet-winforms-9d7a9bf" value="true" />
3135
<!-- End: Package sources from dotnet-winforms -->
3236
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
3337
</disabledPackageSources>

eng/Version.Details.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
33
<ProductDependencies>
4-
<Dependency Name="Microsoft.Private.Winforms" Version="9.0.5-servicing.25216.1">
4+
<Dependency Name="Microsoft.Private.Winforms" Version="9.0.5-servicing.25228.3">
55
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-winforms</Uri>
6-
<Sha>711ee9fe3398d64b89f2ae70b94c66d9d495cf72</Sha>
6+
<Sha>9d7a9bfee1bcb1ea68b60ac2825364777d71c410</Sha>
77
<SourceBuildTarball RepoName="winforms" ManagedOnly="true" />
88
</Dependency>
9-
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="9.0.5-servicing.25216.1">
9+
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="9.0.5-servicing.25228.3">
1010
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-winforms</Uri>
11-
<Sha>711ee9fe3398d64b89f2ae70b94c66d9d495cf72</Sha>
11+
<Sha>9d7a9bfee1bcb1ea68b60ac2825364777d71c410</Sha>
1212
</Dependency>
1313
<Dependency Name="System.Reflection.MetadataLoadContext" Version="9.0.5" CoherentParentDependency="Microsoft.Private.Winforms">
1414
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
@@ -161,7 +161,7 @@
161161
</Dependency>
162162
<Dependency Name="System.Drawing.Common" Version="9.0.5">
163163
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-winforms</Uri>
164-
<Sha>711ee9fe3398d64b89f2ae70b94c66d9d495cf72</Sha>
164+
<Sha>9d7a9bfee1bcb1ea68b60ac2825364777d71c410</Sha>
165165
</Dependency>
166166
</ProductDependencies>
167167
<ToolsetDependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</PropertyGroup>
2323
<!-- Packages that come from https://github.com/dotnet/winforms -->
2424
<PropertyGroup>
25-
<MicrosoftPrivateWinformsVersion>9.0.5-servicing.25216.1</MicrosoftPrivateWinformsVersion>
25+
<MicrosoftPrivateWinformsVersion>9.0.5-servicing.25228.3</MicrosoftPrivateWinformsVersion>
2626
</PropertyGroup>
2727
<!-- Packages that come from https://github.com/dotnet/runtime -->
2828
<PropertyGroup>

0 commit comments

Comments
 (0)