Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
It's not work!
-
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>My.Test.Logging</id>
<version>0.1.0-alpha201610171645</version>
<authors>me</authors>
<owners>My</owners>
<projectUrl</projectUrl>
<iconUrl></iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Log Interface</description>
<language>zh-Hans</language>
<dependencies>
<group targetFramework=".NETFramework4.0" />
<group targetFramework=".NETStandard1.0" />
<group targetFramework=".NETPortable4.5-net45+win8" />
<group targetFramework="MonoAndroid1.0" />
<group targetFramework="Xamarin.iOS1.0" />
</dependencies>
</metadata>
<files>
<file src="lib\net40\UT.Core.Logging.dll" target="lib\net40\UT.Core.Logging.dll" />
<file src="lib\net40\UT.Core.Logging.XML" target="lib\net40\UT.Core.Logging.XML" />
<file src="lib\netstandard1.0\UT.Core.Logging.dll" target="lib\netstandard1.0\UT.Core.Logging.dll" />
<file src="lib\netstandard1.0\UT.Core.Logging.XML" target="lib\netstandard1.0\UT.Core.Logging.XML" />
<file src="lib\portable-net45+win8+MonoAndroid10+Xamarin.iOS10\UT.Core.Logging.dll" target="lib\portable-net45+win8\UT.Core.Logging.dll" />
<file src="lib\portable-net45+win8+MonoAndroid10+Xamarin.iOS10\UT.Core.Logging.XML" target="lib\portable-net45+win8\UT.Core.Logging.XML" />
</files>
</package>1.this is my nuspec file,when I pack it, then upload to ProGet, it's can't be find in NuGet in Visual Studio 2015, type include MonoAndroid, Xamarin.iOS and netstandard, but if I publish the same nupkg in a nuget.org, it work.
2.with my many times trying......en,I change the nuspec let 'portable-net45+win8' to 'portable-net45+win8+MonoAndroid10+Xamarin.iOS10', it's finally can find in MonoAndroid Class Library and Xamarin.iOS Class Library project, but it always can't find in netstandard project by ProGet, why ?Am I go the wrong way ?
Product: ProGet
Version: 4.4.2
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login