c# - Errors with installing Prism in visual studio -
I am trying to use Microsoft. Practice. Prism Library in Universal Windows Phone / Windows 8.1 app in Visual Studio 2013. It was working very well for the first day. Today when I log in, my build will fail because he claimed that it was no reference to Microsoft. Practice, however Intelligence will take both Microsoft. Practice and Microsoft. Practice. Prism So I uninstalled the prism via the new package manager, then restored it. Now I am getting this error.
I have claimed that the post has updated the Newsgate to resolve this issue but I have the most recent version (I am uninstalling and reinstalling NUG)
Edit: Just to clarify Support for 4.5 is therefore not really able to make this error a lot. Will not install a NuGet package Rojekt which is targeting the .NET framework. Which is not included in the NuGet package. Your project is targeting the Windows 8 / Windows Store (.NETCore). Prism COMPLETE IN CONNECTION NIGATE PACKAGE There is an assembly for the .NET Framework. NuGet does not understand these compatible so you are getting the error. Prism NuGet Package Full Using parts of the .NET Framework that is not available for any Windows Store application, this is why NuGet is failing. Version number is not a problem if your project is complete. If you were targeting the NET Framework 4.5.1 then you can install the prism. Edit that has an assembly for the entire .NET Framework 4.5. To install a NuGet package in a Windows Store, the project will need to explicitly target Windows 8 or include a portable class library (PCL) which is compatible. There are some things you can use instead.
Comments
Post a Comment