Skip to content

Commit 81099c9

Browse files
committed
Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-winforms build 20250819.1
Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common From Version 9.0.9-servicing.25415.5 -> To Version 9.0.9-servicing.25419.1
1 parent 5b68f33 commit 81099c9

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

NuGet.config

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
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-9a93906" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-9a939063/nuget/v3/index.json" />
9+
<add key="darc-int-dotnet-runtime-9a93906-1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-9a939063-1/nuget/v3/index.json" />
910
<!-- End: Package sources from dotnet-runtime -->
1011
<!-- Begin: Package sources from dotnet-winforms -->
11-
<add key="darc-int-dotnet-winforms-c0ddfbb" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-winforms-c0ddfbb0/nuget/v3/index.json" />
12+
<add key="darc-int-dotnet-winforms-8cf892e" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-winforms-8cf892e8/nuget/v3/index.json" />
1213
<!-- End: Package sources from dotnet-winforms -->
1314
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1415
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -24,10 +25,11 @@
2425
<disabledPackageSources>
2526
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2627
<!-- Begin: Package sources from dotnet-runtime -->
28+
<add key="darc-int-dotnet-runtime-9a93906-1" value="true" />
2729
<add key="darc-int-dotnet-runtime-9a93906" value="true" />
2830
<!-- End: Package sources from dotnet-runtime -->
2931
<!-- Begin: Package sources from dotnet-winforms -->
30-
<add key="darc-int-dotnet-winforms-c0ddfbb" value="true" />
32+
<add key="darc-int-dotnet-winforms-8cf892e" value="true" />
3133
<!-- End: Package sources from dotnet-winforms -->
3234
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
3335
</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.9-servicing.25415.5">
4+
<Dependency Name="Microsoft.Private.Winforms" Version="9.0.9-servicing.25419.1">
55
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-winforms</Uri>
6-
<Sha>c0ddfbb0e411edff04fc669eb7d264b17269d312</Sha>
6+
<Sha>8cf892e88db8bba0e4c185b98f1b1c3d895facdf</Sha>
77
<SourceBuildTarball RepoName="winforms" ManagedOnly="true" />
88
</Dependency>
9-
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="9.0.9-servicing.25415.5">
9+
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="9.0.9-servicing.25419.1">
1010
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-winforms</Uri>
11-
<Sha>c0ddfbb0e411edff04fc669eb7d264b17269d312</Sha>
11+
<Sha>8cf892e88db8bba0e4c185b98f1b1c3d895facdf</Sha>
1212
</Dependency>
1313
<Dependency Name="System.Reflection.MetadataLoadContext" Version="9.0.9" 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.9">
163163
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-winforms</Uri>
164-
<Sha>c0ddfbb0e411edff04fc669eb7d264b17269d312</Sha>
164+
<Sha>8cf892e88db8bba0e4c185b98f1b1c3d895facdf</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.9-servicing.25415.5</MicrosoftPrivateWinformsVersion>
25+
<MicrosoftPrivateWinformsVersion>9.0.9-servicing.25419.1</MicrosoftPrivateWinformsVersion>
2626
</PropertyGroup>
2727
<!-- Packages that come from https://github.com/dotnet/runtime -->
2828
<PropertyGroup>

0 commit comments

Comments
 (0)