Skip to content

Commit 46f6a60

Browse files
Upgrade dependecy of asp netcore packages to 6.0.25 to resove security issues
1 parent 617ae9f commit 46f6a60

5 files changed

Lines changed: 2842 additions & 1898 deletions

File tree

BlazorContextMenu/BlazorContextMenu.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<Copyright />
1717
<PackageTags>blazor blazor-component blazor-context-menu context-menu contextmenu menu blazor-menu blazorcontextmenu razor razor-components razorcomponents</PackageTags>
1818
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
19-
<Version>1.14.0</Version>
19+
<Version>1.15.0</Version>
2020
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
2121
<Product>Blazor.ContextMenu</Product>
2222
</PropertyGroup>
@@ -45,7 +45,7 @@
4545
</ItemGroup>
4646

4747
<ItemGroup>
48-
<PackageReference Include="Microsoft.AspNetCore.Components" Version="6.0.0" />
49-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.0" />
48+
<PackageReference Include="Microsoft.AspNetCore.Components" Version="6.0.25" />
49+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.25" />
5050
</ItemGroup>
5151
</Project>

0 commit comments

Comments
 (0)