mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
683 B
17 lines
683 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
|
<metadata>
|
|
<id>SharpPwned.NET</id>
|
|
<version>1.0.2-fix</version>
|
|
<authors>SharpPwned.NET</authors>
|
|
<owners>SharpPwned.NET</owners>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>Package Description</description>
|
|
<dependencies>
|
|
<group targetFramework=".NETStandard1.4">
|
|
<dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
|
|
<dependency id="Newtonsoft.Json" version="10.0.3" exclude="Build,Analyzers" />
|
|
</group>
|
|
</dependencies>
|
|
</metadata>
|
|
</package>
|