Generic.Math 1.0.2
.NETStandard subset fork of Jon Skeet's Miscutil generic Operator. Uses lazy compiled lambdas to avoid exceptions encountered with MiscUtil.
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Generic.Math</id>
<version>1.0.2</version>
<authors>https://github.com/HelloKitty</authors>
<owners>https://github.com/HelloKitty</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>http://www.yoda.arachsys.com/csharp/miscutil/licence.txt</licenseUrl>
<projectUrl>https://github.com/HelloKitty/Generic.Math</projectUrl>
<description>.NETStandard subset fork of Jon Skeet's Miscutil generic Operator. Uses lazy compiled lambdas to avoid exceptions encountered with MiscUtil.</description>
<tags>Jon Skeet MiscUtil Netstandard Netcore Generic Math</tags>
<repository type="Git" url="https://github.com/HelloKitty/Generic.Math" />
<dependencies>
<group targetFramework=".NETFramework4.0" />
<group targetFramework=".NETFramework4.5" />
<group targetFramework=".NETFramework4.6" />
<group targetFramework=".NETStandard1.3">
<dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>