summaryrefslogtreecommitdiffstats
path: root/TwoStepsAuthenticator.DotnetCore/project.json
diff options
context:
space:
mode:
Diffstat (limited to 'TwoStepsAuthenticator.DotnetCore/project.json')
-rw-r--r--TwoStepsAuthenticator.DotnetCore/project.json14
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" ]
+ }
+}