Skip to content
This repository has been archived by the owner on Sep 20, 2019. It is now read-only.

Target .NET Framework 4.5 #9

Closed
FlorianHockmann opened this issue Jun 8, 2017 · 3 comments
Closed

Target .NET Framework 4.5 #9

FlorianHockmann opened this issue Jun 8, 2017 · 3 comments
Assignees

Comments

@FlorianHockmann
Copy link
Owner

Gremlin.Net currently only targets .NET Standard 1.3 which is supported by .NET Framework 4.6 and higher. Since many users still use .NET Framework 4.5, it would be a good idea to also target that framework to make Gremlin.Net accessible to those users.

The reason why Gremlin.Net currently doesn't target anything below .NET Standard 1.3 was that some of its dependencies like System.Net.WebSockets only target that version (and the respective .NET Framework 4.6). But since these dependencies where already part of .NET Framework 4.5, it should be possible to add that as a target framework and not use these NuGet packages for that target.

@FlorianHockmann
Copy link
Owner Author

FlorianHockmann commented Jun 8, 2017

I just published version 0.2.1 with support for .NET Framework 4.5. Would be great to hear from you guys @aaronlangford31 and @ChrisMiskowiec if that solves your problem. Then I can close this issue.

@ChrisMiskowiec
Copy link

@FlorianHockmann Worked for me! I am now able to install the package in my .NET 4.5 projects, thanks!

@FlorianHockmann
Copy link
Owner Author

Good to know that it solved your problem.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants