aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/project.json
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-10-23 19:49:13 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-10-23 19:49:13 -0400
commit2af3ec43d52d44ff7b456de35e45b12413edcf9d (patch)
tree0870f82ea5a2636f84635201433deab8b89143f4 /MediaBrowser.Common/project.json
parentabc5a2eabd005c0032687ea051c4285f32258635 (diff)
make common project portable
Diffstat (limited to 'MediaBrowser.Common/project.json')
-rw-r--r--MediaBrowser.Common/project.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/MediaBrowser.Common/project.json b/MediaBrowser.Common/project.json
new file mode 100644
index 000000000..3d0dd3227
--- /dev/null
+++ b/MediaBrowser.Common/project.json
@@ -0,0 +1,16 @@
+{
+ "supports": {
+ "net46.app": {},
+ "uwp.10.0.app": {},
+ "dnxcore50.app": {}
+ },
+ "dependencies": {
+ "Microsoft.NETCore": "5.0.0",
+ "Microsoft.NETCore.Portable.Compatibility": "1.0.0"
+ },
+ "frameworks": {
+ "dotnet": {
+ "imports": "portable-net452+win81"
+ }
+ }
+} \ No newline at end of file