Skip to content

Commit 00c808a

Browse files
Update dependencies from https://github.com/dotnet/winforms build 20200811.4 (#3326)
[release/3.1] Update dependencies from dotnet/winforms - Updates: - Microsoft.Private.Winforms: from 4.8.1-servicing.20308.4 to 4.8.1-servicing.20411.4
1 parent 69c9812 commit 00c808a

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

NuGet.config

-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
<configuration>
44
<packageSources>
55
<clear />
6-
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
7-
<add key="darc-pub-dotnet-core-setup-2d163b8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-2d163b87/nuget/v3/index.json" />
8-
<add key="darc-pub-dotnet-corefx-e946ceb-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-corefx-e946cebe-1/nuget/v3/index.json" />
9-
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
106
<add key="myget-fxlab" value="https://dotnet.myget.org/F/dotnet-corefxlab/api/v3/index.json" />
117
<add key="arcade" value="https://dotnetfeed.blob.core.windows.net/dotnet-tools-internal/index.json" />
128
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />

eng/Version.Details.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
33
<ProductDependencies>
4-
<Dependency Name="Microsoft.Private.Winforms" Version="4.8.1-servicing.20308.4">
4+
<Dependency Name="Microsoft.Private.Winforms" Version="4.8.1-servicing.20411.4">
55
<Uri>https://github.com/dotnet/winforms</Uri>
6-
<Sha>de3ff8ae63a8109c1fba47c4b2fa71b35a423739</Sha>
6+
<Sha>96f8bef5b7856c14407744fb9fe3fc81d61e8e67</Sha>
77
</Dependency>
88
</ProductDependencies>
99
<ToolsetDependencies>

eng/Versions.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</PropertyGroup>
1919
<!-- NuGet Package Versions -->
2020
<PropertyGroup>
21-
<MicrosoftPrivateWinformsVersion>4.8.1-servicing.20308.4</MicrosoftPrivateWinformsVersion>
21+
<MicrosoftPrivateWinformsVersion>4.8.1-servicing.20411.4</MicrosoftPrivateWinformsVersion>
2222
</PropertyGroup>
2323
<!-- Packages that come from https://github.com/dotnet/coreclr -->
2424
<PropertyGroup>

0 commit comments

Comments
 (0)