Skip to content

Commit

Permalink
net8
Browse files Browse the repository at this point in the history
  • Loading branch information
NTDLS committed Nov 15, 2023
1 parent 6b207c2 commit 0e64bcb
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions NTDLS.ExpressionParser/NTDLS.ExpressionParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ApplicationIcon>Logo.ico</ApplicationIcon>

<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Title>NTDLS.ExpressionParser</Title>
<GenerateDocumentationFile>False</GenerateDocumentationFile>
Expand All @@ -18,15 +17,15 @@
<RepositoryUrl>https://github.com/NTDLS/NTDLS.ExpressionParser</RepositoryUrl>
<PackageTags>expression-parser;math;math-parser;expression;equation;mathematics</PackageTags>
<PackageReleaseNotes>
Author revision.
net8
</PackageReleaseNotes>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<Authors>NetworkDLS</Authors>
<Company>NetworkDLS</Company>
<AssemblyVersion>1.1.1</AssemblyVersion>
<FileVersion>1.1.1</FileVersion>
<VersionPrefix>1.1.1</VersionPrefix>
<AssemblyVersion>1.1.2</AssemblyVersion>
<FileVersion>1.1.2</FileVersion>
<VersionPrefix>1.1.2</VersionPrefix>
<version></version>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>128.png</PackageIcon>
Expand Down

0 comments on commit 0e64bcb

Please sign in to comment.