dependencies

main
Paul Schneider 8 years ago
parent 734c9c75d2
commit a06458fdca
1 changed files with 15 additions and 8 deletions

@ -1,6 +1,9 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <package
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata
xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>Yavsc.Server</id> <id>Yavsc.Server</id>
<title>Yavsc: Server common library</title> <title>Yavsc: Server common library</title>
<version>$version$</version> <version>$version$</version>
@ -10,14 +13,18 @@
<projectUrl>https://github.com/pazof/yavsc/README.md</projectUrl> <projectUrl>https://github.com/pazof/yavsc/README.md</projectUrl>
<iconUrl>https://github.com/pazof/yavsc/blob/vnext/Yavsc/wwwroot/images/yavsc.png</iconUrl> <iconUrl>https://github.com/pazof/yavsc/blob/vnext/Yavsc/wwwroot/images/yavsc.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance> <requireLicenseAcceptance>true</requireLicenseAcceptance>
<description> <description> Some common server side bytes </description>
Some common server side bytes <summary></summary>
</description>
<summary>
</summary>
<tags>yavsc</tags> <tags>yavsc</tags>
<dependencies>
<dependency id="Yavsc.Abstract" version="$version$" />
<dependency id="Microsoft.Extensions.Logging" version="1.0.0-rc1-final" />
<dependency id="Microsoft.Extensions.Logging.Console" version="1.0.0-rc1-final" />
<dependency id="Microsoft.Extensions.Logging.Debug" version="1.0.0-rc1-final" />
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="1.0.0-rc1-final" />
</dependencies>
</metadata> </metadata>
<files> <files>
<file src="bin/$config$/net451/Yavsc.Server.dll" target="lib/portable-net45+win8+wp8+wpa81+Xamarin.Mac+MonoAndroid10+MonoTouch10+Xamarin.iOS10" /> <file src="bin/$config$/net451/Yavsc.Server.dll" target="lib/portable-net45+win8+wp8+wpa81+Xamarin.Mac+MonoAndroid10+MonoTouch10+Xamarin.iOS10" />
</files> </files>
</package> </package>
Loading…