canto/Assets/Packages/OneOf.3.0.271/OneOf.nuspec
2025-10-02 15:28:03 -04:00

23 lines
No EOL
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>OneOf</id>
<version>3.0.271</version>
<title>OneOf - Easy Discriminated Unions for c#</title>
<authors>Harry McIntyre</authors>
<licenseUrl>https://github.com/mcintyre321/OneOf/blob/master/licence.md</licenseUrl>
<projectUrl>https://github.com/mcintyre321/OneOf/</projectUrl>
<description>F# style discriminated unions for C#, using a custom type OneOf&lt;T0, ... Tn&gt; which holds a single value and has a .Match(...) method on it for exhaustive matching. Simple but powerful.</description>
<copyright>Harry McIntyre</copyright>
<tags>discriminated unions, return type, match switch</tags>
<repository type="git" url="https://github.com/mcintyre321/OneOf.git" commit="6e02dbe75d0f20f198c640d4c04190a85c5ac9e6" />
<dependencies>
<group targetFramework=".NETFramework3.5" />
<group targetFramework=".NETFramework4.5" />
<group targetFramework=".NETStandard1.3">
<dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.0" />
</dependencies>
</metadata>
</package>