File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net6 .0</TargetFramework >
5+ <TargetFramework >net8 .0</TargetFramework >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
88 </PropertyGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net6.0</ TargetFramework >
4+ <TargetFrameworks >net6.0;net8.0</ TargetFrameworks >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <GenerateDocumentationFile >True</GenerateDocumentationFile >
1313 <PackageProjectUrl >https://github.com/promicsw/flow-expressions</PackageProjectUrl >
1414 <RepositoryUrl >https://github.com/promicsw/flow-expressions</RepositoryUrl >
1515 <PackageTags >parser;parser-builder;flow-logic;c#;flow-expression;</PackageTags >
16- <PackageReleaseNotes >Upgraded to use Scanners v1.1.0 which has configurable comments .</PackageReleaseNotes >
16+ <PackageReleaseNotes >Net 8 support added, net 7 removed .</PackageReleaseNotes >
1717 <PackageLicenseExpression >MIT</PackageLicenseExpression >
1818 <PackageRequireLicenseAcceptance >True</PackageRequireLicenseAcceptance >
1919 <PackageReadmeFile >Nuget.md</PackageReadmeFile >
2020 <PackageOutputPath >d:\PromicSW_GitHub\LocalNuget\</PackageOutputPath >
2121 <PackageIcon >PswLogo.png</PackageIcon >
22- <Version >1.0.2 </Version >
22+ <Version >1.0.3 </Version >
2323 </PropertyGroup >
2424
2525 <ItemGroup >
3838 </ItemGroup >
3939
4040 <ItemGroup >
41- <PackageReference Include =" Psw.Scanners" Version =" 1.1.0 " />
41+ <PackageReference Include =" Psw.Scanners" Version =" 1.1.1 " />
4242 </ItemGroup >
4343
4444</Project >
You can’t perform that action at this time.
0 commit comments