Skip to content

Commit

Permalink
dotnet 8
Browse files Browse the repository at this point in the history
  • Loading branch information
joaofx committed Feb 22, 2024
1 parent 1de7f99 commit a2b3e1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Directory.Build.props
Expand Up @@ -10,10 +10,10 @@

<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<PackageTags>miru asp.net .net fullstack framework</PackageTags>
<PackageTags>miru asp.net .net .net-core .net8 dotnet8 efcore8 fullstack framework</PackageTags>

<Authors>Joao Carlos Clementoni</Authors>
<Copyright>Copyright (c) 2020-2023 Joao Carlos Clementoni</Copyright>
<Copyright>Copyright (c) 2020-2024 Joao Carlos Clementoni</Copyright>

<PackageOutputPath>..\..\packages</PackageOutputPath>
<IncludeSymbols>true</IncludeSymbols>
Expand All @@ -35,7 +35,7 @@
</ItemGroup>

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

</Project>

0 comments on commit a2b3e1f

Please sign in to comment.