Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a net461 framework target to the NdefLibrary.csproj #16

Open
damienmuller8 opened this issue May 9, 2018 · 1 comment
Open

Comments

@damienmuller8
Copy link

In the NdefLibrary.csproj, add a target to the .net framework 4.6.1.

<PropertyGroup> <TargetFrameworks>netstandard1.4;net461</TargetFrameworks>
By reference to this link (https://docs.microsoft.com/fr-fr/dotnet/standard/net-standard#net-platforms-support) netstandard 1.4 is compatible with net framework 4.6.1

This modification will be useful when using the NdefLibrary package in a .net framework project, so the application would not have to reference the .NETStandard.Library.

@BtbN
Copy link

BtbN commented Jun 19, 2018

I second this request.

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

No branches or pull requests

2 participants