Skip to content

Commit 36347f1

Browse files
committed
Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-winforms build 20251015.3
On relative base path root Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms From Version 8.0.22-servicing.25515.1 -> To Version 8.0.22-servicing.25515.3 System.Drawing.Common From Version 8.0.22 -> To Version 8.0.22
1 parent 0e5a1fb commit 36347f1

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

NuGet.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<add key="darc-int-dotnet-runtime-d5074a2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-d5074a2d/nuget/v3/index.json" />
99
<!-- End: Package sources from dotnet-runtime -->
1010
<!-- Begin: Package sources from dotnet-winforms -->
11-
<add key="darc-int-dotnet-winforms-9152659" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-winforms-9152659a/nuget/v3/index.json" />
11+
<add key="darc-int-dotnet-winforms-133d57a" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-winforms-133d57a9/nuget/v3/index.json" />
1212
<!-- End: Package sources from dotnet-winforms -->
1313
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1414
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -25,7 +25,7 @@
2525
<add key="darc-int-dotnet-runtime-d5074a2" value="true" />
2626
<!-- End: Package sources from dotnet-runtime -->
2727
<!-- Begin: Package sources from dotnet-winforms -->
28-
<add key="darc-int-dotnet-winforms-9152659" value="true" />
28+
<add key="darc-int-dotnet-winforms-133d57a" value="true" />
2929
<!-- End: Package sources from dotnet-winforms -->
3030
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
3131
</disabledPackageSources>

eng/Version.Details.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
33
<ProductDependencies>
4-
<Dependency Name="Microsoft.Private.Winforms" Version="8.0.22-servicing.25515.1">
4+
<Dependency Name="Microsoft.Private.Winforms" Version="8.0.22-servicing.25515.3">
55
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-winforms</Uri>
6-
<Sha>9152659a34d89c36ce7567efc5f21a3d83b7c5ed</Sha>
6+
<Sha>133d57a9335f331372cd901de5e390d928b1c9cc</Sha>
77
</Dependency>
8-
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="8.0.22-servicing.25515.1">
8+
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="8.0.22-servicing.25515.3">
99
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-winforms</Uri>
10-
<Sha>9152659a34d89c36ce7567efc5f21a3d83b7c5ed</Sha>
10+
<Sha>133d57a9335f331372cd901de5e390d928b1c9cc</Sha>
1111
</Dependency>
1212
<Dependency Name="System.Reflection.MetadataLoadContext" Version="8.0.1" CoherentParentDependency="Microsoft.Private.Winforms">
1313
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
@@ -152,7 +152,7 @@
152152
</Dependency>
153153
<Dependency Name="System.Drawing.Common" Version="8.0.22">
154154
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-winforms</Uri>
155-
<Sha>9152659a34d89c36ce7567efc5f21a3d83b7c5ed</Sha>
155+
<Sha>133d57a9335f331372cd901de5e390d928b1c9cc</Sha>
156156
</Dependency>
157157
</ProductDependencies>
158158
<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>8.0.22-servicing.25515.1</MicrosoftPrivateWinformsVersion>
25+
<MicrosoftPrivateWinformsVersion>8.0.22-servicing.25515.3</MicrosoftPrivateWinformsVersion>
2626
</PropertyGroup>
2727
<!-- Packages that come from https://github.com/dotnet/runtime -->
2828
<PropertyGroup>

0 commit comments

Comments
 (0)