trailsofhoffman / n-act

Automatically exported from code.google.com/p/n-act
0 stars 0 forks source link

No NuGet support for MonoAndroid #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create an Android project in Xamarin Studio
2. Add NAct to project using "Add NuGet packages..."

What is the expected output? What do you see instead?

I see the following log:

Adding NAct...
Downloading NAct 1.2.2.0...
Installing 'NAct 1.2.2.0'.
Added file 'NAct.dll' to folder 'NAct.1.2.2.0\lib\net45'.
Added file 'NAct.1.2.2.0.nupkg' to folder 'NAct.1.2.2.0'.
Successfully installed 'NAct 1.2.2.0'.
Adding 'NAct 1.2.2.0' to LusoVU.EyeSpeak.
Could not install package 'NAct 1.2.2.0'. You are trying to install this 
package into a project that targets 'MonoAndroid,Version=v4.0.3', but the 
package does not contain any assembly references or content files that are 
compatible with that framework. For more information, contact the package 
author.

What version of the product are you using? On what operating system?

NAct 1.2.2.0
Windows 6.2.9200.0 (64-bit)
Xamarin Studio 5.7.1 (build 17)
Xamarin Android 4.20.0 (Indie Edition)

Please provide any additional information below.

Issue reported and fixed in NuGet:
https://nuget.codeplex.com/workitem/2847

Math.NET supports MonoAndroid with the following nuspec file:
https://github.com/mathnet/mathnet-numerics/blob/master/build/MathNet.Numerics.n
uspec

Original issue reported on code.google.com by antao.al...@gmail.com on 27 Feb 2015 at 10:21