From cd7a87530df3585cf509a1f8b913e1bc7dca78ab Mon Sep 17 00:00:00 2001 From: vjlomocso Date: Tue, 12 Nov 2019 12:33:51 +0800 Subject: [PATCH] Removed warning for building on Mac Tested on the latest Visual Studio for Mac --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cd5dd1..f15d2b6 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ Your project diff: + SDK style ``` -**Note**: If you're using Visual Studio for Mac, currently there's no support for resolving SDKs from NuGet. Until VS for Mac supports it, you can use `PackageReference` style. Also you have to include any UWP or Tizen meta-package manually. If you are already using the package, just update it to get the new fixes. +**Note**: The SDK-style project now works on Visual Studio for Mac. ## Release Notes