Skip to content

Commit 87111a7

Browse files
committed
[internal/release/5.0] Update dependencies from dnceng/internal/dotnet-winforms
1 parent 34e65b8 commit 87111a7

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

NuGet.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<clear />
66
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
77
<!-- Begin: Package sources from dotnet-runtime -->
8+
<add key="darc-int-dotnet-runtime-e1825b4-2" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-e1825b49-2/nuget/v3/index.json" />
9+
<add key="darc-int-dotnet-runtime-e1825b4-1" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-e1825b49-1/nuget/v3/index.json" />
810
<add key="darc-int-dotnet-runtime-e1825b4" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-e1825b49/nuget/v3/index.json" />
911
<!-- End: Package sources from dotnet-runtime -->
1012
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
@@ -18,6 +20,8 @@
1820
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
1921
<!-- Begin: Package sources from dotnet-runtime -->
2022
<add key="darc-int-dotnet-runtime-e1825b4" value="true" />
23+
<add key="darc-int-dotnet-runtime-e1825b4-1" value="true" />
24+
<add key="darc-int-dotnet-runtime-e1825b4-2" value="true" />
2125
<!-- End: Package sources from dotnet-runtime -->
2226
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
2327
</disabledPackageSources>

eng/Version.Details.xml

Lines changed: 4 additions & 4 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="5.0.10-servicing.21418.6">
4+
<Dependency Name="Microsoft.Private.Winforms" Version="5.0.11-servicing.21457.10">
55
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-winforms</Uri>
6-
<Sha>fe532d7abd074015e1fda901db0d9b87180dcadb</Sha>
6+
<Sha>f887fb4d82aad4571f86316e3041d9c07ea2872a</Sha>
77
</Dependency>
8-
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="5.0.10-servicing.21418.6">
8+
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="5.0.11-servicing.21457.10">
99
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-winforms</Uri>
10-
<Sha>fe532d7abd074015e1fda901db0d9b87180dcadb</Sha>
10+
<Sha>f887fb4d82aad4571f86316e3041d9c07ea2872a</Sha>
1111
</Dependency>
1212
<Dependency Name="Microsoft.Win32.Registry" Version="5.0.0" CoherentParentDependency="Microsoft.Private.Winforms">
1313
<Uri>https://github.com/dotnet/runtime</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99
<!-- NuGet Package Versions -->
1010
<PropertyGroup>
11-
<MicrosoftPrivateWinformsVersion>5.0.10-servicing.21418.6</MicrosoftPrivateWinformsVersion>
11+
<MicrosoftPrivateWinformsVersion>5.0.11-servicing.21457.10</MicrosoftPrivateWinformsVersion>
1212
</PropertyGroup>
1313
<!-- Packages that come from https://github.com/dotnet/coreclr -->
1414
<PropertyGroup>

0 commit comments

Comments
 (0)