From 971baec11142a5e032e88306a7432c568a7441a8 Mon Sep 17 00:00:00 2001 From: Javier Calvarro Nelson Date: Mon, 28 Aug 2017 18:58:52 -0700 Subject: [PATCH] Workaround for Visual Studio complaining about inexisting project.json file --- samples/NativeWPFClient/NativeWPFClient.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/NativeWPFClient/NativeWPFClient.csproj b/samples/NativeWPFClient/NativeWPFClient.csproj index 569e4f73e0..aaea552980 100644 --- a/samples/NativeWPFClient/NativeWPFClient.csproj +++ b/samples/NativeWPFClient/NativeWPFClient.csproj @@ -13,6 +13,8 @@ {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 4 true + + $(BaseNuGetRuntimeIdentifier) AnyCPU