Skip to content

Commit e0f8f75

Browse files
Merge pull request #153 from stavroskasidis/release/2.0
Release/2.0
2 parents 383260b + 66e00c3 commit e0f8f75

11 files changed

Lines changed: 65 additions & 331 deletions

File tree

BlazorContextMenu/BlazorContextMenu.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<IsPackable>true</IsPackable>
66

77
<!-- This custom package feed is required only when using nightly builds of Blazor -->
@@ -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.17.0</Version>
19+
<Version>2.0.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.25" />
49-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.25" />
48+
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.2" />
49+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.2" />
5050
</ItemGroup>
5151
</Project>

0 commit comments

Comments
 (0)