aboutsummaryrefslogtreecommitdiff
path: root/DvdLib
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-10-30 03:11:37 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-10-30 03:11:37 -0400
commit3094cd7ff3e51578808ce1b6f56b141930c18004 (patch)
tree27984f41f725e83fa01c524b4a1a0a0595d9bf74 /DvdLib
parentf676ea63156f959d08eb4d324274ef2fef853933 (diff)
update project targets
Diffstat (limited to 'DvdLib')
-rw-r--r--DvdLib/project.json29
1 files changed, 15 insertions, 14 deletions
diff --git a/DvdLib/project.json b/DvdLib/project.json
index 9d20d9ec9..fbbe9eaf3 100644
--- a/DvdLib/project.json
+++ b/DvdLib/project.json
@@ -1,16 +1,17 @@
-{
- "frameworks": {
- "netstandard1.6": {
- "dependencies": {
- "NETStandard.Library": "1.6.0"
- }
- },
- ".NETPortable,Version=v4.5,Profile=Profile7": {
- "buildOptions": {
- "define": []
- },
- "frameworkAssemblies": {}
+{
+ "frameworks":{
+ "netstandard1.6":{
+ "dependencies":{
+ "NETStandard.Library":"1.6.0",
+ }
+ },
+ ".NETPortable,Version=v4.5,Profile=Profile7":{
+ "buildOptions": {
+ "define": [ ]
+ },
+ "frameworkAssemblies":{
+
+ }
+ }
}
- },
- "dependencies": {}
} \ No newline at end of file