diff options
author | Guillaume Lacasa <guillaumelacasa@hotmail.com> | 2016-06-29 10:43:45 +0200 |
---|---|---|
committer | Guillaume Lacasa <guillaumelacasa@hotmail.com> | 2016-06-29 12:46:06 +0200 |
commit | 8e80d5923232b6b5852873a8c54fc3d8bbbc9a96 (patch) | |
tree | 05c8206b8e1aa94ec40b0e9cb921b2a3b06b3535 /TwoStepsAuthenticator.DotnetCore/project.json | |
parent | 8cfb0a7876aa457254f199ca99210b58284e1151 (diff) | |
download | TwoStepsAuthenticator-8e80d5923232b6b5852873a8c54fc3d8bbbc9a96.zip TwoStepsAuthenticator-8e80d5923232b6b5852873a8c54fc3d8bbbc9a96.tar.gz TwoStepsAuthenticator-8e80d5923232b6b5852873a8c54fc3d8bbbc9a96.tar.bz2 |
Dotnet Core support
Diffstat (limited to 'TwoStepsAuthenticator.DotnetCore/project.json')
-rw-r--r-- | TwoStepsAuthenticator.DotnetCore/project.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/TwoStepsAuthenticator.DotnetCore/project.json b/TwoStepsAuthenticator.DotnetCore/project.json new file mode 100644 index 0000000..961d9c4 --- /dev/null +++ b/TwoStepsAuthenticator.DotnetCore/project.json @@ -0,0 +1,14 @@ +{ + "version": "1.0.0-*", + "dependencies": { + "NETStandard.Library": "1.6.0" + }, + "frameworks": { + "netstandard1.6": { + "imports": "dnxcore50" + } + }, + "buildOptions": { + "define": [ "CORE" ] + } +} |