Created
March 8, 2021 19:10
-
-
Save nkolev92/01d7c971a16e4ea6b66463e53b62ce97 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | |
<metadata> | |
<id>Lib</id> | |
<version>1.0.0</version> | |
<authors>Lib</authors> | |
<requireLicenseAcceptance>false</requireLicenseAcceptance> | |
<description>Package Description</description> | |
<dependencies> | |
<group targetFramework=".NETStandard2.0" /> | |
</dependencies> | |
<contentFiles> | |
<files include="cs/netstandard2.0/Class2.cs" buildAction="Compile" /> | |
<files include="fs/netstandard2.0/Class2.fs" buildAction="Compile" /> | |
</contentFiles> | |
</metadata> | |
</package> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment