aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.MediaEncoding/project.json
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-01 00:07:12 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-01 00:07:12 -0400
commitb1276dc2084515ed817ba8b2af405a9bc1f57cd6 (patch)
tree9e8f80656065b7143ec389166c8f7e8667c4d758 /MediaBrowser.MediaEncoding/project.json
parent13d8110ce29a7d976c3e88dc4b330922964ac11a (diff)
make media encoding project portable
Diffstat (limited to 'MediaBrowser.MediaEncoding/project.json')
-rw-r--r--MediaBrowser.MediaEncoding/project.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/MediaBrowser.MediaEncoding/project.json b/MediaBrowser.MediaEncoding/project.json
new file mode 100644
index 000000000..fbbe9eaf3
--- /dev/null
+++ b/MediaBrowser.MediaEncoding/project.json
@@ -0,0 +1,17 @@
+{
+ "frameworks":{
+ "netstandard1.6":{
+ "dependencies":{
+ "NETStandard.Library":"1.6.0",
+ }
+ },
+ ".NETPortable,Version=v4.5,Profile=Profile7":{
+ "buildOptions": {
+ "define": [ ]
+ },
+ "frameworkAssemblies":{
+
+ }
+ }
+ }
+} \ No newline at end of file