Tools.Collections.ConcurrentDictonary.RemoveIf.nuspec

21 lines | 919 B Blame History Raw Download
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Tools.Collections.ConcurrentDictonary.RemoveIf</id>
    <version>1.0.0</version>
    <authors>cccc1808</authors>
    <owners>cccc1808</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>
		Extensions method for System.Collections.Concurrent.ConcurrentDictionary. Use IValueWrapper for TValue.
	</description>
    <dependencies>
      <group targetFramework=".NETStandard1.1">
        <dependency id="System.Collections.Concurrent" version="4.0.0"/>
      </group>
    </dependencies>
  </metadata>
  <files>
    <file src="..\Tools.Collections.ConcurrentDictonary.Extensions\bin\Release\netstandard1.1\Tools.Collections.Concurrent.Extensions.dll" target="lib\netstandard1.1\Tools.Collections.Concurrent.Extensions.dll" />
  </files>
</package>