I created a package with the updated console app. I specified the TargetFramework for the assemblies. It looks like tge target framework is striping spaces in the Project.TargetFramework on line 384 of the ProjectManager.cs. The items in teh package.AssemblyReferences collection do not have the spaces striped out of the target framework names. The following is the error that is displayed in the NuConsole.
_WriteError : Unable to find assembly references that are compatible with the target framework '.NETFramework,Version=v4.0'
At C:\Users\eric_hexter\AppData\Local\Microsoft\VisualStudio\10.0Exp\Extensions\Microsoft\NuPack Tools\1.0\Scripts\nupack.ps1:56 char:24
-
WriteError <<<< $.Exception
- CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
- FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,_WriteError