build: add readme to package.

This commit is contained in:
Yaohui Liu 2023-05-18 05:33:03 +08:00
parent 8e4fbe7bac
commit a65ad44291
No known key found for this signature in database
GPG Key ID: E86D01E1809BD23E
1 changed files with 8 additions and 0 deletions

View File

@ -30,6 +30,14 @@
<Configurations>Debug;Release;GPU</Configurations>
</PropertyGroup>
<PropertyGroup>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="IsExternalInit" Version="1.0.3" PrivateAssets="all" />
</ItemGroup>