diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-30 03:11:37 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-30 03:11:37 -0400 |
| commit | 3094cd7ff3e51578808ce1b6f56b141930c18004 (patch) | |
| tree | 27984f41f725e83fa01c524b4a1a0a0595d9bf74 /DvdLib | |
| parent | f676ea63156f959d08eb4d324274ef2fef853933 (diff) | |
update project targets
Diffstat (limited to 'DvdLib')
| -rw-r--r-- | DvdLib/project.json | 29 |
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 |
