From 5655787c1ac9ceedbd78c6c853a7cded33a22d49 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 11 Nov 2016 12:33:10 -0500 Subject: update portable projects --- Emby.Drawing/project.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Emby.Drawing/project.json (limited to 'Emby.Drawing/project.json') diff --git a/Emby.Drawing/project.json b/Emby.Drawing/project.json new file mode 100644 index 000000000..fbbe9eaf3 --- /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 -- cgit v1.2.3