Skip to content

Commit

Permalink
Bump Microsoft.VisualStudio.DesignTools.Extensibility (#7086)
Browse files Browse the repository at this point in the history
Bumps Microsoft.VisualStudio.DesignTools.Extensibility from 17.1.32210.191 to 17.2.32505.113.

---
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 May 12, 2022
1 parent 3e4a6ae commit ffdec4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Controls/src/Core.Design/Controls.Core.Design.csproj
Expand Up @@ -24,7 +24,7 @@
<Compile Include="LinearItemsLayoutDesignTypeConverter.cs" />
<Compile Include="FontSizeDesignTypeConverter.cs" />
<Compile Include="FlexEnumDesignTypeConverters.cs" />
<PackageReference Include="Microsoft.VisualStudio.DesignTools.Extensibility" Version="17.1.32210.191" />
<PackageReference Include="Microsoft.VisualStudio.DesignTools.Extensibility" Version="17.2.32505.113" />
</ItemGroup>

<!-- The IDE will look for a top level assembly resource called 'Microsoft.Maui.toolbox.xml' to -->
Expand Down
2 changes: 1 addition & 1 deletion src/Controls/src/Xaml.Design/Controls.Xaml.Design.csproj
Expand Up @@ -12,7 +12,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RegisterMetadata.cs" />
<PackageReference Include="Microsoft.VisualStudio.DesignTools.Extensibility">
<Version>17.1.32210.191</Version>
<Version>17.2.32505.113</Version>
</PackageReference>
</ItemGroup>
</Project>

0 comments on commit ffdec4c

Please sign in to comment.