From 7de09ad5d8e4abc4f347bee86e07397c5577a666 Mon Sep 17 00:00:00 2001 From: Rami Abughazaleh Date: Fri, 4 Dec 2020 01:31:01 -0800 Subject: [PATCH] Added support for net standard 2.0, net core app 2.0, and net core app 3.0 --- package.props | 1 + .../Src/Validation.WCF/Validation.Integration.WCF.csproj | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package.props b/package.props index 97c22cd..043750d 100644 --- a/package.props +++ b/package.props @@ -25,6 +25,7 @@ 4.5.0 4.5.* 2.0.* + 4.8.0 diff --git a/source/Src/Validation.WCF/Validation.Integration.WCF.csproj b/source/Src/Validation.WCF/Validation.Integration.WCF.csproj index 69c569c..7b8102e 100644 --- a/source/Src/Validation.WCF/Validation.Integration.WCF.csproj +++ b/source/Src/Validation.WCF/Validation.Integration.WCF.csproj @@ -2,7 +2,7 @@ - net45;net46;net47 + net45;net46;net47;netstandard2.0;netcoreapp2.0;netcoreapp3.0 $(MajorVersion).0.0.0 $(Version).$(Revision) @@ -36,6 +36,12 @@ + + + + + +