M Directory.Build.props => Directory.Build.props +12 -0
@@ 15,9 15,21 @@
<RepositoryUrl>https://github.com/Rutherther/NosSmooth</RepositoryUrl>
<RepositoryBranch>main</RepositoryBranch>
<PackageProjectUrl>https://github.com/Rutherther/NosSmooth</PackageProjectUrl>
+ <PackageReadmeFile>README.md</PackageReadmeFile>
+ <PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>
<ItemGroup>
+ <None Include="$(MSBuildThisFileDirectory)README.md">
+ <Pack>true</Pack>
+ </None>
+ <None Include="$(MSBuildThisFileDirectory)LICENSE">
+ <Pack>true</Pack>
+ <PackagePath></PackagePath>
+ </None>
+ </ItemGroup>
+
+ <ItemGroup>
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.261">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>