From 93824386abd97d3ec6438330f72c9ac9c94898cf Mon Sep 17 00:00:00 2001 From: Dustin Campbell Date: Mon, 27 Jun 2016 07:13:31 -0700 Subject: [PATCH] Fix spelling mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9e59fd2c..6794d4c52 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The C# extension is powered by [OmniSharp](https://github.com/OmniSharp/omnishar ### **Important!** Breaking Changes as of 1.0.10 * The C# extension now only supports [.NET Core RC2](https://blogs.msdn.microsoft.com/dotnet/2016/05/16/announcing-net-core-rc2/). It no longer supports .NET Core RC1 or ASP .NET 5 RC1. -* **Support for .csproj projects is partially on OS X and Linux.** This will impact anyone doing .csproj development on OS X or Linux (e.g. Unity, Xamarin, etc.). We are working to address this in the near future. However, for now, you can use the [Legacy C# Support extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.omnisharp). +* **Support for .csproj projects is partially functional on OS X and Linux.** This will impact anyone doing .csproj development on OS X or Linux (e.g. Unity, Xamarin, etc.). We are working to address this in the near future. However, for now, you can use the [Legacy C# Support extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.omnisharp). ### Found a Bug? Please file any issues at https://github.com/OmniSharp/omnisharp-vscode/issues.