Skip to content

Commit

Permalink
Merge pull request #152 from stavroskasidis/feature/upgrade-dotnet-8
Browse files Browse the repository at this point in the history
Upgrade to .net 8.0
  • Loading branch information
stavroskasidis authored Mar 4, 2024
2 parents 383260b + 7a18e47 commit 54f3875
Show file tree
Hide file tree
Showing 11 changed files with 67 additions and 333 deletions.
8 changes: 4 additions & 4 deletions BlazorContextMenu/BlazorContextMenu.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<IsPackable>true</IsPackable>

<!-- This custom package feed is required only when using nightly builds of Blazor -->
Expand All @@ -16,7 +16,7 @@
<Copyright />
<PackageTags>blazor blazor-component blazor-context-menu context-menu contextmenu menu blazor-menu blazorcontextmenu razor razor-components razorcomponents</PackageTags>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
<Version>1.17.0</Version>
<Version>2.0.0</Version>
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
<Product>Blazor.ContextMenu</Product>
</PropertyGroup>
Expand Down Expand Up @@ -45,7 +45,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components" Version="6.0.25" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.25" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.2" />
</ItemGroup>
</Project>
Loading

0 comments on commit 54f3875

Please sign in to comment.