diff --git a/TemplateEngine.slnf b/TemplateEngine.slnf
index 20dc80713770..aa92e1bd0f49 100644
--- a/TemplateEngine.slnf
+++ b/TemplateEngine.slnf
@@ -19,7 +19,7 @@
"test\\dotnet-new.Tests\\dotnet-new.IntegrationTests.csproj",
"test\\dotnet.Tests\\dotnet.Tests.csproj",
"template_feed\\Microsoft.DotNet.Common.ItemTemplates\\Microsoft.DotNet.Common.ItemTemplates.csproj",
- "template_feed\\Microsoft.DotNet.Common.ProjectTemplates.9.0\\Microsoft.DotNet.Common.ProjectTemplates.9.0.csproj"
+ "template_feed\\Microsoft.DotNet.Common.ProjectTemplates.10.0\\Microsoft.DotNet.Common.ProjectTemplates.10.0.csproj"
]
}
}
\ No newline at end of file
diff --git a/sdk.sln b/sdk.sln
index d8fb25015041..2f5b208c1fde 100644
--- a/sdk.sln
+++ b/sdk.sln
@@ -382,7 +382,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "template_feed", "template_f
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.DotNet.Common.ItemTemplates", "template_feed\Microsoft.DotNet.Common.ItemTemplates\Microsoft.DotNet.Common.ItemTemplates.csproj", "{92F4E400-8C28-41B9-9D7D-8E9A4535636B}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.DotNet.Common.ProjectTemplates.9.0", "template_feed\Microsoft.DotNet.Common.ProjectTemplates.9.0\Microsoft.DotNet.Common.ProjectTemplates.9.0.csproj", "{AB7ADCF8-48AC-4885-9C70-16D752B97168}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.DotNet.Common.ProjectTemplates.10.0", "template_feed\Microsoft.DotNet.Common.ProjectTemplates.10.0\Microsoft.DotNet.Common.ProjectTemplates.10.0.csproj", "{AB7ADCF8-48AC-4885-9C70-16D752B97168}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotnet-new.IntegrationTests", "test\dotnet-new.Tests\dotnet-new.IntegrationTests.csproj", "{8868D816-C072-4B66-84D6-7E014EA16D48}"
EndProject
diff --git a/source-build.slnf b/source-build.slnf
index 6a934eb6201b..608982417c09 100644
--- a/source-build.slnf
+++ b/source-build.slnf
@@ -46,7 +46,7 @@
"src\\WebSdk\\Web\\Tasks\\Microsoft.NET.Sdk.Web.Tasks.csproj",
"src\\WebSdk\\Worker\\Tasks\\Microsoft.NET.Sdk.Worker.Tasks.csproj",
"template_feed\\Microsoft.DotNet.Common.ItemTemplates\\Microsoft.DotNet.Common.ItemTemplates.csproj",
- "template_feed\\Microsoft.DotNet.Common.ProjectTemplates.9.0\\Microsoft.DotNet.Common.ProjectTemplates.9.0.csproj"
+ "template_feed\\Microsoft.DotNet.Common.ProjectTemplates.10.0\\Microsoft.DotNet.Common.ProjectTemplates.10.0.csproj"
]
}
}
diff --git a/src/Layout/redist/targets/OverlaySdkOnLKG.targets b/src/Layout/redist/targets/OverlaySdkOnLKG.targets
index 19f640f33e2f..d7132776fa57 100644
--- a/src/Layout/redist/targets/OverlaySdkOnLKG.targets
+++ b/src/Layout/redist/targets/OverlaySdkOnLKG.targets
@@ -27,7 +27,7 @@
-
+
diff --git a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Record-CSharp/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Record-CSharp/.template.config/template.json
index 14e2acc60bae..d8368c0dd0e6 100644
--- a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Record-CSharp/.template.config/template.json
+++ b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Record-CSharp/.template.config/template.json
@@ -38,7 +38,7 @@
"generator": "regexMatch",
"datatype": "bool",
"parameters": {
- "pattern": "^(net5.0|net6.0|net7.0|net8.0|net9.0)$*",
+ "pattern": "^net([5-9]|[1-9]\\d{1,})\\.0$*",
"source": "TargetFramework"
}
},
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/Microsoft.DotNet.Common.ProjectTemplates.9.0.csproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/Microsoft.DotNet.Common.ProjectTemplates.10.0.csproj
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/Microsoft.DotNet.Common.ProjectTemplates.9.0.csproj
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/Microsoft.DotNet.Common.ProjectTemplates.10.0.csproj
index 09b566757f3a..c30423f5ed44 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/Microsoft.DotNet.Common.ProjectTemplates.9.0.csproj
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/Microsoft.DotNet.Common.ProjectTemplates.10.0.csproj
@@ -12,7 +12,7 @@
true
2008;NU5105
true
- Microsoft.DotNet.Common.ProjectTemplates.9.0
+ Microsoft.DotNet.Common.ProjectTemplates.10.0
Microsoft
Common .NET Project Templates
en-US
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/dotnetcli.host.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/dotnetcli.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/dotnetcli.host.json
index a6e33535dbf6..58cccf110207 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/dotnetcli.host.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/dotnetcli.host.json
@@ -19,6 +19,6 @@
}
},
"usageExamples": [
- "--framework net9.0"
+ "--framework net10.0"
]
}
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/ide.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/ide.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/ide.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/ide.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/ide/icon.ico b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/ide/icon.ico
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/ide/icon.ico
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/ide/icon.ico
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.cs.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.cs.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.cs.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.cs.json
index 883535097f59..544f62ac807d 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.cs.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.cs.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Přepíše cílovou architekturu.",
"symbols/TargetFrameworkOverride/displayName": "Přepsání cílové architektury",
"symbols/Framework/description": "Cílová architektura pro projekt",
- "symbols/Framework/choices/net9.0/description": "Target net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Target net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "Cílit na netstandard2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "Cílit na netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.de.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.de.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.de.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.de.json
index bdd2cd1e3fd7..db2cd68de4e8 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.de.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.de.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Überschreibt das Zielframework",
"symbols/TargetFrameworkOverride/displayName": "Zielframeworküberschreibung",
"symbols/Framework/description": "Das Zielframework für das Projekt.",
- "symbols/Framework/choices/net9.0/description": "Ziel net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Ziel net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "Ziel netstandard2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "Ziel netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.en.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.en.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.en.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.en.json
index 032a14c7a21a..3848556ee9cb 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.en.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.en.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/TargetFrameworkOverride/displayName": "Target framework override",
"symbols/Framework/description": "The target framework for the project.",
- "symbols/Framework/choices/net9.0/description": "Target net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Target net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "Target netstandard2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "Target netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.es.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.es.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.es.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.es.json
index e3eb36ded7eb..d9e968a48ef7 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.es.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.es.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Invalida la plataforma de destino",
"symbols/TargetFrameworkOverride/displayName": "Invalidación de la plataforma de destino",
"symbols/Framework/description": "Marco de destino del proyecto.",
- "symbols/Framework/choices/net9.0/description": "Net9.0 de destino",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Net10.0 de destino",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "Objetivo netstandard2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "Objetivo netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.fr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.fr.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.fr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.fr.json
index 5a0d763bf4f3..5d6eac6143b0 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.fr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.fr.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Remplace l’infrastructure cible",
"symbols/TargetFrameworkOverride/displayName": "Remplacement du cadre cible",
"symbols/Framework/description": "Framework cible du projet.",
- "symbols/Framework/choices/net9.0/description": "Net9.0 cible",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Net10.0 cible",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "Cible netstandard2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "Cible netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.it.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.it.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.it.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.it.json
index 094b8e16cc50..fc9f3a0939b2 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.it.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.it.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Ignora il framework di destinazione",
"symbols/TargetFrameworkOverride/displayName": "Override del framework di destinazione",
"symbols/Framework/description": "Il framework di destinazione per il progetto.",
- "symbols/Framework/choices/net9.0/description": "Net9.0 di destinazione",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Net10.0 di destinazione",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "Netstandard2.1 di destinazione",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "Netstandard2.0 di destinazione",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.ja.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.ja.json
similarity index 92%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.ja.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.ja.json
index 30bd3d8fa121..e9c49f84e4a2 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.ja.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.ja.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "ターゲット フレームワークをオーバーライドする",
"symbols/TargetFrameworkOverride/displayName": "ターゲット フレームワークのオーバーライド",
"symbols/Framework/description": "プロジェクトのターゲット フレームワークです。",
- "symbols/Framework/choices/net9.0/description": "ターゲット net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "ターゲット net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "ターゲット netstandard2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "ターゲット netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.ko.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.ko.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.ko.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.ko.json
index 202faff33011..1db818861491 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.ko.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.ko.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "대상 프레임워크를 재정의합니다",
"symbols/TargetFrameworkOverride/displayName": "대상 프레임워크 재정의",
"symbols/Framework/description": "프로젝트에 대한 대상 프레임워크입니다.",
- "symbols/Framework/choices/net9.0/description": "Target net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Target net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "대상 netstandard 2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "대상 netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.pl.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.pl.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.pl.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.pl.json
index 75ac6c9841f7..949e06cf61dc 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.pl.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.pl.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Zastępuje platformę docelową",
"symbols/TargetFrameworkOverride/displayName": "Odrzucenie platformy docelowej",
"symbols/Framework/description": "Platforma docelowa dla tego projektu.",
- "symbols/Framework/choices/net9.0/description": "Docelowa platforma net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Docelowa platforma net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "Docelowy netstandard2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "Docelowy netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.pt-BR.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.pt-BR.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.pt-BR.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.pt-BR.json
index 0783ee4a1c2d..e23532481476 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.pt-BR.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.pt-BR.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Substitui a estrutura de destino",
"symbols/TargetFrameworkOverride/displayName": "Substituição da estrutura de destino",
"symbols/Framework/description": "A estrutura de destino do projeto.",
- "symbols/Framework/choices/net9.0/description": "Target net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Target net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "Netstandard2.1 de destino",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "Netstandard2.0 de destino",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.ru.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.ru.json
similarity index 92%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.ru.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.ru.json
index 9afadd180fba..1f29d58302f8 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.ru.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.ru.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Переопределяет целевую платформу",
"symbols/TargetFrameworkOverride/displayName": "Переопределение целевой платформы",
"symbols/Framework/description": "Целевая платформа для проекта.",
- "symbols/Framework/choices/net9.0/description": "Целевая среда net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Целевая среда net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "Целевая платформа: netstandard2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "Целевая платформа: netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.tr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.tr.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.tr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.tr.json
index e7200784e751..cf853078a479 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.tr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.tr.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Hedef çerçeveyi geçersiz kılar",
"symbols/TargetFrameworkOverride/displayName": "Hedef çerçeveyi geçersiz kılma",
"symbols/Framework/description": "Projenin hedef çerçevesi.",
- "symbols/Framework/choices/net9.0/description": "Hedef net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Hedef net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "Hedef netstandard2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "Hedef netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.zh-Hans.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.zh-Hans.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.zh-Hans.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.zh-Hans.json
index dfaccb0a97e0..d51da37a55e9 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.zh-Hans.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.zh-Hans.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "替代目标框架",
"symbols/TargetFrameworkOverride/displayName": "目标框架替代",
"symbols/Framework/description": "项目的目标框架。",
- "symbols/Framework/choices/net9.0/description": "目标 net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "目标 net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "目标 netstandard2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "目标 netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.zh-Hant.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.zh-Hant.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.zh-Hant.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.zh-Hant.json
index ecfc6182f1f2..840196c475cc 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.zh-Hant.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.zh-Hant.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "覆寫目標 Framework",
"symbols/TargetFrameworkOverride/displayName": "目標 Framework 覆寫",
"symbols/Framework/description": "專案的目標 Framework。",
- "symbols/Framework/choices/net9.0/description": "目標 net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "目標 net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "目標 netstandard2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "目標 netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/template.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/template.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/template.json
index 75ba3d1aa23a..8bad3d45a7be 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/.template.config/template.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/template.json
@@ -9,8 +9,8 @@
"generatorVersions": "[1.0.0.0-*)",
"description": "A project for creating a class library that targets .NET or .NET Standard",
"groupIdentity": "Microsoft.Common.Library",
- "precedence": "11000",
- "identity": "Microsoft.Common.Library.CSharp.9.0",
+ "precedence": "12000",
+ "identity": "Microsoft.Common.Library.CSharp.10.0",
"shortName": "classlib",
"tags": {
"language": "C#",
@@ -22,7 +22,7 @@
"app": {
"description": "Target .NET",
"defaultOverrides": {
- "Framework": "net9.0"
+ "Framework": "net10.0"
}
},
"standard": {
@@ -47,9 +47,9 @@
"datatype": "choice",
"choices": [
{
- "choice": "net9.0",
- "description": "Target net9.0",
- "displayName": ".NET 9.0"
+ "choice": "net10.0",
+ "description": "Target net10.0",
+ "displayName": ".NET 10.0"
},
{
"choice": "netstandard2.1",
@@ -62,8 +62,8 @@
"displayName": ".NET Standard 2.0"
}
],
- "replaces": "net9.0",
- "defaultValue": "net9.0",
+ "replaces": "net10.0",
+ "defaultValue": "net10.0",
"displayName": "Framework"
},
"langVersion": {
@@ -113,11 +113,11 @@
},
"csharpFeature_ImplicitUsings": {
"type": "computed",
- "value": "Framework == \"net9.0\" && csharp10orLater == \"true\""
+ "value": "Framework == \"net10.0\" && csharp10orLater == \"true\""
},
"csharpFeature_FileScopedNamespaces": {
"type": "computed",
- "value": "(Framework == \"net9.0\" || langVersion != \"\") && csharp10orLater == \"true\""
+ "value": "(Framework == \"net10.0\" || langVersion != \"\") && csharp10orLater == \"true\""
},
"csharpFeature_Nullable": {
"type": "computed",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/Class1.cs b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/Class1.cs
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/Class1.cs
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/Class1.cs
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/Company.ClassLibrary1.csproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/Company.ClassLibrary1.csproj
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/Company.ClassLibrary1.csproj
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/Company.ClassLibrary1.csproj
index d565815976d2..1a90284be626 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-CSharp/Company.ClassLibrary1.csproj
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/Company.ClassLibrary1.csproj
@@ -1,7 +1,7 @@
- net9.0
+ net10.0
TargetFrameworkOverride
Company.ClassLibrary1
$(ProjectLanguageVersion)
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/dotnetcli.host.json
similarity index 93%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/dotnetcli.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/dotnetcli.host.json
index b37a6d8a5afc..6817e2bbe7f1 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/dotnetcli.host.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/dotnetcli.host.json
@@ -15,6 +15,6 @@
}
},
"usageExamples": [
- "--framework net9.0"
+ "--framework net10.0"
]
}
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/ide.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/ide.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/ide.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/ide.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/ide/icon.ico b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/ide/icon.ico
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/ide/icon.ico
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/ide/icon.ico
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.cs.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.cs.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.cs.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.cs.json
index 93ff1afb9091..f1962ab3e03c 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.cs.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.cs.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Přepíše cílovou architekturu.",
"symbols/TargetFrameworkOverride/displayName": "Přepsání cílové architektury",
"symbols/Framework/description": "Cílová architektura pro projekt",
- "symbols/Framework/choices/net9.0/description": "Target net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Target net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "Cílit na netstandard2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "Cílit na netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.de.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.de.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.de.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.de.json
index 62c819dc9775..84d6d834dc83 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.de.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.de.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Überschreibt das Zielframework",
"symbols/TargetFrameworkOverride/displayName": "Zielframeworküberschreibung",
"symbols/Framework/description": "Das Zielframework für das Projekt.",
- "symbols/Framework/choices/net9.0/description": "Ziel net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Ziel net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "Ziel netstandard2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "Ziel netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.en.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.en.json
similarity index 89%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.en.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.en.json
index 0a44fcd55f1b..0dda4cdac9f9 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.en.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.en.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/TargetFrameworkOverride/displayName": "Target framework override",
"symbols/Framework/description": "The target framework for the project.",
- "symbols/Framework/choices/net9.0/description": "Target net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Target net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "Target netstandard2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "Target netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.es.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.es.json
similarity index 89%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.es.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.es.json
index c4b86b8e4fa1..e37fb1d71f94 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.es.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.es.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Invalida la plataforma de destino",
"symbols/TargetFrameworkOverride/displayName": "Invalidación de la plataforma de destino",
"symbols/Framework/description": "Marco de destino del proyecto.",
- "symbols/Framework/choices/net9.0/description": "Net9.0 de destino",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Net10.0 de destino",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "Objetivo netstandard2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "Objetivo netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.fr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.fr.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.fr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.fr.json
index 4f13eee9ac2b..ca7dd724501b 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.fr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.fr.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Remplace l’infrastructure cible",
"symbols/TargetFrameworkOverride/displayName": "Remplacement du cadre cible",
"symbols/Framework/description": "Framework cible du projet.",
- "symbols/Framework/choices/net9.0/description": "Net9.0 cible",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Net10.0 cible",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "Cible netstandard2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "Cible netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.it.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.it.json
similarity index 89%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.it.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.it.json
index 382e3daebeb1..8bce4b42cb42 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.it.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.it.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Ignora il framework di destinazione",
"symbols/TargetFrameworkOverride/displayName": "Override del framework di destinazione",
"symbols/Framework/description": "Il framework di destinazione per il progetto.",
- "symbols/Framework/choices/net9.0/description": "Net9.0 di destinazione",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Net10.0 di destinazione",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "Netstandard2.1 di destinazione",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "Netstandard2.0 di destinazione",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.ja.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.ja.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.ja.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.ja.json
index a631e51a6b97..4b2e3dc3ad98 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.ja.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.ja.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "ターゲット フレームワークをオーバーライドする",
"symbols/TargetFrameworkOverride/displayName": "ターゲット フレームワークのオーバーライド",
"symbols/Framework/description": "プロジェクトのターゲット フレームワークです。",
- "symbols/Framework/choices/net9.0/description": "ターゲット net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "ターゲット net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "ターゲット netstandard2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "ターゲット netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.ko.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.ko.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.ko.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.ko.json
index f0e8f9bae68a..246dd15781e8 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.ko.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.ko.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "대상 프레임워크를 재정의합니다",
"symbols/TargetFrameworkOverride/displayName": "대상 프레임워크 재정의",
"symbols/Framework/description": "프로젝트에 대한 대상 프레임워크입니다.",
- "symbols/Framework/choices/net9.0/description": "Target net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Target net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "대상 netstandard 2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "대상 netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.pl.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.pl.json
similarity index 89%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.pl.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.pl.json
index 1a6be9f9aa5e..3450054ef555 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.pl.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.pl.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Zastępuje platformę docelową",
"symbols/TargetFrameworkOverride/displayName": "Odrzucenie platformy docelowej",
"symbols/Framework/description": "Platforma docelowa dla tego projektu.",
- "symbols/Framework/choices/net9.0/description": "Docelowa platforma net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Docelowa platforma net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "Docelowy netstandard2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "Docelowy netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.pt-BR.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.pt-BR.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.pt-BR.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.pt-BR.json
index 615c180810b4..67dc77607cb8 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.pt-BR.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.pt-BR.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Substitui a estrutura de destino",
"symbols/TargetFrameworkOverride/displayName": "Substituição da estrutura de destino",
"symbols/Framework/description": "A estrutura de destino do projeto.",
- "symbols/Framework/choices/net9.0/description": "Target net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Target net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "Netstandard2.1 de destino",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "Netstandard2.0 de destino",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.ru.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.ru.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.ru.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.ru.json
index a11a51e050f9..c316af4a985b 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.ru.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.ru.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Переопределяет целевую платформу",
"symbols/TargetFrameworkOverride/displayName": "Переопределение целевой платформы",
"symbols/Framework/description": "Целевая платформа для проекта.",
- "symbols/Framework/choices/net9.0/description": "Целевая среда net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Целевая среда net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "Целевая платформа: netstandard2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "Целевая платформа: netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.tr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.tr.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.tr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.tr.json
index 144358bec154..4ac19b1e83f5 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.tr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.tr.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Hedef çerçeveyi geçersiz kılar",
"symbols/TargetFrameworkOverride/displayName": "Hedef çerçeveyi geçersiz kılma",
"symbols/Framework/description": "Projenin hedef çerçevesi.",
- "symbols/Framework/choices/net9.0/description": "Hedef net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Hedef net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "Hedef netstandard2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "Hedef netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.zh-Hans.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.zh-Hans.json
similarity index 89%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.zh-Hans.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.zh-Hans.json
index dd74956b66be..0105164690f2 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.zh-Hans.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.zh-Hans.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "替代目标框架",
"symbols/TargetFrameworkOverride/displayName": "目标框架替代",
"symbols/Framework/description": "项目的目标框架。",
- "symbols/Framework/choices/net9.0/description": "目标 net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "目标 net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "目标 netstandard2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "目标 netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.zh-Hant.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.zh-Hant.json
similarity index 89%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.zh-Hant.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.zh-Hant.json
index efe0bb827aeb..7e0bc402cdc7 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.zh-Hant.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.zh-Hant.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "覆寫目標 Framework",
"symbols/TargetFrameworkOverride/displayName": "目標 Framework 覆寫",
"symbols/Framework/description": "專案的目標 Framework。",
- "symbols/Framework/choices/net9.0/description": "目標 net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "目標 net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "目標 netstandard2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "目標 netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/template.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/template.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/template.json
index 5ec9601f9c9b..f672865a04b6 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/.template.config/template.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/template.json
@@ -9,8 +9,8 @@
"generatorVersions": "[1.0.0.0-*)",
"description": "A project for creating a class library that targets .NET or .NET Standard",
"groupIdentity": "Microsoft.Common.Library",
- "precedence": "11000",
- "identity": "Microsoft.Common.Library.FSharp.9.0",
+ "precedence": "12000",
+ "identity": "Microsoft.Common.Library.FSharp.10.0",
"shortName": "classlib",
"tags": {
"language": "F#",
@@ -22,7 +22,7 @@
"app": {
"description": "Target .NET",
"defaultOverrides": {
- "Framework": "net9.0"
+ "Framework": "net10.0"
}
},
"standard": {
@@ -47,9 +47,9 @@
"datatype": "choice",
"choices": [
{
- "choice": "net9.0",
- "description": "Target net9.0",
- "displayName": ".NET 9.0"
+ "choice": "net10.0",
+ "description": "Target net10.0",
+ "displayName": ".NET 10.0"
},
{
"choice": "netstandard2.1",
@@ -62,8 +62,8 @@
"displayName": ".NET Standard 2.0"
}
],
- "replaces": "net9.0",
- "defaultValue": "net9.0",
+ "replaces": "net10.0",
+ "defaultValue": "net10.0",
"displayName": "Framework"
},
"HostIdentifier": {
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/Company.ClassLibrary1.fsproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/Company.ClassLibrary1.fsproj
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/Company.ClassLibrary1.fsproj
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/Company.ClassLibrary1.fsproj
index 6baa53c36568..fe67b69bf5ae 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/Company.ClassLibrary1.fsproj
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/Company.ClassLibrary1.fsproj
@@ -1,7 +1,7 @@
- net9.0
+ net10.0
TargetFrameworkOverride
Company.ClassLibrary1
true
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/Library.fs b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/Library.fs
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-FSharp/Library.fs
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/Library.fs
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/dotnetcli.host.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/dotnetcli.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/dotnetcli.host.json
index a6e33535dbf6..58cccf110207 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/dotnetcli.host.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/dotnetcli.host.json
@@ -19,6 +19,6 @@
}
},
"usageExamples": [
- "--framework net9.0"
+ "--framework net10.0"
]
}
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/ide.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/ide.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/ide.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/ide.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/ide/icon.ico b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/ide/icon.ico
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/ide/icon.ico
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/ide/icon.ico
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.cs.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.cs.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.cs.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.cs.json
index 31847895a9bd..a7a3b479603f 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.cs.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.cs.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Přepíše cílovou architekturu.",
"symbols/TargetFrameworkOverride/displayName": "Přepsání cílové architektury",
"symbols/Framework/description": "Cílová architektura pro projekt",
- "symbols/Framework/choices/net9.0/description": "Target net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Target net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "Cílit na netstandard2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "Cílit na netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.de.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.de.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.de.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.de.json
index 0534960f08b5..092e8bea08f8 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.de.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.de.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Überschreibt das Zielframework",
"symbols/TargetFrameworkOverride/displayName": "Zielframeworküberschreibung",
"symbols/Framework/description": "Das Zielframework für das Projekt.",
- "symbols/Framework/choices/net9.0/description": "Ziel net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Ziel net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "Ziel netstandard2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "Ziel netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.en.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.en.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.en.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.en.json
index 803fec06c3f5..f36d413fe4a7 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.en.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.en.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/TargetFrameworkOverride/displayName": "Target framework override",
"symbols/Framework/description": "The target framework for the project.",
- "symbols/Framework/choices/net9.0/description": "Target net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Target net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "Target netstandard2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "Target netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.es.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.es.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.es.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.es.json
index 29aeb84b5937..84e45ad8473e 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.es.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.es.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Invalida la plataforma de destino",
"symbols/TargetFrameworkOverride/displayName": "Invalidación de la plataforma de destino",
"symbols/Framework/description": "Marco de destino del proyecto.",
- "symbols/Framework/choices/net9.0/description": "Net9.0 de destino",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Net10.0 de destino",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "Objetivo netstandard2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "Objetivo netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.fr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.fr.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.fr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.fr.json
index 974e2737afa1..b6982e99fd8b 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.fr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.fr.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Remplace l’infrastructure cible",
"symbols/TargetFrameworkOverride/displayName": "Remplacement du cadre cible",
"symbols/Framework/description": "Framework cible du projet.",
- "symbols/Framework/choices/net9.0/description": "Net9.0 cible",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Net10.0 cible",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "Cible netstandard2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "Cible netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.it.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.it.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.it.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.it.json
index 25a5217f1368..6ce4ff5a5abe 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.it.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.it.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Ignora il framework di destinazione",
"symbols/TargetFrameworkOverride/displayName": "Override del framework di destinazione",
"symbols/Framework/description": "Il framework di destinazione per il progetto.",
- "symbols/Framework/choices/net9.0/description": "Net9.0 di destinazione",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Net10.0 di destinazione",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "Netstandard2.1 di destinazione",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "Netstandard2.0 di destinazione",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.ja.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.ja.json
similarity index 92%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.ja.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.ja.json
index 30b70a5c5e63..3ca4649fb562 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.ja.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.ja.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "ターゲット フレームワークをオーバーライドする",
"symbols/TargetFrameworkOverride/displayName": "ターゲット フレームワークのオーバーライド",
"symbols/Framework/description": "プロジェクトのターゲット フレームワークです。",
- "symbols/Framework/choices/net9.0/description": "ターゲット net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "ターゲット net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "ターゲット netstandard2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "ターゲット netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.ko.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.ko.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.ko.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.ko.json
index 5839b05e3be0..f24dc24eb772 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.ko.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.ko.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "대상 프레임워크를 재정의합니다",
"symbols/TargetFrameworkOverride/displayName": "대상 프레임워크 재정의",
"symbols/Framework/description": "프로젝트에 대한 대상 프레임워크입니다.",
- "symbols/Framework/choices/net9.0/description": "Target net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Target net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "대상 netstandard 2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "대상 netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.pl.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.pl.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.pl.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.pl.json
index 251679137c88..46b58a17eca1 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.pl.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.pl.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Zastępuje platformę docelową",
"symbols/TargetFrameworkOverride/displayName": "Odrzucenie platformy docelowej",
"symbols/Framework/description": "Platforma docelowa dla tego projektu.",
- "symbols/Framework/choices/net9.0/description": "Docelowa platforma net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Docelowa platforma net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "Docelowy netstandard2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "Docelowy netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.pt-BR.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.pt-BR.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.pt-BR.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.pt-BR.json
index 8624acc63095..9c3916367e63 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.pt-BR.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.pt-BR.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Substitui a estrutura de destino",
"symbols/TargetFrameworkOverride/displayName": "Substituição da estrutura de destino",
"symbols/Framework/description": "A estrutura de destino do projeto.",
- "symbols/Framework/choices/net9.0/description": "Target net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Target net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "Netstandard2.1 de destino",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "Netstandard2.0 de destino",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.ru.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.ru.json
similarity index 92%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.ru.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.ru.json
index 2f4cfaf1e92e..0c389a6268c1 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.ru.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.ru.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Переопределяет целевую платформу",
"symbols/TargetFrameworkOverride/displayName": "Переопределение целевой платформы",
"symbols/Framework/description": "Целевая платформа для проекта.",
- "symbols/Framework/choices/net9.0/description": "Целевая среда net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Целевая среда net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "Целевая платформа: netstandard2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "Целевая платформа: netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.tr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.tr.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.tr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.tr.json
index b4846e1d8dd4..504dd7e2ad03 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.tr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.tr.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Hedef çerçeveyi geçersiz kılar",
"symbols/TargetFrameworkOverride/displayName": "Hedef çerçeveyi geçersiz kılma",
"symbols/Framework/description": "Projenin hedef çerçevesi.",
- "symbols/Framework/choices/net9.0/description": "Hedef net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Hedef net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "Hedef netstandard2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "Hedef netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json
index 357a9b15deed..504b7d3e4b7b 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "替代目标框架",
"symbols/TargetFrameworkOverride/displayName": "目标框架替代",
"symbols/Framework/description": "项目的目标框架。",
- "symbols/Framework/choices/net9.0/description": "目标 net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "目标 net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "目标 netstandard2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "目标 netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json
index 553db95f7ba6..1bbaf5b1423d 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "覆寫目標 Framework",
"symbols/TargetFrameworkOverride/displayName": "目標 Framework 覆寫",
"symbols/Framework/description": "專案的目標 Framework。",
- "symbols/Framework/choices/net9.0/description": "目標 net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "目標 net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/choices/netstandard2.1/description": "目標 netstandard2.1",
"symbols/Framework/choices/netstandard2.1/displayName": ".NET Standard 2.1",
"symbols/Framework/choices/netstandard2.0/description": "目標 netstandard2.0",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/template.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/template.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/template.json
index 8070e86fb363..ac57a7d15c43 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/.template.config/template.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/template.json
@@ -9,8 +9,8 @@
"generatorVersions": "[1.0.0.0-*)",
"description": "A project for creating a class library that targets .NET or .NET Standard",
"groupIdentity": "Microsoft.Common.Library",
- "precedence": "11000",
- "identity": "Microsoft.Common.Library.VisualBasic.9.0",
+ "precedence": "12000",
+ "identity": "Microsoft.Common.Library.VisualBasic.10.0",
"shortName": "classlib",
"tags": {
"language": "VB",
@@ -22,7 +22,7 @@
"app": {
"description": "Target .NET",
"defaultOverrides": {
- "Framework": "net9.0"
+ "Framework": "net10.0"
}
},
"standard": {
@@ -47,9 +47,9 @@
"datatype": "choice",
"choices": [
{
- "choice": "net9.0",
- "description": "Target net9.0",
- "displayName": ".NET 9.0"
+ "choice": "net10.0",
+ "description": "Target net10.0",
+ "displayName": ".NET 10.0"
},
{
"choice": "netstandard2.1",
@@ -62,8 +62,8 @@
"displayName": ".NET Standard 2.0"
}
],
- "replaces": "net9.0",
- "defaultValue": "net9.0",
+ "replaces": "net10.0",
+ "defaultValue": "net10.0",
"displayName": "Framework"
},
"langVersion": {
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/Class1.vb b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/Class1.vb
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/Class1.vb
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/Class1.vb
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/Company.ClassLibrary1.vbproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/Company.ClassLibrary1.vbproj
similarity index 93%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/Company.ClassLibrary1.vbproj
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/Company.ClassLibrary1.vbproj
index 4937f00d0ed9..be2c43a6191c 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ClassLibrary-VisualBasic/Company.ClassLibrary1.vbproj
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/Company.ClassLibrary1.vbproj
@@ -2,7 +2,7 @@
Company.ClassLibrary1
- net9.0
+ net10.0
TargetFrameworkOverride
$(ProjectLanguageVersion)
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/dotnetcli.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/dotnetcli.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/dotnetcli.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/ide.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/ide.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/ide.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/ide.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/ide/icon.ico b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/ide/icon.ico
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/ide/icon.ico
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/ide/icon.ico
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.cs.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.cs.json
similarity index 92%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.cs.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.cs.json
index 55844653d9f2..e74e61966567 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.cs.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.cs.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Přepíše cílovou architekturu.",
"symbols/TargetFrameworkOverride/displayName": "Přepsání cílové architektury",
"symbols/Framework/description": "Cílová architektura pro projekt",
- "symbols/Framework/choices/net9.0/description": "Target net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Target net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Framework",
"symbols/langVersion/description": "Nastaví vlastnost LangVersion ve vytvořeném souboru projektu.",
"symbols/langVersion/displayName": "Verze jazyka",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.de.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.de.json
similarity index 92%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.de.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.de.json
index dce933e7f9b0..49c67d9c65c7 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.de.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.de.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Überschreibt das Zielframework",
"symbols/TargetFrameworkOverride/displayName": "Zielframeworküberschreibung",
"symbols/Framework/description": "Das Zielframework für das Projekt.",
- "symbols/Framework/choices/net9.0/description": "Ziel net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Ziel net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Framework",
"symbols/langVersion/description": "Legt die „LangVersion“-Eigenschaft in der erstellten Projektdatei fest",
"symbols/langVersion/displayName": "Sprachversion",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.en.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.en.json
similarity index 92%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.en.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.en.json
index 65451b7d6778..85ea6c7454a7 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.en.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.en.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/TargetFrameworkOverride/displayName": "Target framework override",
"symbols/Framework/description": "The target framework for the project.",
- "symbols/Framework/choices/net9.0/description": "Target net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Target net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Framework",
"symbols/langVersion/description": "Sets the LangVersion property in the created project file",
"symbols/langVersion/displayName": "Language version",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.es.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.es.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.es.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.es.json
index b80de83be47e..7e0ef428f2cd 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.es.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.es.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Invalida la plataforma de destino",
"symbols/TargetFrameworkOverride/displayName": "Invalidación de la plataforma de destino",
"symbols/Framework/description": "Marco de destino del proyecto.",
- "symbols/Framework/choices/net9.0/description": "Net9.0 de destino",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Net10.0 de destino",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Plataforma",
"symbols/langVersion/description": "Establece la propiedad LangVersion en el archivo de proyecto creado.",
"symbols/langVersion/displayName": "Versión de lenguaje",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.fr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.fr.json
similarity index 92%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.fr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.fr.json
index 295cdd06474f..5534a0db4b85 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.fr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.fr.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Remplace l’infrastructure cible",
"symbols/TargetFrameworkOverride/displayName": "Remplacement du cadre cible",
"symbols/Framework/description": "Framework cible du projet.",
- "symbols/Framework/choices/net9.0/description": "Net9.0 cible",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Net10.0 cible",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Infrastructure",
"symbols/langVersion/description": "Définit la propriété LangVersion dans le fichier projet créé",
"symbols/langVersion/displayName": "Version du langage",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.it.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.it.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.it.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.it.json
index f9014a32b9cb..7a2b9b37bcda 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.it.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.it.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Ignora il framework di destinazione",
"symbols/TargetFrameworkOverride/displayName": "Override del framework di destinazione",
"symbols/Framework/description": "Il framework di destinazione per il progetto.",
- "symbols/Framework/choices/net9.0/description": "Net9.0 di destinazione",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Net10.0 di destinazione",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Framework",
"symbols/langVersion/description": "Imposta la proprietà LangVersion nel file di progetto creato",
"symbols/langVersion/displayName": "Versione del linguaggio",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.ja.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.ja.json
similarity index 92%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.ja.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.ja.json
index 997aac7b6986..d79035c11da2 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.ja.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.ja.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "ターゲット フレームワークをオーバーライドする",
"symbols/TargetFrameworkOverride/displayName": "ターゲット フレームワークのオーバーライド",
"symbols/Framework/description": "プロジェクトのターゲット フレームワークです。",
- "symbols/Framework/choices/net9.0/description": "ターゲット net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "ターゲット net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "フレームワーク",
"symbols/langVersion/description": "作成されたプロジェクト ファイルで LangVersion プロパティを設定する",
"symbols/langVersion/displayName": "言語バージョン",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.ko.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.ko.json
similarity index 92%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.ko.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.ko.json
index 6e2e432e980b..0594e3a6de3d 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.ko.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.ko.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "대상 프레임워크를 재정의합니다",
"symbols/TargetFrameworkOverride/displayName": "대상 프레임워크 재정의",
"symbols/Framework/description": "프로젝트에 대한 대상 프레임워크입니다.",
- "symbols/Framework/choices/net9.0/description": "Target net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Target net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "프레임워크",
"symbols/langVersion/description": "만든 프로젝트 파일에 LangVersion 속성을 설정합니다",
"symbols/langVersion/displayName": "언어 버전",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.pl.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.pl.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.pl.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.pl.json
index d8c9758fbfed..0124679762d6 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.pl.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.pl.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Zastępuje platformę docelową",
"symbols/TargetFrameworkOverride/displayName": "Odrzucenie platformy docelowej",
"symbols/Framework/description": "Platforma docelowa dla tego projektu.",
- "symbols/Framework/choices/net9.0/description": "Docelowa platforma net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Docelowa platforma net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Platforma",
"symbols/langVersion/description": "Ustawia właściwość LangVersion w utworzonym pliku projektu",
"symbols/langVersion/displayName": "Wersja języka",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.pt-BR.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.pt-BR.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.pt-BR.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.pt-BR.json
index 6f0c2901f502..203c4cae923e 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.pt-BR.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.pt-BR.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Substitui a estrutura de destino",
"symbols/TargetFrameworkOverride/displayName": "Substituição da estrutura de destino",
"symbols/Framework/description": "A estrutura de destino do projeto.",
- "symbols/Framework/choices/net9.0/description": "Target net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Target net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Framework",
"symbols/langVersion/description": "Define a propriedade LangVersion no arquivo do projeto criado",
"symbols/langVersion/displayName": "Versão do idioma",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.ru.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.ru.json
similarity index 93%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.ru.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.ru.json
index b07fee0fee85..3b4d3cdc326c 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.ru.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.ru.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Переопределяет целевую платформу",
"symbols/TargetFrameworkOverride/displayName": "Переопределение целевой платформы",
"symbols/Framework/description": "Целевая платформа для проекта.",
- "symbols/Framework/choices/net9.0/description": "Целевая среда net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Целевая среда net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Платформа",
"symbols/langVersion/description": "Задает свойство LangVersion в созданном файле проекта",
"symbols/langVersion/displayName": "Версия языка",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.tr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.tr.json
similarity index 92%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.tr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.tr.json
index 88b8a4d61acb..56aaaa6b5f33 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.tr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.tr.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Hedef çerçeveyi geçersiz kılar",
"symbols/TargetFrameworkOverride/displayName": "Hedef çerçeveyi geçersiz kılma",
"symbols/Framework/description": "Projenin hedef çerçevesi.",
- "symbols/Framework/choices/net9.0/description": "Hedef net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Hedef net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Çerçeve",
"symbols/langVersion/description": "Oluşturulan proje dosyasında LangVersion özelliğini ayarlar",
"symbols/langVersion/displayName": "Dil sürümü",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.zh-Hans.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.zh-Hans.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.zh-Hans.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.zh-Hans.json
index fb539864e888..13831b1eb813 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.zh-Hans.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.zh-Hans.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "替代目标框架",
"symbols/TargetFrameworkOverride/displayName": "目标框架替代",
"symbols/Framework/description": "项目的目标框架。",
- "symbols/Framework/choices/net9.0/description": "目标 net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "目标 net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "框架",
"symbols/langVersion/description": "在创建的项目文件中设置 LangVersion 属性",
"symbols/langVersion/displayName": "语言版本",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.zh-Hant.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.zh-Hant.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.zh-Hant.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.zh-Hant.json
index bd6c279c062b..7eb49c887ffb 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.zh-Hant.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.zh-Hant.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "覆寫目標 Framework",
"symbols/TargetFrameworkOverride/displayName": "目標 Framework 覆寫",
"symbols/Framework/description": "專案的目標 Framework。",
- "symbols/Framework/choices/net9.0/description": "目標 net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "目標 net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "架構",
"symbols/langVersion/description": "設定建立的專案檔中的 LangVersion 屬性",
"symbols/langVersion/displayName": "語言版本",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/template.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/template.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/template.json
index a93e893060c7..ec1966e5ff7c 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/.template.config/template.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/template.json
@@ -9,8 +9,8 @@
"generatorVersions": "[1.0.0.0-*)",
"description": "A project for creating a command-line application that can run on .NET on Windows, Linux and macOS",
"groupIdentity": "Microsoft.Common.Console",
- "precedence": "11000",
- "identity": "Microsoft.Common.Console.CSharp.9.0",
+ "precedence": "12000",
+ "identity": "Microsoft.Common.Console.CSharp.10.0",
"shortName": "console",
"tags": {
"language": "C#",
@@ -33,13 +33,13 @@
"datatype": "choice",
"choices": [
{
- "choice": "net9.0",
- "description": "Target net9.0",
- "displayName": ".NET 9.0"
+ "choice": "net10.0",
+ "description": "Target net10.0",
+ "displayName": ".NET 10.0"
}
],
- "replaces": "net9.0",
- "defaultValue": "net9.0",
+ "replaces": "net10.0",
+ "defaultValue": "net10.0",
"displayName": "Framework"
},
"langVersion": {
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/Company.ConsoleApplication1.csproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/Company.ConsoleApplication1.csproj
similarity index 96%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/Company.ConsoleApplication1.csproj
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/Company.ConsoleApplication1.csproj
index e9366d04da90..4e2fd4f78362 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/Company.ConsoleApplication1.csproj
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/Company.ConsoleApplication1.csproj
@@ -2,7 +2,7 @@
Exe
- net9.0
+ net10.0
TargetFrameworkOverride
Company.ConsoleApplication1
$(ProjectLanguageVersion)
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/Program.cs b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/Program.cs
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-CSharp/Program.cs
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/Program.cs
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/dotnetcli.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/dotnetcli.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/dotnetcli.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/ide.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/ide.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/ide.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/ide.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/ide/icon.ico b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/ide/icon.ico
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/ide/icon.ico
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/ide/icon.ico
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.cs.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.cs.json
similarity index 87%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.cs.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.cs.json
index 686228be25a8..5e3de05d16fc 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.cs.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.cs.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Přepíše cílovou architekturu.",
"symbols/TargetFrameworkOverride/displayName": "Přepsání cílové architektury",
"symbols/Framework/description": "Cílová architektura pro projekt",
- "symbols/Framework/choices/net9.0/description": "Target net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Target net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Framework",
"symbols/skipRestore/description": "Pokud se tato možnost zadá, přeskočí automatické obnovení projektu při vytvoření.",
"symbols/skipRestore/displayName": "Přeskočit obnovení",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.de.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.de.json
similarity index 88%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.de.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.de.json
index 4ee2569fd1d4..1d8ef8910361 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.de.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.de.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Überschreibt das Zielframework",
"symbols/TargetFrameworkOverride/displayName": "Zielframeworküberschreibung",
"symbols/Framework/description": "Das Zielframework für das Projekt.",
- "symbols/Framework/choices/net9.0/description": "Ziel net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Ziel net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Framework",
"symbols/skipRestore/description": "Wenn angegeben, wird die automatische Wiederherstellung des Projekts beim Erstellen übersprungen.",
"symbols/skipRestore/displayName": "Wiederherstellung überspringen",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.en.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.en.json
similarity index 86%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.en.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.en.json
index ea0cbbd24cf8..241dfda8aab2 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.en.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.en.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/TargetFrameworkOverride/displayName": "Target framework override",
"symbols/Framework/description": "The target framework for the project.",
- "symbols/Framework/choices/net9.0/description": "Target net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Target net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Framework",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"symbols/skipRestore/displayName": "Skip restore",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.es.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.es.json
similarity index 87%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.es.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.es.json
index c4d2ac10472b..dca950af3937 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.es.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.es.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Invalida la plataforma de destino",
"symbols/TargetFrameworkOverride/displayName": "Invalidación de la plataforma de destino",
"symbols/Framework/description": "Marco de destino del proyecto.",
- "symbols/Framework/choices/net9.0/description": "Net9.0 de destino",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Net10.0 de destino",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Plataforma",
"symbols/skipRestore/description": "Si se especifica, se omite la restauración automática del proyecto durante la creación.",
"symbols/skipRestore/displayName": "Omitir restauración",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.fr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.fr.json
similarity index 87%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.fr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.fr.json
index 06cd4d9faf43..9db148eed994 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.fr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.fr.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Remplace l’infrastructure cible",
"symbols/TargetFrameworkOverride/displayName": "Remplacement du cadre cible",
"symbols/Framework/description": "Framework cible du projet.",
- "symbols/Framework/choices/net9.0/description": "Net9.0 cible",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Net10.0 cible",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Infrastructure",
"symbols/skipRestore/description": "S’il est spécifié, ignore la restauration automatique du projet lors de la création.",
"symbols/skipRestore/displayName": "Ignorer la restauration",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.it.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.it.json
similarity index 86%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.it.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.it.json
index 62ab521a15a3..036cadec2ed6 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.it.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.it.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Ignora il framework di destinazione",
"symbols/TargetFrameworkOverride/displayName": "Override del framework di destinazione",
"symbols/Framework/description": "Il framework di destinazione per il progetto.",
- "symbols/Framework/choices/net9.0/description": "Net9.0 di destinazione",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Net10.0 di destinazione",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Framework",
"symbols/skipRestore/description": "Se specificato, ignora il ripristino automatico del progetto durante la creazione.",
"symbols/skipRestore/displayName": "Salta ripristino",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.ja.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.ja.json
similarity index 88%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.ja.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.ja.json
index 54e3a22b48e8..2d1c2d3b261a 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.ja.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.ja.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "ターゲット フレームワークをオーバーライドする",
"symbols/TargetFrameworkOverride/displayName": "ターゲット フレームワークのオーバーライド",
"symbols/Framework/description": "プロジェクトのターゲット フレームワークです。",
- "symbols/Framework/choices/net9.0/description": "ターゲット net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "ターゲット net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "フレームワーク",
"symbols/skipRestore/description": "指定した場合、作成時にプロジェクトの自動復元がスキップされます。",
"symbols/skipRestore/displayName": "復元のスキップ",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.ko.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.ko.json
similarity index 87%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.ko.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.ko.json
index 74e2225ba177..1765549ca8cf 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.ko.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.ko.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "대상 프레임워크를 재정의합니다",
"symbols/TargetFrameworkOverride/displayName": "대상 프레임워크 재정의",
"symbols/Framework/description": "프로젝트에 대한 대상 프레임워크입니다.",
- "symbols/Framework/choices/net9.0/description": "Target net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Target net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "프레임워크",
"symbols/skipRestore/description": "지정된 경우, 프로젝트 생성 시 자동 복원을 건너뜁니다.",
"symbols/skipRestore/displayName": "복원 건너뛰기",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.pl.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.pl.json
similarity index 87%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.pl.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.pl.json
index ad993d927e2d..88f20aba44fa 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.pl.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.pl.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Zastępuje platformę docelową",
"symbols/TargetFrameworkOverride/displayName": "Odrzucenie platformy docelowej",
"symbols/Framework/description": "Platforma docelowa dla tego projektu.",
- "symbols/Framework/choices/net9.0/description": "Docelowa platforma net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Docelowa platforma net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Platforma",
"symbols/skipRestore/description": "Jeśli ta opcja jest określona, pomija automatyczne przywracanie projektu podczas tworzenia.",
"symbols/skipRestore/displayName": "Pomiń przywracanie",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.pt-BR.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.pt-BR.json
similarity index 87%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.pt-BR.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.pt-BR.json
index d7dbba67daaf..5cda355f71a6 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.pt-BR.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.pt-BR.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Substitui a estrutura de destino",
"symbols/TargetFrameworkOverride/displayName": "Substituição da estrutura de destino",
"symbols/Framework/description": "A estrutura de destino do projeto.",
- "symbols/Framework/choices/net9.0/description": "Target net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Target net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Framework",
"symbols/skipRestore/description": "Se especificado, ignora a restauração automática do projeto sendo criado.",
"symbols/skipRestore/displayName": "Ignorar restauração",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.ru.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.ru.json
similarity index 89%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.ru.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.ru.json
index 89707233a983..6780453389a7 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.ru.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.ru.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Переопределяет целевую платформу",
"symbols/TargetFrameworkOverride/displayName": "Переопределение целевой платформы",
"symbols/Framework/description": "Целевая платформа для проекта.",
- "symbols/Framework/choices/net9.0/description": "Целевая среда net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Целевая среда net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Платформа",
"symbols/skipRestore/description": "Если установлено, автоматическое восстановление проекта при создании пропускается.",
"symbols/skipRestore/displayName": "Пропустить восстановление",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.tr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.tr.json
similarity index 87%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.tr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.tr.json
index 982cfd6a5fe3..1c5b39fb1dfe 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.tr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.tr.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Hedef çerçeveyi geçersiz kılar",
"symbols/TargetFrameworkOverride/displayName": "Hedef çerçeveyi geçersiz kılma",
"symbols/Framework/description": "Projenin hedef çerçevesi.",
- "symbols/Framework/choices/net9.0/description": "Hedef net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Hedef net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Çerçeve",
"symbols/skipRestore/description": "Belirtilirse, oluşturma sırasında projenin otomatik geri yüklenmesini atlar.",
"symbols/skipRestore/displayName": "Geri yüklemeyi atla",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.zh-Hans.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.zh-Hans.json
similarity index 86%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.zh-Hans.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.zh-Hans.json
index 39ac24d9767e..e0c98ff552f1 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.zh-Hans.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.zh-Hans.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "替代目标框架",
"symbols/TargetFrameworkOverride/displayName": "目标框架替代",
"symbols/Framework/description": "项目的目标框架。",
- "symbols/Framework/choices/net9.0/description": "目标 net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "目标 net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "框架",
"symbols/skipRestore/description": "如果指定,则在创建时跳过项目的自动还原。",
"symbols/skipRestore/displayName": "跳过还原",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.zh-Hant.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.zh-Hant.json
similarity index 86%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.zh-Hant.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.zh-Hant.json
index b77fb973be47..a4a6af35acf1 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.zh-Hant.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.zh-Hant.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "覆寫目標 Framework",
"symbols/TargetFrameworkOverride/displayName": "目標 Framework 覆寫",
"symbols/Framework/description": "專案的目標 Framework。",
- "symbols/Framework/choices/net9.0/description": "目標 net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "目標 net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "架構",
"symbols/skipRestore/description": "若指定,會在建立時跳過專案的自動還原。",
"symbols/skipRestore/displayName": "略過還原",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/template.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/template.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/template.json
index 66c46c695173..ea8d64a0fcae 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/.template.config/template.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/template.json
@@ -9,8 +9,8 @@
"generatorVersions": "[1.0.0.0-*)",
"description": "A project for creating a command-line application that can run on .NET on Windows, Linux and macOS",
"groupIdentity": "Microsoft.Common.Console",
- "precedence": "11000",
- "identity": "Microsoft.Common.Console.FSharp.9.0",
+ "precedence": "12000",
+ "identity": "Microsoft.Common.Console.FSharp.10.0",
"shortName": "console",
"tags": {
"language": "F#",
@@ -33,13 +33,13 @@
"datatype": "choice",
"choices": [
{
- "choice": "net9.0",
- "description": "Target net9.0",
- "displayName": ".NET 9.0"
+ "choice": "net10.0",
+ "description": "Target net10.0",
+ "displayName": ".NET 10.0"
}
],
- "replaces": "net9.0",
- "defaultValue": "net9.0",
+ "replaces": "net10.0",
+ "defaultValue": "net10.0",
"displayName": "Framework"
},
"HostIdentifier": {
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/Company.ConsoleApplication1.fsproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/Company.ConsoleApplication1.fsproj
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/Company.ConsoleApplication1.fsproj
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/Company.ConsoleApplication1.fsproj
index 160bc84005b4..b1eef9bf352c 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/Company.ConsoleApplication1.fsproj
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/Company.ConsoleApplication1.fsproj
@@ -2,7 +2,7 @@
Exe
- net9.0
+ net10.0
TargetFrameworkOverride
Company.ConsoleApplication1
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/Program.fs b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/Program.fs
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-FSharp/Program.fs
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/Program.fs
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/dotnetcli.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/dotnetcli.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/dotnetcli.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/ide.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/ide.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/ide.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/ide.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/ide/icon.ico b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/ide/icon.ico
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/ide/icon.ico
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/ide/icon.ico
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.cs.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.cs.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.cs.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.cs.json
index f9d2e7f417d4..717d438ca72c 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.cs.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.cs.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Přepíše cílovou architekturu.",
"symbols/TargetFrameworkOverride/displayName": "Přepsání cílové architektury",
"symbols/Framework/description": "Cílová architektura pro projekt",
- "symbols/Framework/choices/net9.0/description": "Target net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Target net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Framework",
"symbols/langVersion/description": "Nastaví vlastnost LangVersion ve vytvořeném souboru projektu.",
"symbols/langVersion/displayName": "Verze jazyka",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.de.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.de.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.de.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.de.json
index 490d1e3e6069..a81318c2dfd4 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.de.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.de.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Überschreibt das Zielframework",
"symbols/TargetFrameworkOverride/displayName": "Zielframeworküberschreibung",
"symbols/Framework/description": "Das Zielframework für das Projekt.",
- "symbols/Framework/choices/net9.0/description": "Ziel net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Ziel net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Framework",
"symbols/langVersion/description": "Legt die „LangVersion“-Eigenschaft in der erstellten Projektdatei fest",
"symbols/langVersion/displayName": "Sprachversion",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.en.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.en.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.en.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.en.json
index 6903d6f81e4d..745e15081005 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.en.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.en.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/TargetFrameworkOverride/displayName": "Target framework override",
"symbols/Framework/description": "The target framework for the project.",
- "symbols/Framework/choices/net9.0/description": "Target net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Target net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Framework",
"symbols/langVersion/description": "Sets the LangVersion property in the created project file",
"symbols/langVersion/displayName": "Language version",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.es.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.es.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.es.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.es.json
index 2cb319c156b9..10be418d79e4 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.es.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.es.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Invalida la plataforma de destino",
"symbols/TargetFrameworkOverride/displayName": "Invalidación de la plataforma de destino",
"symbols/Framework/description": "Marco de destino del proyecto.",
- "symbols/Framework/choices/net9.0/description": "Net9.0 de destino",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Net10.0 de destino",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Plataforma",
"symbols/langVersion/description": "Establece la propiedad LangVersion en el archivo de proyecto creado.",
"symbols/langVersion/displayName": "Versión de lenguaje",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.fr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.fr.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.fr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.fr.json
index 6fd6075a479c..f4884dbd780e 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.fr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.fr.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Remplace l’infrastructure cible",
"symbols/TargetFrameworkOverride/displayName": "Remplacement du cadre cible",
"symbols/Framework/description": "Framework cible du projet.",
- "symbols/Framework/choices/net9.0/description": "Net9.0 cible",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Net10.0 cible",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Infrastructure",
"symbols/langVersion/description": "Définit la propriété LangVersion dans le fichier projet créé",
"symbols/langVersion/displayName": "Version du langage",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.it.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.it.json
similarity index 89%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.it.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.it.json
index d19c6fc44da3..269b4aa077cb 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.it.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.it.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Ignora il framework di destinazione",
"symbols/TargetFrameworkOverride/displayName": "Override del framework di destinazione",
"symbols/Framework/description": "Il framework di destinazione per il progetto.",
- "symbols/Framework/choices/net9.0/description": "Net9.0 di destinazione",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Net10.0 di destinazione",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Framework",
"symbols/langVersion/description": "Imposta la proprietà LangVersion nel file di progetto creato",
"symbols/langVersion/displayName": "Versione del linguaggio",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.ja.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.ja.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.ja.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.ja.json
index 2936d54fb521..7c361d7930d1 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.ja.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.ja.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "ターゲット フレームワークをオーバーライドする",
"symbols/TargetFrameworkOverride/displayName": "ターゲット フレームワークのオーバーライド",
"symbols/Framework/description": "プロジェクトのターゲット フレームワークです。",
- "symbols/Framework/choices/net9.0/description": "ターゲット net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "ターゲット net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "フレームワーク",
"symbols/langVersion/description": "作成されたプロジェクト ファイルで LangVersion プロパティを設定する",
"symbols/langVersion/displayName": "言語バージョン",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.ko.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.ko.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.ko.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.ko.json
index d815548fc7ae..b415ba15ab21 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.ko.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.ko.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "대상 프레임워크를 재정의합니다",
"symbols/TargetFrameworkOverride/displayName": "대상 프레임워크 재정의",
"symbols/Framework/description": "프로젝트에 대한 대상 프레임워크입니다.",
- "symbols/Framework/choices/net9.0/description": "Target net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Target net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "프레임워크",
"symbols/langVersion/description": "만든 프로젝트 파일에 LangVersion 속성을 설정합니다",
"symbols/langVersion/displayName": "언어 버전",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.pl.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.pl.json
similarity index 89%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.pl.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.pl.json
index f944ca715dd8..98a34a82f6ab 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.pl.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.pl.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Zastępuje platformę docelową",
"symbols/TargetFrameworkOverride/displayName": "Odrzucenie platformy docelowej",
"symbols/Framework/description": "Platforma docelowa dla tego projektu.",
- "symbols/Framework/choices/net9.0/description": "Docelowa platforma net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Docelowa platforma net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Platforma",
"symbols/langVersion/description": "Ustawia właściwość LangVersion w utworzonym pliku projektu",
"symbols/langVersion/displayName": "Wersja języka",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.pt-BR.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.pt-BR.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.pt-BR.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.pt-BR.json
index 53bf0a1d6751..42095514f2ca 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.pt-BR.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.pt-BR.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Substitui a estrutura de destino",
"symbols/TargetFrameworkOverride/displayName": "Substituição da estrutura de destino",
"symbols/Framework/description": "A estrutura de destino do projeto.",
- "symbols/Framework/choices/net9.0/description": "Target net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Target net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Framework",
"symbols/langVersion/description": "Define a propriedade LangVersion no arquivo do projeto criado",
"symbols/langVersion/displayName": "Versão do idioma",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.ru.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.ru.json
similarity index 92%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.ru.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.ru.json
index e109cbff0934..4f7a6381d437 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.ru.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.ru.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Переопределяет целевую платформу",
"symbols/TargetFrameworkOverride/displayName": "Переопределение целевой платформы",
"symbols/Framework/description": "Целевая платформа для проекта.",
- "symbols/Framework/choices/net9.0/description": "Целевая среда net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Целевая среда net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Платформа",
"symbols/langVersion/description": "Задает свойство LangVersion в созданном файле проекта",
"symbols/langVersion/displayName": "Версия языка",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.tr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.tr.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.tr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.tr.json
index 3e0c5ec48c83..68f2043da032 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.tr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.tr.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Hedef çerçeveyi geçersiz kılar",
"symbols/TargetFrameworkOverride/displayName": "Hedef çerçeveyi geçersiz kılma",
"symbols/Framework/description": "Projenin hedef çerçevesi.",
- "symbols/Framework/choices/net9.0/description": "Hedef net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "Hedef net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Çerçeve",
"symbols/langVersion/description": "Oluşturulan proje dosyasında LangVersion özelliğini ayarlar",
"symbols/langVersion/displayName": "Dil sürümü",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json
similarity index 89%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json
index f7cbb05e4b91..e260b00601a7 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "替代目标框架",
"symbols/TargetFrameworkOverride/displayName": "目标框架替代",
"symbols/Framework/description": "项目的目标框架。",
- "symbols/Framework/choices/net9.0/description": "目标 net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "目标 net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "框架",
"symbols/langVersion/description": "在创建的项目文件中设置 LangVersion 属性",
"symbols/langVersion/displayName": "语言版本",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json
similarity index 89%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json
index 14b5d2765e40..73541f692aea 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "覆寫目標 Framework",
"symbols/TargetFrameworkOverride/displayName": "目標 Framework 覆寫",
"symbols/Framework/description": "專案的目標 Framework。",
- "symbols/Framework/choices/net9.0/description": "目標 net9.0",
- "symbols/Framework/choices/net9.0/displayName": ".NET 9.0",
+ "symbols/Framework/choices/net10.0/description": "目標 net10.0",
+ "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "架構",
"symbols/langVersion/description": "設定建立的專案檔中的 LangVersion 屬性",
"symbols/langVersion/displayName": "語言版本",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/template.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/template.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/template.json
index 70fb67edd7e2..c340f531a946 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/.template.config/template.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/template.json
@@ -9,8 +9,8 @@
"generatorVersions": "[1.0.0.0-*)",
"description": "A project for creating a command-line application that can run on .NET on Windows, Linux and macOS",
"groupIdentity": "Microsoft.Common.Console",
- "precedence": "11000",
- "identity": "Microsoft.Common.Console.VisualBasic.9.0",
+ "precedence": "12000",
+ "identity": "Microsoft.Common.Console.VisualBasic.10.0",
"shortName": "console",
"tags": {
"language": "VB",
@@ -33,13 +33,13 @@
"datatype": "choice",
"choices": [
{
- "choice": "net9.0",
- "description": "Target net9.0",
- "displayName": ".NET 9.0"
+ "choice": "net10.0",
+ "description": "Target net10.0",
+ "displayName": ".NET 10.0"
}
],
- "replaces": "net9.0",
- "defaultValue": "net9.0",
+ "replaces": "net10.0",
+ "defaultValue": "net10.0",
"displayName": "Framework"
},
"langVersion": {
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/Company.ConsoleApplication1.vbproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/Company.ConsoleApplication1.vbproj
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/Company.ConsoleApplication1.vbproj
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/Company.ConsoleApplication1.vbproj
index 442a90640a91..50fd38f4c5a9 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/Company.ConsoleApplication1.vbproj
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/Company.ConsoleApplication1.vbproj
@@ -3,7 +3,7 @@
Exe
Company.ConsoleApplication1
- net9.0
+ net10.0
TargetFrameworkOverride
$(ProjectLanguageVersion)
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/Program.vb b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/Program.vb
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/ConsoleApplication-VisualBasic/Program.vb
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/Program.vb
diff --git a/test/EndToEnd.Tests/ProjectBuildTests.cs b/test/EndToEnd.Tests/ProjectBuildTests.cs
index bef058aff8f7..664a9e241ee9 100644
--- a/test/EndToEnd.Tests/ProjectBuildTests.cs
+++ b/test/EndToEnd.Tests/ProjectBuildTests.cs
@@ -411,8 +411,6 @@ private static string DetectExpectedDefaultFramework(string template = "")
if (template.StartsWith("mstest")
|| template.StartsWith("winforms")
|| template.StartsWith("wpf")
- || template.StartsWith("classlib")
- || template.StartsWith("console")
|| template.StartsWith("nunit")
|| template.StartsWith("xunit"))
{
diff --git a/test/Microsoft.TemplateEngine.Cli.UnitTests/ParserTests/Approvals/TabCompletionTests.TemplateCommand_GetAllSuggestions.verified.txt b/test/Microsoft.TemplateEngine.Cli.UnitTests/ParserTests/Approvals/TabCompletionTests.TemplateCommand_GetAllSuggestions.verified.txt
index 143e59e18a67..cb47a479fc4d 100644
--- a/test/Microsoft.TemplateEngine.Cli.UnitTests/ParserTests/Approvals/TabCompletionTests.TemplateCommand_GetAllSuggestions.verified.txt
+++ b/test/Microsoft.TemplateEngine.Cli.UnitTests/ParserTests/Approvals/TabCompletionTests.TemplateCommand_GetAllSuggestions.verified.txt
@@ -32,8 +32,8 @@ Default: false
Detail:
The target framework for the project.
Type: choice
- net9.0 Target net9.0
-Default: net9.0
+ net10.0 Target net10.0
+Default: net10.0
},
{
@@ -125,8 +125,8 @@ Default: false
Detail:
The target framework for the project.
Type: choice
- net9.0 Target net9.0
-Default: net9.0
+ net10.0 Target net10.0
+Default: net10.0
},
{
diff --git a/test/dotnet-new.Tests/Approvals/DotnetCSharpClassTemplatesTest.class.verified/ClassLib.csproj b/test/dotnet-new.Tests/Approvals/DotnetCSharpClassTemplatesTest.class.verified/ClassLib.csproj
index 125f4c93bc98..b760144708e7 100644
--- a/test/dotnet-new.Tests/Approvals/DotnetCSharpClassTemplatesTest.class.verified/ClassLib.csproj
+++ b/test/dotnet-new.Tests/Approvals/DotnetCSharpClassTemplatesTest.class.verified/ClassLib.csproj
@@ -1,7 +1,7 @@
- net9.0
+ net10.0
enable
enable
diff --git a/test/dotnet-new.Tests/Approvals/DotnetCSharpClassTemplatesTest.enum.verified/ClassLib.csproj b/test/dotnet-new.Tests/Approvals/DotnetCSharpClassTemplatesTest.enum.verified/ClassLib.csproj
index 125f4c93bc98..b760144708e7 100644
--- a/test/dotnet-new.Tests/Approvals/DotnetCSharpClassTemplatesTest.enum.verified/ClassLib.csproj
+++ b/test/dotnet-new.Tests/Approvals/DotnetCSharpClassTemplatesTest.enum.verified/ClassLib.csproj
@@ -1,7 +1,7 @@
- net9.0
+ net10.0
enable
enable
diff --git a/test/dotnet-new.Tests/Approvals/DotnetCSharpClassTemplatesTest.interface.verified/ClassLib.csproj b/test/dotnet-new.Tests/Approvals/DotnetCSharpClassTemplatesTest.interface.verified/ClassLib.csproj
index 125f4c93bc98..b760144708e7 100644
--- a/test/dotnet-new.Tests/Approvals/DotnetCSharpClassTemplatesTest.interface.verified/ClassLib.csproj
+++ b/test/dotnet-new.Tests/Approvals/DotnetCSharpClassTemplatesTest.interface.verified/ClassLib.csproj
@@ -1,7 +1,7 @@
- net9.0
+ net10.0
enable
enable
diff --git a/test/dotnet-new.Tests/Approvals/DotnetCSharpClassTemplatesTest.record.langVersion=9.0.verified/ClassLib.csproj b/test/dotnet-new.Tests/Approvals/DotnetCSharpClassTemplatesTest.record.langVersion=9.0.verified/ClassLib.csproj
index 66245e685042..dca87006c69e 100644
--- a/test/dotnet-new.Tests/Approvals/DotnetCSharpClassTemplatesTest.record.langVersion=9.0.verified/ClassLib.csproj
+++ b/test/dotnet-new.Tests/Approvals/DotnetCSharpClassTemplatesTest.record.langVersion=9.0.verified/ClassLib.csproj
@@ -1,7 +1,7 @@
- net9.0
+ net10.0
9.0
enable
diff --git a/test/dotnet-new.Tests/Approvals/DotnetCSharpClassTemplatesTest.record.verified/ClassLib.csproj b/test/dotnet-new.Tests/Approvals/DotnetCSharpClassTemplatesTest.record.verified/ClassLib.csproj
index 125f4c93bc98..b760144708e7 100644
--- a/test/dotnet-new.Tests/Approvals/DotnetCSharpClassTemplatesTest.record.verified/ClassLib.csproj
+++ b/test/dotnet-new.Tests/Approvals/DotnetCSharpClassTemplatesTest.record.verified/ClassLib.csproj
@@ -1,7 +1,7 @@
- net9.0
+ net10.0
enable
enable
diff --git a/test/dotnet-new.Tests/Approvals/DotnetCSharpClassTemplatesTest.struct.langVersion=10.verified/ClassLib.csproj b/test/dotnet-new.Tests/Approvals/DotnetCSharpClassTemplatesTest.struct.langVersion=10.verified/ClassLib.csproj
index ab05f1540784..0a37ceefe34d 100644
--- a/test/dotnet-new.Tests/Approvals/DotnetCSharpClassTemplatesTest.struct.langVersion=10.verified/ClassLib.csproj
+++ b/test/dotnet-new.Tests/Approvals/DotnetCSharpClassTemplatesTest.struct.langVersion=10.verified/ClassLib.csproj
@@ -1,7 +1,7 @@
- net9.0
+ net10.0
10
enable
enable
diff --git a/test/dotnet-new.Tests/Approvals/DotnetCSharpClassTemplatesTest.struct.verified/ClassLib.csproj b/test/dotnet-new.Tests/Approvals/DotnetCSharpClassTemplatesTest.struct.verified/ClassLib.csproj
index 125f4c93bc98..b760144708e7 100644
--- a/test/dotnet-new.Tests/Approvals/DotnetCSharpClassTemplatesTest.struct.verified/ClassLib.csproj
+++ b/test/dotnet-new.Tests/Approvals/DotnetCSharpClassTemplatesTest.struct.verified/ClassLib.csproj
@@ -1,7 +1,7 @@
- net9.0
+ net10.0
enable
enable
diff --git a/test/dotnet-new.Tests/Approvals/DotnetNewHelpTests.CanShowHelpForTemplate_MatchOnLanguage.verified.txt b/test/dotnet-new.Tests/Approvals/DotnetNewHelpTests.CanShowHelpForTemplate_MatchOnLanguage.verified.txt
index fc2d85efc9b4..c8b6d687ece2 100644
--- a/test/dotnet-new.Tests/Approvals/DotnetNewHelpTests.CanShowHelpForTemplate_MatchOnLanguage.verified.txt
+++ b/test/dotnet-new.Tests/Approvals/DotnetNewHelpTests.CanShowHelpForTemplate_MatchOnLanguage.verified.txt
@@ -16,16 +16,16 @@ Options:
--type Specifies the template type to instantiate.
Template options:
- -f, --framework The target framework for the project.
- Type: choice
- net9.0 Target net9.0
- net8.0 Target net8.0
- net7.0 Target net7.0
- net6.0 Target net6.0
- Default: net9.0
- --no-restore If specified, skips the automatic restore of the project on create.
- Type: bool
- Default: false
+ -f, --framework The target framework for the project.
+ Type: choice
+ net10.0 Target net10.0
+ net8.0 Target net8.0
+ net7.0 Target net7.0
+ net6.0 Target net6.0
+ Default: net10.0
+ --no-restore If specified, skips the automatic restore of the project on create.
+ Type: bool
+ Default: false
To see help for other template languages (C#, VB), use --language option:
dotnet new console -h --language C#
\ No newline at end of file
diff --git a/test/dotnet-new.Tests/Approvals/DotnetNewHelpTests.CanShowHelpForTemplate_MatchOnNonChoiceParam.verified.txt b/test/dotnet-new.Tests/Approvals/DotnetNewHelpTests.CanShowHelpForTemplate_MatchOnNonChoiceParam.verified.txt
index bf4821d11b44..46ecba8cc56e 100644
--- a/test/dotnet-new.Tests/Approvals/DotnetNewHelpTests.CanShowHelpForTemplate_MatchOnNonChoiceParam.verified.txt
+++ b/test/dotnet-new.Tests/Approvals/DotnetNewHelpTests.CanShowHelpForTemplate_MatchOnNonChoiceParam.verified.txt
@@ -16,24 +16,24 @@ Options:
--type Specifies the template type to instantiate.
Template options:
- -f, --framework The target framework for the project.
- Type: choice
- net9.0 Target net9.0
- net8.0 Target net8.0
- net7.0 Target net7.0
- net6.0 Target net6.0
- Default: net9.0
- --langVersion Sets the LangVersion property in the created project file
- Type: text
- --no-restore If specified, skips the automatic restore of the project on create.
- Type: bool
- Default: false
- --use-program-main Whether to generate an explicit Program class and Main method instead of top-level statements.
- Type: bool
- Default: false
- --aot Whether to enable the project for publishing as native AOT.
- Type: bool
- Default: false
+ -f, --framework The target framework for the project.
+ Type: choice
+ net10.0 Target net10.0
+ net8.0 Target net8.0
+ net7.0 Target net7.0
+ net6.0 Target net6.0
+ Default: net10.0
+ --langVersion Sets the LangVersion property in the created project file
+ Type: text
+ --no-restore If specified, skips the automatic restore of the project on create.
+ Type: bool
+ Default: false
+ --use-program-main Whether to generate an explicit Program class and Main method instead of top-level statements.
+ Type: bool
+ Default: false
+ --aot Whether to enable the project for publishing as native AOT.
+ Type: bool
+ Default: false
To see help for other template languages (F#, VB), use --language option:
dotnet new console -h --language F#
\ No newline at end of file
diff --git a/test/dotnet-new.Tests/Approvals/DotnetNewHelpTests.CanShowHelpForTemplate_classlib.verified.txt b/test/dotnet-new.Tests/Approvals/DotnetNewHelpTests.CanShowHelpForTemplate_classlib.verified.txt
index 5422d8438f59..ee4e178c5b2f 100644
--- a/test/dotnet-new.Tests/Approvals/DotnetNewHelpTests.CanShowHelpForTemplate_classlib.verified.txt
+++ b/test/dotnet-new.Tests/Approvals/DotnetNewHelpTests.CanShowHelpForTemplate_classlib.verified.txt
@@ -16,20 +16,20 @@ Options:
--type Specifies the template type to instantiate.
Template options:
- -f, --framework The target framework for the project.
- Type: choice
- net9.0 Target net9.0
- netstandard2.1 Target netstandard2.1
- netstandard2.0 Target netstandard2.0
- net8.0 Target net8.0
- net7.0 Target net7.0
- net6.0 Target net6.0
- Default: net9.0
- --langVersion Sets the LangVersion property in the created project file
- Type: text
- --no-restore If specified, skips the automatic restore of the project on create.
- Type: bool
- Default: false
+ -f, --framework The target framework for the project.
+ Type: choice
+ net10.0 Target net10.0
+ netstandard2.1 Target netstandard2.1
+ netstandard2.0 Target netstandard2.0
+ net8.0 Target net8.0
+ net7.0 Target net7.0
+ net6.0 Target net6.0
+ Default: net10.0
+ --langVersion Sets the LangVersion property in the created project file
+ Type: text
+ --no-restore If specified, skips the automatic restore of the project on create.
+ Type: bool
+ Default: false
To see help for other template languages (F#, VB), use --language option:
dotnet new classlib -h --language F#
\ No newline at end of file
diff --git a/test/dotnet-new.Tests/Approvals/DotnetNewHelpTests.CanShowHelpForTemplate_console.verified.txt b/test/dotnet-new.Tests/Approvals/DotnetNewHelpTests.CanShowHelpForTemplate_console.verified.txt
index bf4821d11b44..46ecba8cc56e 100644
--- a/test/dotnet-new.Tests/Approvals/DotnetNewHelpTests.CanShowHelpForTemplate_console.verified.txt
+++ b/test/dotnet-new.Tests/Approvals/DotnetNewHelpTests.CanShowHelpForTemplate_console.verified.txt
@@ -16,24 +16,24 @@ Options:
--type Specifies the template type to instantiate.
Template options:
- -f, --framework The target framework for the project.
- Type: choice
- net9.0 Target net9.0
- net8.0 Target net8.0
- net7.0 Target net7.0
- net6.0 Target net6.0
- Default: net9.0
- --langVersion Sets the LangVersion property in the created project file
- Type: text
- --no-restore If specified, skips the automatic restore of the project on create.
- Type: bool
- Default: false
- --use-program-main Whether to generate an explicit Program class and Main method instead of top-level statements.
- Type: bool
- Default: false
- --aot Whether to enable the project for publishing as native AOT.
- Type: bool
- Default: false
+ -f, --framework The target framework for the project.
+ Type: choice
+ net10.0 Target net10.0
+ net8.0 Target net8.0
+ net7.0 Target net7.0
+ net6.0 Target net6.0
+ Default: net10.0
+ --langVersion Sets the LangVersion property in the created project file
+ Type: text
+ --no-restore If specified, skips the automatic restore of the project on create.
+ Type: bool
+ Default: false
+ --use-program-main Whether to generate an explicit Program class and Main method instead of top-level statements.
+ Type: bool
+ Default: false
+ --aot Whether to enable the project for publishing as native AOT.
+ Type: bool
+ Default: false
To see help for other template languages (F#, VB), use --language option:
dotnet new console -h --language F#
\ No newline at end of file
diff --git a/test/dotnet-new.Tests/Approvals/DotnetNewHelpTests.CannotShowHelpForTemplate_MatchOnChoiceWithoutValue.verified.txt b/test/dotnet-new.Tests/Approvals/DotnetNewHelpTests.CannotShowHelpForTemplate_MatchOnChoiceWithoutValue.verified.txt
index 652b7d5050c7..bd5e0e2767b4 100644
--- a/test/dotnet-new.Tests/Approvals/DotnetNewHelpTests.CannotShowHelpForTemplate_MatchOnChoiceWithoutValue.verified.txt
+++ b/test/dotnet-new.Tests/Approvals/DotnetNewHelpTests.CannotShowHelpForTemplate_MatchOnChoiceWithoutValue.verified.txt
@@ -1,10 +1,10 @@
Error: Invalid option(s):
--framework
'' is not a valid value for --framework. The possible values are:
- net6.0 - Target net6.0
- net7.0 - Target net7.0
- net8.0 - Target net8.0
- net9.0 - Target net9.0
+ net10.0 - Target net10.0
+ net6.0 - Target net6.0
+ net7.0 - Target net7.0
+ net8.0 - Target net8.0
For more information, run:
dotnet new console -h
\ No newline at end of file
diff --git a/test/dotnet-new.Tests/Approvals/DotnetNewInstantiateTests.CannotInstantiateTemplate_OnMultipleParameterErrors.verified.txt b/test/dotnet-new.Tests/Approvals/DotnetNewInstantiateTests.CannotInstantiateTemplate_OnMultipleParameterErrors.verified.txt
index 0141dbe6334e..66157d695e62 100644
--- a/test/dotnet-new.Tests/Approvals/DotnetNewInstantiateTests.CannotInstantiateTemplate_OnMultipleParameterErrors.verified.txt
+++ b/test/dotnet-new.Tests/Approvals/DotnetNewInstantiateTests.CannotInstantiateTemplate_OnMultipleParameterErrors.verified.txt
@@ -3,10 +3,10 @@
'--fake' is not a valid option
--framework netcoreapp
'netcoreapp' is not a valid value for --framework. The possible values are:
- net6.0 - Target net6.0
- net7.0 - Target net7.0
- net8.0 - Target net8.0
- net9.0 - Target net9.0
+ net10.0 - Target net10.0
+ net6.0 - Target net6.0
+ net7.0 - Target net7.0
+ net8.0 - Target net8.0
For more information, run:
dotnet new console -h
diff --git a/test/dotnet-new.Tests/Approvals/DotnetNewInstantiateTests.CannotInstantiateTemplate_WhenChoiceParameterValueIsInvalid.verified.txt b/test/dotnet-new.Tests/Approvals/DotnetNewInstantiateTests.CannotInstantiateTemplate_WhenChoiceParameterValueIsInvalid.verified.txt
index c4702854efd2..d6fdd714180d 100644
--- a/test/dotnet-new.Tests/Approvals/DotnetNewInstantiateTests.CannotInstantiateTemplate_WhenChoiceParameterValueIsInvalid.verified.txt
+++ b/test/dotnet-new.Tests/Approvals/DotnetNewInstantiateTests.CannotInstantiateTemplate_WhenChoiceParameterValueIsInvalid.verified.txt
@@ -1,10 +1,10 @@
Error: Invalid option(s):
--framework fake
'fake' is not a valid value for --framework. The possible values are:
- net6.0 - Target net6.0
- net7.0 - Target net7.0
- net8.0 - Target net8.0
- net9.0 - Target net9.0
+ net10.0 - Target net10.0
+ net6.0 - Target net6.0
+ net7.0 - Target net7.0
+ net8.0 - Target net8.0
For more information, run:
dotnet new console -h
diff --git a/test/dotnet-new.Tests/Approvals/DotnetNewInstantiateTests.CannotInstantiateTemplate_WhenChoiceParameterValueIsNotComplete.verified.txt b/test/dotnet-new.Tests/Approvals/DotnetNewInstantiateTests.CannotInstantiateTemplate_WhenChoiceParameterValueIsNotComplete.verified.txt
index 2b5ec7fecbf3..11d385423728 100644
--- a/test/dotnet-new.Tests/Approvals/DotnetNewInstantiateTests.CannotInstantiateTemplate_WhenChoiceParameterValueIsNotComplete.verified.txt
+++ b/test/dotnet-new.Tests/Approvals/DotnetNewInstantiateTests.CannotInstantiateTemplate_WhenChoiceParameterValueIsNotComplete.verified.txt
@@ -1,10 +1,10 @@
Error: Invalid option(s):
--framework net
'net' is not a valid value for --framework. The possible values are:
- net6.0 - Target net6.0
- net7.0 - Target net7.0
- net8.0 - Target net8.0
- net9.0 - Target net9.0
+ net10.0 - Target net10.0
+ net6.0 - Target net6.0
+ net7.0 - Target net7.0
+ net8.0 - Target net8.0
For more information, run:
dotnet new console -h
diff --git a/test/dotnet-new.Tests/Approvals/DotnetVisualBasicClassTemplatesTest.class.verified/ClassLib.vbproj b/test/dotnet-new.Tests/Approvals/DotnetVisualBasicClassTemplatesTest.class.verified/ClassLib.vbproj
index bf22571d7e22..b6383316cb3b 100644
--- a/test/dotnet-new.Tests/Approvals/DotnetVisualBasicClassTemplatesTest.class.verified/ClassLib.vbproj
+++ b/test/dotnet-new.Tests/Approvals/DotnetVisualBasicClassTemplatesTest.class.verified/ClassLib.vbproj
@@ -2,7 +2,7 @@
ClassLib
- net9.0
+ net10.0
diff --git a/test/dotnet-new.Tests/Approvals/DotnetVisualBasicClassTemplatesTest.enum.verified/ClassLib.vbproj b/test/dotnet-new.Tests/Approvals/DotnetVisualBasicClassTemplatesTest.enum.verified/ClassLib.vbproj
index bf22571d7e22..b6383316cb3b 100644
--- a/test/dotnet-new.Tests/Approvals/DotnetVisualBasicClassTemplatesTest.enum.verified/ClassLib.vbproj
+++ b/test/dotnet-new.Tests/Approvals/DotnetVisualBasicClassTemplatesTest.enum.verified/ClassLib.vbproj
@@ -2,7 +2,7 @@
ClassLib
- net9.0
+ net10.0
diff --git a/test/dotnet-new.Tests/Approvals/DotnetVisualBasicClassTemplatesTest.interface.verified/ClassLib.vbproj b/test/dotnet-new.Tests/Approvals/DotnetVisualBasicClassTemplatesTest.interface.verified/ClassLib.vbproj
index bf22571d7e22..b6383316cb3b 100644
--- a/test/dotnet-new.Tests/Approvals/DotnetVisualBasicClassTemplatesTest.interface.verified/ClassLib.vbproj
+++ b/test/dotnet-new.Tests/Approvals/DotnetVisualBasicClassTemplatesTest.interface.verified/ClassLib.vbproj
@@ -2,7 +2,7 @@
ClassLib
- net9.0
+ net10.0
diff --git a/test/dotnet-new.Tests/Approvals/DotnetVisualBasicClassTemplatesTest.module.verified/ClassLib.vbproj b/test/dotnet-new.Tests/Approvals/DotnetVisualBasicClassTemplatesTest.module.verified/ClassLib.vbproj
index bf22571d7e22..b6383316cb3b 100644
--- a/test/dotnet-new.Tests/Approvals/DotnetVisualBasicClassTemplatesTest.module.verified/ClassLib.vbproj
+++ b/test/dotnet-new.Tests/Approvals/DotnetVisualBasicClassTemplatesTest.module.verified/ClassLib.vbproj
@@ -2,7 +2,7 @@
ClassLib
- net9.0
+ net10.0
diff --git a/test/dotnet-new.Tests/Approvals/DotnetVisualBasicClassTemplatesTest.structure.langVersion=latest.verified/ClassLib.vbproj b/test/dotnet-new.Tests/Approvals/DotnetVisualBasicClassTemplatesTest.structure.langVersion=latest.verified/ClassLib.vbproj
index 01058ca66822..cb0e2218be1f 100644
--- a/test/dotnet-new.Tests/Approvals/DotnetVisualBasicClassTemplatesTest.structure.langVersion=latest.verified/ClassLib.vbproj
+++ b/test/dotnet-new.Tests/Approvals/DotnetVisualBasicClassTemplatesTest.structure.langVersion=latest.verified/ClassLib.vbproj
@@ -2,7 +2,7 @@
ClassLib
- net9.0
+ net10.0
latest
diff --git a/test/dotnet-new.Tests/Approvals/DotnetVisualBasicClassTemplatesTest.structure.verified/ClassLib.vbproj b/test/dotnet-new.Tests/Approvals/DotnetVisualBasicClassTemplatesTest.structure.verified/ClassLib.vbproj
index bf22571d7e22..b6383316cb3b 100644
--- a/test/dotnet-new.Tests/Approvals/DotnetVisualBasicClassTemplatesTest.structure.verified/ClassLib.vbproj
+++ b/test/dotnet-new.Tests/Approvals/DotnetVisualBasicClassTemplatesTest.structure.verified/ClassLib.vbproj
@@ -2,7 +2,7 @@
ClassLib
- net9.0
+ net10.0
diff --git a/test/dotnet-new.Tests/CommonTemplatesTests.cs b/test/dotnet-new.Tests/CommonTemplatesTests.cs
index e8f53ff541cf..2b1941764e5c 100644
--- a/test/dotnet-new.Tests/CommonTemplatesTests.cs
+++ b/test/dotnet-new.Tests/CommonTemplatesTests.cs
@@ -165,9 +165,9 @@ public void NuGetConfigPermissions()
public async Task AotVariants(string name, string language)
{
// template framework needs to be hardcoded here during the major version transition.
- // string currentDefaultFramework = $"net{Environment.Version.Major}.{Environment.Version.Minor}";
+ string currentDefaultFramework = $"net{Environment.Version.Major}.{Environment.Version.Minor}";
// Templates have not been updated to net10.0 yet "net9.0";
- string currentDefaultFramework = "net9.0";
+ // string currentDefaultFramework = "net9.0";
string workingDir = CreateTemporaryFolder(folderName: $"{name}-{language}");
string outputDir = "MyProject";
@@ -337,8 +337,8 @@ public async Task FeaturesSupport(
bool supportsFileScopedNs)
{
// Templates have not been updated to net10.0 yet "net9.0";
- string currentDefaultFramework = "net9.0";
- // string currentDefaultFramework = $"net{Environment.Version.Major}.{Environment.Version.Minor}";
+ // string currentDefaultFramework = "net9.0";
+ string currentDefaultFramework = $"net{Environment.Version.Major}.{Environment.Version.Minor}";
string workingDir = CreateTemporaryFolder(folderName: $"{name}-{langVersion ?? "null"}-{framework ?? "null"}");
string outputDir = "MyProject";