Skip to content

Instantly share code, notes, and snippets.

@natemcmaster
Created July 22, 2014 20:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natemcmaster/aaba41156e4525b3eede to your computer and use it in GitHub Desktop.
Save natemcmaster/aaba41156e4525b3eede to your computer and use it in GitHub Desktop.
patch EF project json to build on mono
diff --git a/src/EntityFramework/project.json b/src/EntityFramework/project.json
index 9676c8f..1a130bf 100644
--- a/src/EntityFramework/project.json
+++ b/src/EntityFramework/project.json
@@ -33,16 +33,7 @@
"System.Runtime.Extensions": "4.0.10.0",
"System.Threading": "4.0.0.0"
}
- },
- ".NETPortable,Version=v4.6,Profile=Profile44": {
- "dependencies": {
- "System.ComponentModel": "",
- "System.Diagnostics.Contracts": "",
- "System.Linq.Expressions": "",
- "System.Linq.Queryable": "",
- "System.ObjectModel": "",
- "System.Reflection.Extensions": ""
- }
+
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment