Skip to content

Commit

Permalink
Net 8 added
Browse files Browse the repository at this point in the history
  • Loading branch information
promicsw committed Dec 22, 2023
1 parent 3a7d190 commit 505d42f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DevTest/DevTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
8 changes: 3 additions & 5 deletions Psw.Scanners/Psw.Scanners.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>disable</Nullable>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
Expand All @@ -15,14 +15,12 @@
<PackageTags>text scanner;script scanner;lexer;parsing;c#;</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>Nuget.md</PackageReadmeFile>
<PackageReleaseNotes>Configurable comments : new feature for ScriptScanner.
Minor bug fix in ScanBlock (string version).
Performance improvements.
<PackageReleaseNotes>Net 8 support added, net 7 removed.
</PackageReleaseNotes>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<PackageOutputPath>d:\PromicSW_GitHub\LocalNuget\</PackageOutputPath>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<PackageIcon>PswLogo.png</PackageIcon>
</PropertyGroup>

Expand Down

0 comments on commit 505d42f

Please sign in to comment.