Skip to content

Commit

Permalink
update fsproj
Browse files Browse the repository at this point in the history
  • Loading branch information
bvenn committed Oct 25, 2023
1 parent f5dbd61 commit 3bfa261
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/TempClass/TempClass.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<RepositoryType>git</RepositoryType>
<FsDocsLicenseLink>https://github.com/CSBiology/TempClass/blob/main/LICENSE</FsDocsLicenseLink>
<FsDocsReleaseNotesLink>https://github.com/CSBiology/TempClass/blob/main/RELEASE_NOTES.md</FsDocsReleaseNotesLink>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="playground.fsx" />
Expand All @@ -33,4 +34,7 @@
<Content Include="../../lib/*.dll" PackagePath="netlib_LAPACK"></Content>
<Content Include="../../lib/LICENSE" PackagePath="netlib_LAPACK"></Content>
</ItemGroup>
<ItemGroup>
<None Include="../../README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>

0 comments on commit 3bfa261

Please sign in to comment.