diff options
Diffstat (limited to 'OpenSubtitlesHandler/project.json')
| -rw-r--r-- | OpenSubtitlesHandler/project.json | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/OpenSubtitlesHandler/project.json b/OpenSubtitlesHandler/project.json index 6710d01735..fbbe9eaf32 100644 --- a/OpenSubtitlesHandler/project.json +++ b/OpenSubtitlesHandler/project.json @@ -1,15 +1,17 @@ -{ - "supports": { - "net46.app": {}, - "dnxcore50.app": {} - }, - "dependencies": { - "Microsoft.NETCore": "5.0.0", - "Microsoft.NETCore.Portable.Compatibility": "1.0.1" - }, - "frameworks": { - "dotnet": { - "imports": "portable-net452" +{ + "frameworks":{ + "netstandard1.6":{ + "dependencies":{ + "NETStandard.Library":"1.6.0", + } + }, + ".NETPortable,Version=v4.5,Profile=Profile7":{ + "buildOptions": { + "define": [ ] + }, + "frameworkAssemblies":{ + + } + } } - } }
\ No newline at end of file |
