Skip to content

Commit 1909485

Browse files
committed
Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-winforms build 20250717.5
Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms , System.Drawing.Common From Version 9.0.8-servicing.25365.6 -> To Version 9.0.8-servicing.25367.5
1 parent cfad322 commit 1909485

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-b1de385" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-b1de3858/nuget/v3/index.json" />
9+
<add key="darc-int-dotnet-runtime-b1de385-1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-b1de3858-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-5d370a1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-winforms-5d370a1c/nuget/v3/index.json" />
12+
<add key="darc-int-dotnet-winforms-ce971d6" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-winforms-ce971d6c/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-b1de385-1" value="true" />
2729
<add key="darc-int-dotnet-runtime-b1de385" value="true" />
2830
<!-- End: Package sources from dotnet-runtime -->
2931
<!-- Begin: Package sources from dotnet-winforms -->
30-
<add key="darc-int-dotnet-winforms-5d370a1" value="true" />
32+
<add key="darc-int-dotnet-winforms-ce971d6" 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.8-servicing.25365.6">
4+
<Dependency Name="Microsoft.Private.Winforms" Version="9.0.8-servicing.25367.5">
55
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-winforms</Uri>
6-
<Sha>5d370a1c73bb5d79b8824f7f36816a023bf8b632</Sha>
6+
<Sha>ce971d6c7ba0401f9be4986cacc375481a9c2a07</Sha>
77
<SourceBuildTarball RepoName="winforms" ManagedOnly="true" />
88
</Dependency>
9-
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="9.0.8-servicing.25365.6">
9+
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="9.0.8-servicing.25367.5">
1010
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-winforms</Uri>
11-
<Sha>5d370a1c73bb5d79b8824f7f36816a023bf8b632</Sha>
11+
<Sha>ce971d6c7ba0401f9be4986cacc375481a9c2a07</Sha>
1212
</Dependency>
1313
<Dependency Name="System.Reflection.MetadataLoadContext" Version="9.0.8" 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.8">
163163
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-winforms</Uri>
164-
<Sha>5d370a1c73bb5d79b8824f7f36816a023bf8b632</Sha>
164+
<Sha>ce971d6c7ba0401f9be4986cacc375481a9c2a07</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.8-servicing.25365.6</MicrosoftPrivateWinformsVersion>
25+
<MicrosoftPrivateWinformsVersion>9.0.8-servicing.25367.5</MicrosoftPrivateWinformsVersion>
2626
</PropertyGroup>
2727
<!-- Packages that come from https://github.com/dotnet/runtime -->
2828
<PropertyGroup>

0 commit comments

Comments
 (0)