From da684400198b411c1a0cb99d29438166c1437338 Mon Sep 17 00:00:00 2001 From: Drew Noakes Date: Mon, 22 Dec 2025 09:45:30 +1100 Subject: [PATCH 1/2] Fix outdated VS version reference in .gitignore template This line also applies to VS 2022 and VS 2026. At this point, there's little value in specifying the version, so just remove it to avoid confusion. Also put a space before the next section, as it's unrelated. --- .../content/Gitignore/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Gitignore/.gitignore b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Gitignore/.gitignore index 0808c4adaecd..6673a85173ad 100644 --- a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Gitignore/.gitignore +++ b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Gitignore/.gitignore @@ -35,8 +35,9 @@ bld/ [Ll]og/ [Ll]ogs/ -# Visual Studio 2015/2017 cache/options directory +# Visual Studio cache/options directory .vs/ + # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/ From b3ed4c01941bef0ddcfd21a09c2aa95dd1ff1be9 Mon Sep 17 00:00:00 2001 From: Drew Noakes Date: Mon, 22 Dec 2025 10:42:39 +1100 Subject: [PATCH 2/2] Remove further references to VS 2017 --- .../content/Gitignore/.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Gitignore/.gitignore b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Gitignore/.gitignore index 6673a85173ad..40a055da844d 100644 --- a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Gitignore/.gitignore +++ b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Gitignore/.gitignore @@ -41,7 +41,7 @@ bld/ # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/ -# Visual Studio 2017 auto generated files +# Visual Studio auto generated files Generated\ Files/ # MSTest test Results @@ -376,7 +376,7 @@ ASALocalRun/ # BeatPulse healthcheck temp database healthchecksdb -# Backup folder for Package Reference Convert tool in Visual Studio 2017 +# Backup folder for Package Reference Convert tool in Visual Studio MigrationBackup/ # Ionide (cross platform F# VS Code tools) working folder