diff options
Diffstat (limited to 'OpenSubtitlesHandler/project.json')
| -rw-r--r-- | OpenSubtitlesHandler/project.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/OpenSubtitlesHandler/project.json b/OpenSubtitlesHandler/project.json new file mode 100644 index 000000000..12bc4de39 --- /dev/null +++ b/OpenSubtitlesHandler/project.json @@ -0,0 +1,15 @@ +{ + "supports": { + "net46.app": {}, + "dnxcore50.app": {} + }, + "dependencies": { + "Microsoft.NETCore": "5.0.0", + "Microsoft.NETCore.Portable.Compatibility": "1.0.0" + }, + "frameworks": { + "dotnet": { + "imports": "portable-net452" + } + } +}
\ No newline at end of file |
