File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 -->
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 >
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 >
You can’t perform that action at this time.
0 commit comments