From 0a64fe28b008d3d5c2f7f120a6c49e482ce01666 Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Fri, 14 Oct 2016 09:03:15 +0100 Subject: [PATCH] Oops, removed too much from project.json --- src/SharpCompress/project.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/src/SharpCompress/project.json b/src/SharpCompress/project.json index 0800701b..9412b911 100644 --- a/src/SharpCompress/project.json +++ b/src/SharpCompress/project.json @@ -16,6 +16,40 @@ "allowUnsafe": true }, "frameworks": { + "net35": { + }, + "net40": { + }, + "net45": { + }, + ".NETPortable,Version=v4.0,Profile=Profile328": { + "buildOptions": { + "define": [ "NO_FILE", "NO_CRYPTO", "SILVERLIGHT" ] + }, + "frameworkAssemblies": { + "mscorlib": { "type": "build" }, + "System": { "type": "build" }, + "System.Core": { "type": "build" } + } + }, + ".NETPortable,Version=v4.5,Profile=Profile259": { + "buildOptions": { + "define": [ "NO_FILE", "NO_CRYPTO", "SILVERLIGHT" ] + }, + "frameworkAssemblies": { + "System": { "type": "build" }, + "System.Collections": { "type": "build" }, + "System.Core": { "type": "build" }, + "System.Diagnostics.Debug": { "type": "build" }, + "System.IO": { "type": "build" }, + "System.Linq": { "type": "build" }, + "System.Linq.Expressions": { "type": "build" }, + "System.Resources.ResourceManager": { "type": "build" }, + "System.Runtime": { "type": "build" }, + "System.Runtime.Extensions": { "type": "build" }, + "System.Text.Encoding": { "type": "build" } + } + }, "netstandard1.0": { "buildOptions": { "define": [ "NO_FILE", "NO_CRYPTO" ]