Skip to content

Commit 18b9213

Browse files
author
Sergei Calabonga
committed
Project migrated to NET8
1 parent 4ee5d16 commit 18b9213

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Calabonga.AspNetCore.AppDefinitions/Calabonga.AspNetCore.AppDefinitions.csproj

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

33
<PropertyGroup>
4-
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
4+
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
88
<Title>Calabonga.AspNetCore.AppDefinitions</Title>
9-
<Version>2.4.3</Version>
9+
<Version>3.0.0</Version>
1010
<Authors>Calabonga</Authors>
1111
<Company>Calabonga Soft</Company>
1212
<Product>Calabonga.AspNetCore.AppDefinitions</Product>
@@ -18,7 +18,7 @@
1818
<RepositoryUrl>https://github.com/Calabonga/Calabonga.AspNetCore.AppDefinitions</RepositoryUrl>
1919
<RepositoryType>git</RepositoryType>
2020
<PackageTags>calabonga;architecture;application;definitions;minimal-api;nimble-framework</PackageTags>
21-
<PackageReleaseNotes>Split order index fot Services and for Application definitions.</PackageReleaseNotes>
21+
<PackageReleaseNotes>Migration to NET8</PackageReleaseNotes>
2222
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2323
<IncludeSymbols>true</IncludeSymbols>
2424
<IncludeSource>true</IncludeSource>

0 commit comments

Comments
 (0)