Skip to content

Commit 29ccbec

Browse files
dotnet-botvseanreesermsft
authored andcommitted
Merged PR 38248: [internal/release/8.0] Update dependencies from dnceng/internal/dotnet-winforms
This pull request updates the following dependencies [marker]: <> (Begin:0ce99e90-7dcb-4849-5aa3-08dbd5a5c716) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-winforms - **Subscription**: 0ce99e90-7dcb-4849-5aa3-08dbd5a5c716 - **Build**: - **Date Produced**: March 19, 2024 8:39:12 PM UTC - **Commit**: 1575d7056e8952d90f592553e9f00661bc94e81a - **Branch**: refs/heads/internal/release/8.0 [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.Dotnet.WinForms.ProjectTemplates**: [from 8.0.4-servicing.24168.13 to 8.0.4-servicing.24169.7][1] - **Microsoft.Private.Winforms**: [from 8.0.4-servicing.24168.13 to 8.0.4-servicing.24169.7][1] - **System.Drawing.Common**: [from 8.0.4 to 8.0.4][1] [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-winforms/branches?baseVersion=GCfbf1a1e892c2c37066093d856d8c23f7adff536f&targetVersion=GC1575d7056e8952d90f592553e9f00661bc94e81a&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:0ce99e90-7dcb-4849-5aa3-08dbd5a5c716)
2 parents 98cf51b + cb0cdd8 commit 29ccbec

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-a1a9440" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-a1a9440b/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-fbf1a1e" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-winforms-fbf1a1e8/nuget/v3/index.json" />
11+
<add key="darc-int-dotnet-winforms-1575d70" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-winforms-1575d705/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-a1a9440" value="true" />
2626
<!-- End: Package sources from dotnet-runtime -->
2727
<!-- Begin: Package sources from dotnet-winforms -->
28-
<add key="darc-int-dotnet-winforms-fbf1a1e" value="true" />
28+
<add key="darc-int-dotnet-winforms-1575d70" 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.4-servicing.24168.13">
4+
<Dependency Name="Microsoft.Private.Winforms" Version="8.0.4-servicing.24169.7">
55
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-winforms</Uri>
6-
<Sha>fbf1a1e892c2c37066093d856d8c23f7adff536f</Sha>
6+
<Sha>1575d7056e8952d90f592553e9f00661bc94e81a</Sha>
77
</Dependency>
8-
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="8.0.4-servicing.24168.13">
8+
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="8.0.4-servicing.24169.7">
99
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-winforms</Uri>
10-
<Sha>fbf1a1e892c2c37066093d856d8c23f7adff536f</Sha>
10+
<Sha>1575d7056e8952d90f592553e9f00661bc94e81a</Sha>
1111
</Dependency>
1212
<Dependency Name="System.Reflection.MetadataLoadContext" Version="8.0.0" 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.4">
154154
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-winforms</Uri>
155-
<Sha>fbf1a1e892c2c37066093d856d8c23f7adff536f</Sha>
155+
<Sha>1575d7056e8952d90f592553e9f00661bc94e81a</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.4-servicing.24168.13</MicrosoftPrivateWinformsVersion>
25+
<MicrosoftPrivateWinformsVersion>8.0.4-servicing.24169.7</MicrosoftPrivateWinformsVersion>
2626
</PropertyGroup>
2727
<!-- Packages that come from https://github.com/dotnet/runtime -->
2828
<PropertyGroup>

0 commit comments

Comments
 (0)