Skip to content

Commit af37788

Browse files
committed
Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-winforms build 20231123.3
Microsoft.Dotnet.WinForms.ProjectTemplates , Microsoft.Private.Winforms From Version 7.0.15-servicing.23570.16 -> To Version 7.0.15-servicing.23573.3 Dependency coherency updates Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Runtime.win-x64,VS.Redist.Common.NetCore.SharedFramework.x64.7.0 From Version 7.0.15 -> To Version 7.0.15 (parent: Microsoft.Private.Winforms
1 parent 65c8dc8 commit af37788

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

NuGet.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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-29f8829" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-29f88296/nuget/v3/index.json" />
8+
<add key="darc-int-dotnet-runtime-8f4568c" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-8f4568cd/nuget/v3/index.json" />
99
<!-- End: Package sources from dotnet-runtime -->
1010
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1111
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -21,7 +21,7 @@
2121
<disabledPackageSources>
2222
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2323
<!-- Begin: Package sources from dotnet-runtime -->
24-
<add key="darc-int-dotnet-runtime-29f8829" value="true" />
24+
<add key="darc-int-dotnet-runtime-8f4568c" value="true" />
2525
<!-- End: Package sources from dotnet-runtime -->
2626
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
2727
</disabledPackageSources>

eng/Version.Details.xml

+8-8
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="7.0.15-servicing.23570.16">
4+
<Dependency Name="Microsoft.Private.Winforms" Version="7.0.15-servicing.23573.3">
55
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-winforms</Uri>
6-
<Sha>ce000d354195dfb9e0f8039a74d303f61afcf9c9</Sha>
6+
<Sha>1d272c1ef7277b7cc38148300732e6a72848bedc</Sha>
77
</Dependency>
8-
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="7.0.15-servicing.23570.16">
8+
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="7.0.15-servicing.23573.3">
99
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-winforms</Uri>
10-
<Sha>ce000d354195dfb9e0f8039a74d303f61afcf9c9</Sha>
10+
<Sha>1d272c1ef7277b7cc38148300732e6a72848bedc</Sha>
1111
</Dependency>
1212
<Dependency Name="System.CodeDom" Version="7.0.0" CoherentParentDependency="Microsoft.Private.Winforms">
1313
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
@@ -63,15 +63,15 @@
6363
</Dependency>
6464
<Dependency Name="Microsoft.NETCore.App.Ref" Version="7.0.15" CoherentParentDependency="Microsoft.Private.Winforms">
6565
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
66-
<Sha>29f88296788f2031e4653b463d8f02d25db82b68</Sha>
66+
<Sha>8f4568cdaa2f9654fd133a17cd2dcc55b5f42455</Sha>
6767
</Dependency>
6868
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="7.0.15" CoherentParentDependency="Microsoft.Private.Winforms">
6969
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
70-
<Sha>29f88296788f2031e4653b463d8f02d25db82b68</Sha>
70+
<Sha>8f4568cdaa2f9654fd133a17cd2dcc55b5f42455</Sha>
7171
</Dependency>
72-
<Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.7.0" Version="7.0.15-servicing.23566.28" CoherentParentDependency="Microsoft.Private.Winforms">
72+
<Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.7.0" Version="7.0.15-servicing.23572.26" CoherentParentDependency="Microsoft.Private.Winforms">
7373
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
74-
<Sha>29f88296788f2031e4653b463d8f02d25db82b68</Sha>
74+
<Sha>8f4568cdaa2f9654fd133a17cd2dcc55b5f42455</Sha>
7575
</Dependency>
7676
</ProductDependencies>
7777
<ToolsetDependencies>

eng/Versions.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
</PropertyGroup>
2323
<!-- Packages that come from https://github.com/dotnet/winforms -->
2424
<PropertyGroup>
25-
<MicrosoftPrivateWinformsVersion>7.0.15-servicing.23570.16</MicrosoftPrivateWinformsVersion>
25+
<MicrosoftPrivateWinformsVersion>7.0.15-servicing.23573.3</MicrosoftPrivateWinformsVersion>
2626
</PropertyGroup>
2727
<!-- Packages that come from https://github.com/dotnet/runtime -->
2828
<PropertyGroup>
29-
<VSRedistCommonNetCoreSharedFrameworkx6470PackageVersion>7.0.15-servicing.23566.28</VSRedistCommonNetCoreSharedFrameworkx6470PackageVersion>
29+
<VSRedistCommonNetCoreSharedFrameworkx6470PackageVersion>7.0.15-servicing.23572.26</VSRedistCommonNetCoreSharedFrameworkx6470PackageVersion>
3030
<MicrosoftNETCoreAppRefVersion>7.0.15</MicrosoftNETCoreAppRefVersion>
3131
<MicrosoftNETCoreAppRuntimewinx64Version>7.0.15</MicrosoftNETCoreAppRuntimewinx64Version>
3232
<MicrosoftNETCorePlatformsVersion>7.0.4</MicrosoftNETCorePlatformsVersion>

0 commit comments

Comments
 (0)