Moved second README and change log from source to /doc

This commit is contained in:
Tony Bark 2023-08-10 22:41:12 -04:00
parent df5ebd3954
commit 6bc99bb7cc
6 changed files with 43 additions and 73 deletions

View file

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;netstandard2.1</TargetFrameworks>
<TargetFrameworks>net6.0;netstandard2.1;net8.0</TargetFrameworks>
<Version>2.0.103</Version>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
@ -17,8 +17,4 @@
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
</PropertyGroup>
<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>