Skip to content

Commit

Permalink
Bump Microsoft.VisualStudio.DesignTools.Extensibility (#13644)
Browse files Browse the repository at this point in the history
Bumps Microsoft.VisualStudio.DesignTools.Extensibility from 17.4.33103.184 to 17.5.33428.366.

---
updated-dependencies:
- dependency-name: Microsoft.VisualStudio.DesignTools.Extensibility
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 3, 2023
1 parent 09b3aa1 commit a064bf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Controls/src/Core.Design/Controls.Core.Design.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<Compile Include="LinearItemsLayoutDesignTypeConverter.cs" />
<Compile Include="FontSizeDesignTypeConverter.cs" />
<Compile Include="FlexEnumDesignTypeConverters.cs" />
<PackageReference Include="Microsoft.VisualStudio.DesignTools.Extensibility" Version="17.4.33103.184" />
<PackageReference Include="Microsoft.VisualStudio.DesignTools.Extensibility" Version="17.5.33428.366" />
</ItemGroup>
<!-- The IDE will look for a top level assembly resource called 'Microsoft.Maui.toolbox.xml' to -->
<!-- load the toolbox metadata from. -->
Expand Down
2 changes: 1 addition & 1 deletion src/Controls/src/Xaml.Design/Controls.Xaml.Design.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
<Compile Include="AttributeTableBuilder.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RegisterMetadata.cs" />
<PackageReference Include="Microsoft.VisualStudio.DesignTools.Extensibility" Version="17.4.33103.184" />
<PackageReference Include="Microsoft.VisualStudio.DesignTools.Extensibility" Version="17.5.33428.366" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.DesignTools.Extensibility" Version="17.4.33103.184" />
<PackageReference Include="Microsoft.VisualStudio.DesignTools.Extensibility" Version="17.5.33428.366" />
<ProjectReference Include="..\..\src\Core.Design\Controls.Core.Design.csproj" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit a064bf8

Please sign in to comment.