Skip to content

Commit

Permalink
Merged PR 35719: [internal/release/8.0] Update dependencies from dnce…
Browse files Browse the repository at this point in the history
…ng/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**: 20231130.6
- **Date Produced**: November 30, 2023 7:55:07 PM UTC
- **Commit**: 0b4028eb507aeb222f5bd1fc421876cc5e5e3fb8
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.Dotnet.WinForms.ProjectTemplates**: [from 8.0.1-servicing.23580.2 to 8.0.1-servicing.23580.6][1]
  - **Microsoft.Private.Winforms**: [from 8.0.1-servicing.23580.2 to 8.0.1-servicing.23580.6][1]
  - **System.Drawing.Common**: [from 8.0.1 to 8.0.1][1]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-winforms/branches?baseVersion=GCc2d534b5fb&targetVersion=GC0b4028eb50&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:0ce99e90-7dcb-4849-5aa3-08dbd5a5c716)
  • Loading branch information
dotnet-bot authored and mmitche committed Nov 30, 2023
1 parent 429ec93 commit ac40bed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<add key="darc-int-dotnet-runtime-bf5e279" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-bf5e279d/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-runtime -->
<!-- Begin: Package sources from dotnet-winforms -->
<add key="darc-int-dotnet-winforms-c2d534b" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-winforms-c2d534b5/nuget/v3/index.json" />
<add key="darc-int-dotnet-winforms-0b4028e" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-winforms-0b4028eb/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-winforms -->
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
Expand All @@ -25,7 +25,7 @@
<add key="darc-int-dotnet-runtime-bf5e279" value="true" />
<!-- End: Package sources from dotnet-runtime -->
<!-- Begin: Package sources from dotnet-winforms -->
<add key="darc-int-dotnet-winforms-c2d534b" value="true" />
<add key="darc-int-dotnet-winforms-0b4028e" value="true" />
<!-- End: Package sources from dotnet-winforms -->
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
</disabledPackageSources>
Expand Down
10 changes: 5 additions & 5 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.Private.Winforms" Version="8.0.1-servicing.23580.2">
<Dependency Name="Microsoft.Private.Winforms" Version="8.0.1-servicing.23580.6">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-winforms</Uri>
<Sha>c2d534b5fba6cc87d8aa856b7bcbceedea4753fa</Sha>
<Sha>0b4028eb507aeb222f5bd1fc421876cc5e5e3fb8</Sha>
</Dependency>
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="8.0.1-servicing.23580.2">
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="8.0.1-servicing.23580.6">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-winforms</Uri>
<Sha>c2d534b5fba6cc87d8aa856b7bcbceedea4753fa</Sha>
<Sha>0b4028eb507aeb222f5bd1fc421876cc5e5e3fb8</Sha>
</Dependency>
<Dependency Name="System.Reflection.MetadataLoadContext" Version="8.0.0" CoherentParentDependency="Microsoft.Private.Winforms">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
Expand Down Expand Up @@ -152,7 +152,7 @@
</Dependency>
<Dependency Name="System.Drawing.Common" Version="8.0.1">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-winforms</Uri>
<Sha>c2d534b5fba6cc87d8aa856b7bcbceedea4753fa</Sha>
<Sha>0b4028eb507aeb222f5bd1fc421876cc5e5e3fb8</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</PropertyGroup>
<!-- Packages that come from https://github.com/dotnet/winforms -->
<PropertyGroup>
<MicrosoftPrivateWinformsVersion>8.0.1-servicing.23580.2</MicrosoftPrivateWinformsVersion>
<MicrosoftPrivateWinformsVersion>8.0.1-servicing.23580.6</MicrosoftPrivateWinformsVersion>
</PropertyGroup>
<!-- Packages that come from https://github.com/dotnet/runtime -->
<PropertyGroup>
Expand Down

0 comments on commit ac40bed

Please sign in to comment.