Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSampath Dilhan <SampathDilhan@users.noreply.github.com>2021-06-05 02:16:35 +0300
committerGitHub <noreply@github.com>2021-06-05 02:16:35 +0300
commitb85ced78ef95b18215aa81e438c5183e04de8b88 (patch)
tree1d3aa874c988b6791279bcc104f410c0141cf952 /docs
parentf390ff4a6fe4b02271e7e844750e8b6da94e7cd4 (diff)
Removed an invalid statement about VS for macOS. (#33277)
From version 8.9, VS for macOS support .slnf files.
Diffstat (limited to 'docs')
-rw-r--r--docs/BuildFromSource.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/BuildFromSource.md b/docs/BuildFromSource.md
index dc80873ffa..c65f183758 100644
--- a/docs/BuildFromSource.md
+++ b/docs/BuildFromSource.md
@@ -218,8 +218,6 @@ cd src\Components
After opening the solution in Visual Studio, you can build/rebuild using the controls in Visual Studio.
-> :exclamation: VS for Mac does not currently support opening .slnf files. So, you must use VS Code when developing on macOS.
-
#### A brief interlude on solution files
We have a single .sln file for all of ASP.NET Core, but most people don't work with it directly because Visual Studio