Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Error installing DotNet binding through NuGet  (Read 2747 times)

0 Members and 1 Guest are viewing this topic.

lafoniz

  • Newbie
  • *
  • Posts: 19
    • View Profile
Error installing DotNet binding through NuGet
« on: September 23, 2017, 11:20:10 am »
Hey, is it possible to install DotNet SFML binding through NuGet packages or maybe only manual install is working?

I tried to install every available binding version through NuGet on Windows 10 with Visual Studio 2017, however every time it finished with this kind of message:
Quote
Error Could not install package 'sfml-system.redist 2.4.2'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.6.1', 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.

Error isn't very mysterious, however I'm unaware of reasons why this package does not contain any assembly references or might be incompatible. I'm only guessing that maybe this binding is a little but outdated and there is no support for Windows 10 or Visual Studio 2017?

 

anything