From 89b50b36b882fe12b8aadabdac2bdb26bbbbe934 Mon Sep 17 00:00:00 2001 From: Scott Addie Date: Wed, 7 Mar 2018 20:04:41 -0600 Subject: [PATCH] Remove .NET Framework support verbiage (#5619) --- .../host-and-deploy/docker/visual-studio-tools-for-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/host-and-deploy/docker/visual-studio-tools-for-docker.md b/aspnetcore/host-and-deploy/docker/visual-studio-tools-for-docker.md index 26834c28e0..0c391797d9 100644 --- a/aspnetcore/host-and-deploy/docker/visual-studio-tools-for-docker.md +++ b/aspnetcore/host-and-deploy/docker/visual-studio-tools-for-docker.md @@ -13,7 +13,7 @@ uid: host-and-deploy/docker/visual-studio-tools-for-docker --- # Visual Studio Tools for Docker with ASP.NET Core -[Visual Studio 2017](https://www.visualstudio.com/) supports building, debugging, and running ASP.NET Core apps targeting either .NET Framework or .NET Core. Both Windows and Linux containers are supported. +[Visual Studio 2017](https://www.visualstudio.com/) supports building, debugging, and running containerized ASP.NET Core apps targeting .NET Core. Both Windows and Linux containers are supported. ## Prerequisites