Skip to content

Commit

Permalink
Add readme to package
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronRobinsonMSFT committed Nov 13, 2023
1 parent a3b4ab8 commit 633b58a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dnne-pkg/dnne-pkg.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<Description>Package used to generated native exports for .NET assemblies.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/AaronRobinsonMSFT/DNNE</PackageProjectUrl>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/AaronRobinsonMSFT/DNNE</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageTags>pinvoke interop unmanagedcallersonly exports</PackageTags>
Expand Down Expand Up @@ -78,6 +79,7 @@
<PlatformFiles Include="../platform/*" />
<CSAnalyzers Include="../dnne-analyzers/bin/$(Configuration)/netstandard2.0/dnne-analyzers.dll" />
</ItemGroup>
<Copy SourceFiles="../../$(PackageReadmeFile)" DestinationFolder="$(PseudoPackageRoot)" />
<Copy SourceFiles="@(BuildFiles)" DestinationFolder="$(BuildDest)" />
<Copy SourceFiles="@(NetStandard21Task)" DestinationFolder="$(NetStandard21Dest)" />
<Copy SourceFiles="@(Net472Task)" DestinationFolder="$(Net472Dest)" />
Expand Down

0 comments on commit 633b58a

Please sign in to comment.