summaryrefslogtreecommitdiff
path: root/src/.nuget/init/project.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/.nuget/init/project.json')
-rw-r--r--src/.nuget/init/project.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/.nuget/init/project.json b/src/.nuget/init/project.json
new file mode 100644
index 0000000000..5440fde0de
--- /dev/null
+++ b/src/.nuget/init/project.json
@@ -0,0 +1,10 @@
+{
+ "dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.2-beta-24224-02",
+ },
+ "frameworks": {
+ "dnxcore50": {
+ "imports": "portable-net45+win8"
+ }
+ },
+} \ No newline at end of file