From 5f12043f136cf86cc2edd0c68397fc1f7591a474 Mon Sep 17 00:00:00 2001 From: daver32 <38791383+daver32@users.noreply.github.com> Date: Thu, 17 Jun 2021 18:38:59 +0200 Subject: [PATCH] downgraded from netstandard2.1 to netstandard2.0 for VS compatibility --- InterfaceGenerator/InterfaceGenerator.csproj | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/InterfaceGenerator/InterfaceGenerator.csproj b/InterfaceGenerator/InterfaceGenerator.csproj index fe9cbc1..6a911d2 100644 --- a/InterfaceGenerator/InterfaceGenerator.csproj +++ b/InterfaceGenerator/InterfaceGenerator.csproj @@ -1,9 +1,14 @@ - netstandard2.1 + netstandard2 9.0 enable - 1.0.4 + 1.0.5 + + true + false + false + true