From ae56b1b1a9d1955fd863611f7092e26ae79a6cdb Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Mon, 18 Jun 2018 00:27:45 +0200 Subject: [PATCH] trying to build a nuget pkg for net46 --- Yavsc/Yavsc.nuspec | 1 + Yavsc/project.json | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Yavsc/Yavsc.nuspec b/Yavsc/Yavsc.nuspec index 5a2e69aa..057c56e3 100644 --- a/Yavsc/Yavsc.nuspec +++ b/Yavsc/Yavsc.nuspec @@ -23,5 +23,6 @@ + diff --git a/Yavsc/project.json b/Yavsc/project.json index 9372b690..49e7358f 100755 --- a/Yavsc/project.json +++ b/Yavsc/project.json @@ -158,7 +158,9 @@ "System.Net": "4.0.0.0", "System.Xml": "4.0.0.0", "System": "4.0.0.0" - } + }, + "net451": {}, + "net46": {} } }, "publishOptions": {