From ce6bef7cc49d0c0c15b2da322ef2a78b86e6d178 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Fri, 29 Sep 2017 07:39:17 -0700 Subject: [PATCH] Add target for netcoreapp2.0 Demonstrates bug in dotnet because it can't find MS.VS.Validation at runtime. --- VSMefSample/VSMefSample.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/VSMefSample/VSMefSample.csproj b/VSMefSample/VSMefSample.csproj index 0ffa188..f8098d2 100644 --- a/VSMefSample/VSMefSample.csproj +++ b/VSMefSample/VSMefSample.csproj @@ -2,12 +2,13 @@ Exe - net462 + net462;netcoreapp2.0 +