diff options
Diffstat (limited to 'Emby.Drawing/project.json')
| -rw-r--r-- | Emby.Drawing/project.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Emby.Drawing/project.json b/Emby.Drawing/project.json new file mode 100644 index 0000000000..fbbe9eaf32 --- /dev/null +++ b/Emby.Drawing/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 |
