diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 6974b84d76f6..0b7cf4ba519a 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -23,7 +23,6 @@
"remoteEnv": {
"PATH": "${containerWorkspaceFolder}/.dotnet:${containerEnv:PATH}",
"DOTNET_INSTALL_DIR": "${containerWorkspaceFolder}/.dotnet",
- "DOTNET_MULTILEVEL_LOOKUP": "0",
"DOTNET_ROOT": "${containerWorkspaceFolder}/.dotnet",
"DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR": "${containerWorkspaceFolder}/.dotnet",
"NUGET_PACKAGES": "/home/vscode/.nuget/packages"
diff --git a/Directory.Build.props b/Directory.Build.props
index e13d34c71492..f9e16b6997a3 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -44,14 +44,13 @@
true
false
- net10.0
-
- net10.0
+
+
+ $(NetCurrent)
$(NetCurrent)
$(SdkTargetFramework)
net9.0
- net472
-
+ $(NetFrameworkToolCurrent)
$(SdkTargetFramework)
diff --git a/TemplateEngine.slnf b/TemplateEngine.slnf
index 633bea7265f5..2467a6ebabbd 100644
--- a/TemplateEngine.slnf
+++ b/TemplateEngine.slnf
@@ -18,7 +18,7 @@
"test\\dotnet-new.IntegrationTests\\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.10.0\\Microsoft.DotNet.Common.ProjectTemplates.10.0.csproj"
+ "template_feed\\Microsoft.DotNet.Common.ProjectTemplates.11.0\\Microsoft.DotNet.Common.ProjectTemplates.11.0.csproj"
]
}
}
diff --git a/build/RunTestsOnHelix.cmd b/build/RunTestsOnHelix.cmd
index 3dc68bb7f8af..7207970c5fe6 100644
--- a/build/RunTestsOnHelix.cmd
+++ b/build/RunTestsOnHelix.cmd
@@ -7,7 +7,6 @@ set NUGET_EXPERIMENTAL_NETWORK_RETRY_DELAY_MILLISECONDS=1000
set MicrosoftNETBuildExtensionsTargets=%HELIX_CORRELATION_PAYLOAD%\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\Microsoft.NET.Build.Extensions.targets
set DOTNET_ROOT=%HELIX_CORRELATION_PAYLOAD%\d
set PATH=%DOTNET_ROOT%;%PATH%
-set DOTNET_MULTILEVEL_LOOKUP=0
set TestFullMSBuild=%1
REM Ensure Visual Studio instances allow preview SDKs
diff --git a/documentation/specs/dotnet-run-for-maui.md b/documentation/specs/dotnet-run-for-maui.md
index 33fd374d8b67..6ee879a91010 100644
--- a/documentation/specs/dotnet-run-for-maui.md
+++ b/documentation/specs/dotnet-run-for-maui.md
@@ -56,24 +56,21 @@ to make extensible for .NET MAUI (and future) scenarios.
```xml
-
-
-
+
+
+
-
-
-
-
+
+
+
+
```
-_NOTE: each workload can decide which metadata values for `%(Type)`,
-`%(Status)`, and `%(RuntimeIdentifier)` are useful, filtering offline
-devices, etc. The output above would be analogous to running `adb
-devices`, `xcrun simctl list devices`, or `xcrun devicectl list
-devices`. The `%(RuntimeIdentifier)` metadata is optional but
-recommended, as it allows the build system to pass the appropriate RID
-to subsequent build, deploy, and run steps._
+_NOTE: each workload can decide which metadata values for `%(Type)`
+and `%(Status)` are useful, filtering offline devices, etc. The output
+above would be analogous to running `adb devices`, `xcrun simctl list
+devices`, or `xcrun devicectl list devices`._
* Continuing on...
@@ -84,8 +81,7 @@ to subsequent build, deploy, and run steps._
`--device` switch. Listing the options returned by the
`ComputeAvailableDevices` MSBuild target.
-* `build`: unchanged, but is passed `-p:Device` and optionally `-p:RuntimeIdentifier`
- if the selected device provided a `%(RuntimeIdentifier)` metadata value.
+* `build`: unchanged, but is passed `-p:Device`.
* `deploy`
@@ -93,19 +89,16 @@ to subsequent build, deploy, and run steps._
iOS or Android workload, etc.
* Call the MSBuild target, passing in the identifier for the selected
- `-p:Device` global MSBuild property, and optionally `-p:RuntimeIdentifier`
- if the selected device provided a `%(RuntimeIdentifier)` metadata value.
+ `-p:Device` global MSBuild property.
* This step needs to run, even with `--no-build`, as you may have
selected a different device.
-* `ComputeRunArguments`: unchanged, but is passed `-p:Device` and optionally
- `-p:RuntimeIdentifier` if the selected device provided a `%(RuntimeIdentifier)`
- metadata value.
+* `ComputeRunArguments`: unchanged, but is passed `-p:Device`.
* `run`: unchanged. `ComputeRunArguments` should have set a valid
`$(RunCommand)` and `$(RunArguments)` using the value supplied by
- `-p:Device` and optionally `-p:RuntimeIdentifier`.
+ `-p:Device`.
## New `dotnet run` Command-line Switches
@@ -146,20 +139,6 @@ A new `--device` switch will:
* The iOS and Android workloads will know how to interpret `$(Device)`
to select an appropriate device, emulator, or simulator.
-## Binary Logs for Device Selection
-
-When using `-bl` with `dotnet run`, all MSBuild operations are logged to a single
-binlog file: device selection, build, deploy, and run argument computation.
-
-File naming for `dotnet run` binlogs:
-
-* `-bl:filename.binlog` creates `filename-dotnet-run.binlog`
-* `-bl` creates `msbuild-dotnet-run.binlog`
-
-Note: The build step may also create `msbuild.binlog` separately. Use
-`--no-build` with `-bl` to only capture run-specific MSBuild
-operations.
-
## What about Launch Profiles?
The iOS and Android workloads ignore all
diff --git a/eng/SignCheckExclusionsFile.txt b/eng/SignCheckExclusionsFile.txt
deleted file mode 100644
index 63ec531fd6bc..000000000000
--- a/eng/SignCheckExclusionsFile.txt
+++ /dev/null
@@ -1,34 +0,0 @@
-;; File passed to the SignCheck tool for exclusions
-
-;; Dlls from packages created for tests to consume
-dotnet-dependency-context-test.dll
-dotnet-desktop-binding-redirects.exe
-dotnet-fallbackfoldertool.dll
-dotnet-hello*.dll
-dotnet-outputsframeworkversion-netcoreapp1.0*.dll
-dotnet-portable-v1-prefercli*.dll
-dotnet-portable-v1*.dll
-dotnet-portable*.dll
-dotnet-prefercliruntime*.dll
-PackageWithFakeNativeDep*.dll
-dotnet-tool-with-output-name*.dll
-
-;; Third party DLLs used by tests
-Castle.Core*.dll
-Moq*.dll
-
-;; Binary test asset
-testwpf*.dll
-
-;; Possibly no longer needed
-kerneltracecontrol*.dll
-msdia140*.dll
-
-;; Javascript files aren't signed
-*.js
-
-;; Installer exclusions
-*apphost.exe;;Template, DO-NOT-SIGN, https://github.com/dotnet/core-setup/pull/7549
-*singlefilehost.exe;;Template, DO-NOT-SIGN, https://github.com/dotnet/core-setup/pull/7549
-*comhost.dll;;Template, DO-NOT-SIGN, https://github.com/dotnet/core-setup/pull/7549
-*apphosttemplateapphostexe.exe;;Template, DO-NOT-SIGN, https://github.com/dotnet/core-setup/pull/7549
\ No newline at end of file
diff --git a/eng/Signing.props b/eng/Signing.props
index 41bba1d7a2b8..f0af6ed831fe 100644
--- a/eng/Signing.props
+++ b/eng/Signing.props
@@ -84,6 +84,7 @@
+
diff --git a/eng/Version.Details.props b/eng/Version.Details.props
index 391b9a628049..74f62d75a55f 100644
--- a/eng/Version.Details.props
+++ b/eng/Version.Details.props
@@ -6,141 +6,142 @@ This file should be imported by eng/Versions.props
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-preview.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 18.1.0-preview-25567-101
- 18.1.0-preview-25567-101
- 11.0.0-beta.25567.101
- 5.3.0-1.25567.101
- 5.3.0-1.25567.101
- 5.3.0-1.25567.101
- 5.3.0-1.25567.101
- 5.3.0-1.25567.101
- 5.3.0-1.25567.101
- 5.3.0-1.25567.101
- 5.3.0-1.25567.101
- 10.0.0-preview.25567.101
- 5.3.0-1.25567.101
- 5.3.0-1.25567.101
- 2.0.0-preview.1.25567.101
- 2.2.0-beta.25567.101
- 11.0.0-beta.25567.101
- 11.0.0-beta.25567.101
- 11.0.0-beta.25567.101
- 11.0.0-beta.25567.101
- 11.0.0-beta.25567.101
- 11.0.0-beta.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 11.0.0-beta.25567.101
- 11.0.0-beta.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 15.0.0-alpha1.25567.101
- 10.0.0-rc.3.25567.101
- 5.3.0-1.25567.101
- 5.3.0-1.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 10.0.0-preview.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 18.4.0-preview-26064-120
+ 18.4.0-preview-26064-120
+ 7.3.0-preview.1.6520
+ 11.0.100-alpha.26064.120
+ 5.4.0-2.26064.120
+ 5.4.0-2.26064.120
+ 5.4.0-2.26064.120
+ 5.4.0-2.26064.120
+ 5.4.0-2.26064.120
+ 5.4.0-2.26064.120
+ 5.4.0-2.26064.120
+ 5.4.0-2.26064.120
+ 10.0.0-preview.26064.120
+ 5.4.0-2.26064.120
+ 5.4.0-2.26064.120
+ 2.0.0-preview.1.26064.120
+ 3.0.0-alpha.26064.120
+ 11.0.0-beta.26064.120
+ 11.0.0-beta.26064.120
+ 11.0.0-beta.26064.120
+ 11.0.0-beta.26064.120
+ 11.0.0-beta.26064.120
+ 11.0.0-beta.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-beta.26064.120
+ 11.0.0-beta.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 15.2.100-alpha.26064.120
+ 11.0.0-alpha.1.26064.120
+ 5.4.0-2.26064.120
+ 5.4.0-2.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
10.0.0-preview.7.25377.103
- 10.0.0-preview.25567.101
- 10.0.0-rc.3.25567.101
- 18.1.0-preview-25567-101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 11.0.0-beta.25567.101
- 11.0.0-beta.25567.101
- 11.0.0-beta.25567.101
- 11.0.0-beta.25567.101
- 11.0.0-beta.25567.101
- 11.0.100-alpha.25567.101
- 11.0.100-alpha.25567.101
- 11.0.100-alpha.25567.101
- 11.0.100-alpha.25567.101
- 11.0.100-alpha.25567.101
- 11.0.100-alpha.25567.101
- 11.0.100-alpha.25567.101
- 11.0.100-alpha.25567.101
- 11.0.100-alpha.25567.101
- 18.1.0-preview-25567-101
- 18.1.0-preview-25567-101
- 3.2.0-preview.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 3.0.0-alpha.1.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
- 10.0.0-rc.3.25567.101
+ 10.0.0-preview.26064.120
+ 11.0.0-alpha.1.26064.120
+ 18.3.0-preview-26064-120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.100-alpha.26064.120
+ 11.0.100-alpha.26064.120
+ 11.0.100-alpha.26064.120
+ 11.0.100-alpha.26064.120
+ 11.0.100-alpha.26064.120
+ 11.0.100-alpha.26064.120
+ 11.0.100-alpha.26064.120
+ 11.0.100-alpha.26064.120
+ 11.0.100-alpha.26064.120
+ 11.0.100-alpha.26064.120
+ 11.0.100-alpha.26064.120
+ 11.0.100-alpha.26064.120
+ 11.0.100-alpha.26064.120
+ 11.0.100-alpha.26064.120
+ 18.3.0-preview-26064-120
+ 18.3.0-preview-26064-120
+ 3.3.0-preview.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 7.3.0-preview.1.6520
+ 7.3.0-preview.1.6520
+ 7.3.0-preview.1.6520
+ 7.3.0-preview.1.6520
+ 7.3.0-preview.1.6520
+ 7.3.0-preview.1.6520
+ 7.3.0-preview.1.6520
+ 7.3.0-preview.1.6520
+ 7.3.0-preview.1.6520
+ 7.3.0-preview.1.6520
+ 7.3.0-preview.1.6520
+ 7.3.0-preview.1.6520
+ 7.3.0-preview.1.6520
+ 7.3.0-preview.1.6520
+ 7.3.0-preview.1.6520
+ 7.3.0-preview.1.6520
+ 11.0.0-alpha.1.26064.120
+ 3.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
+ 11.0.0-alpha.1.26064.120
2.1.0
-
- 7.0.0-preview.2.256
- 7.0.0-preview.2.256
- 7.0.0-preview.2.256
- 7.0.0-preview.2.256
- 7.0.0-preview.2.256
- 7.0.0-preview.2.256
- 7.0.0-preview.2.256
- 7.0.0-preview.2.256
- 7.0.0-preview.2.256
- 7.0.0-preview.2.256
- 7.0.0-preview.2.256
- 7.0.0-preview.2.256
- 7.0.0-preview.2.256
- 7.0.0-preview.2.256
- 7.0.0-preview.2.256
- 7.0.0-preview.2.256
- 7.0.0-preview.2.256
2.1.0-preview.26064.3
4.1.0-preview.26064.3
@@ -175,6 +176,7 @@ This file should be imported by eng/Versions.props
$(MicrosoftBclAsyncInterfacesPackageVersion)
$(MicrosoftBuildPackageVersion)
$(MicrosoftBuildLocalizationPackageVersion)
+ $(MicrosoftBuildNuGetSdkResolverPackageVersion)
$(MicrosoftBuildTasksGitPackageVersion)
$(MicrosoftCodeAnalysisPackageVersion)
$(MicrosoftCodeAnalysisBuildClientPackageVersion)
@@ -195,8 +197,10 @@ This file should be imported by eng/Versions.props
$(MicrosoftDotNetBuildTasksWorkloadsPackageVersion)
$(MicrosoftDotNetHelixSdkPackageVersion)
$(MicrosoftDotNetSignToolPackageVersion)
- $(MicrosoftDotNetWebItemTemplates100PackageVersion)
- $(MicrosoftDotNetWebProjectTemplates100PackageVersion)
+ $(MicrosoftDotNetWebItemTemplates110PackageVersion)
+ $(MicrosoftDotNetWebProjectTemplates110PackageVersion)
+ $(MicrosoftDotnetWinFormsProjectTemplatesPackageVersion)
+ $(MicrosoftDotNetWpfProjectTemplatesPackageVersion)
$(MicrosoftDotNetXliffTasksPackageVersion)
$(MicrosoftDotNetXUnitExtensionsPackageVersion)
$(MicrosoftExtensionsConfigurationIniPackageVersion)
@@ -241,6 +245,22 @@ This file should be imported by eng/Versions.props
$(MicrosoftWin32SystemEventsPackageVersion)
$(MicrosoftWindowsDesktopAppInternalPackageVersion)
$(MicrosoftWindowsDesktopAppRefPackageVersion)
+ $(NuGetBuildTasksPackageVersion)
+ $(NuGetBuildTasksConsolePackageVersion)
+ $(NuGetBuildTasksPackPackageVersion)
+ $(NuGetCommandLineXPlatPackageVersion)
+ $(NuGetCommandsPackageVersion)
+ $(NuGetCommonPackageVersion)
+ $(NuGetConfigurationPackageVersion)
+ $(NuGetCredentialsPackageVersion)
+ $(NuGetDependencyResolverCorePackageVersion)
+ $(NuGetFrameworksPackageVersion)
+ $(NuGetLibraryModelPackageVersion)
+ $(NuGetLocalizationPackageVersion)
+ $(NuGetPackagingPackageVersion)
+ $(NuGetProjectModelPackageVersion)
+ $(NuGetProtocolPackageVersion)
+ $(NuGetVersioningPackageVersion)
$(SystemCodeDomPackageVersion)
$(SystemCommandLinePackageVersion)
$(SystemComponentModelCompositionPackageVersion)
@@ -265,24 +285,6 @@ This file should be imported by eng/Versions.props
$(SystemWindowsExtensionsPackageVersion)
$(NETStandardLibraryRefPackageVersion)
-
- $(MicrosoftBuildNuGetSdkResolverPackageVersion)
- $(NuGetBuildTasksPackageVersion)
- $(NuGetBuildTasksConsolePackageVersion)
- $(NuGetBuildTasksPackPackageVersion)
- $(NuGetCommandLineXPlatPackageVersion)
- $(NuGetCommandsPackageVersion)
- $(NuGetCommonPackageVersion)
- $(NuGetConfigurationPackageVersion)
- $(NuGetCredentialsPackageVersion)
- $(NuGetDependencyResolverCorePackageVersion)
- $(NuGetFrameworksPackageVersion)
- $(NuGetLibraryModelPackageVersion)
- $(NuGetLocalizationPackageVersion)
- $(NuGetPackagingPackageVersion)
- $(NuGetProjectModelPackageVersion)
- $(NuGetProtocolPackageVersion)
- $(NuGetVersioningPackageVersion)
$(MicrosoftTestingPlatformPackageVersion)
$(MSTestPackageVersion)
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index deab2f7bcd72..1656428b466e 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -1,62 +1,62 @@
-
+
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
@@ -68,170 +68,174 @@
https://github.com/dotnet/dotnet
6a953e76162f3f079405f80e28664fa51b136740
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
- https://github.com/nuget/nuget.client
- 97c64b5dfcc39b3babf6b3dfa828aa737860c145
+
+ https://github.com/dotnet/dotnet
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
+
+
+ https://github.com/dotnet/dotnet
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
- https://github.com/nuget/nuget.client
- 97c64b5dfcc39b3babf6b3dfa828aa737860c145
+
+ https://github.com/dotnet/dotnet
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
- https://github.com/nuget/nuget.client
- 97c64b5dfcc39b3babf6b3dfa828aa737860c145
+
+ https://github.com/dotnet/dotnet
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
- https://github.com/nuget/nuget.client
- 97c64b5dfcc39b3babf6b3dfa828aa737860c145
+
+ https://github.com/dotnet/dotnet
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
- https://github.com/nuget/nuget.client
- 97c64b5dfcc39b3babf6b3dfa828aa737860c145
+
+ https://github.com/dotnet/dotnet
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
- https://github.com/nuget/nuget.client
- 97c64b5dfcc39b3babf6b3dfa828aa737860c145
+
+ https://github.com/dotnet/dotnet
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
- https://github.com/nuget/nuget.client
- 97c64b5dfcc39b3babf6b3dfa828aa737860c145
+
+ https://github.com/dotnet/dotnet
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
- https://github.com/nuget/nuget.client
- 97c64b5dfcc39b3babf6b3dfa828aa737860c145
+
+ https://github.com/dotnet/dotnet
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
- https://github.com/nuget/nuget.client
- 97c64b5dfcc39b3babf6b3dfa828aa737860c145
+
+ https://github.com/dotnet/dotnet
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
- https://github.com/nuget/nuget.client
- 97c64b5dfcc39b3babf6b3dfa828aa737860c145
+
+ https://github.com/dotnet/dotnet
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
- https://github.com/nuget/nuget.client
- 97c64b5dfcc39b3babf6b3dfa828aa737860c145
+
+ https://github.com/dotnet/dotnet
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
- https://github.com/nuget/nuget.client
- 97c64b5dfcc39b3babf6b3dfa828aa737860c145
+
+ https://github.com/dotnet/dotnet
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
- https://github.com/nuget/nuget.client
- 97c64b5dfcc39b3babf6b3dfa828aa737860c145
+
+ https://github.com/dotnet/dotnet
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
- https://github.com/nuget/nuget.client
- 97c64b5dfcc39b3babf6b3dfa828aa737860c145
+
+ https://github.com/dotnet/dotnet
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
- https://github.com/nuget/nuget.client
- 97c64b5dfcc39b3babf6b3dfa828aa737860c145
+
+ https://github.com/dotnet/dotnet
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
- https://github.com/nuget/nuget.client
- 97c64b5dfcc39b3babf6b3dfa828aa737860c145
+
+ https://github.com/dotnet/dotnet
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
- https://github.com/nuget/nuget.client
- 97c64b5dfcc39b3babf6b3dfa828aa737860c145
+
+ https://github.com/dotnet/dotnet
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
- https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
-
-
- https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
-
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
+ https://github.com/dotnet/dotnet
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
+
+
+ https://github.com/dotnet/dotnet
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
+
+
+ https://github.com/dotnet/dotnet
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
+
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
https://github.com/microsoft/testfx
@@ -565,9 +573,9 @@
https://github.com/microsoft/testfx
2462bf58f6bf1460d767166d8f15390a9c6c7920
-
+
https://github.com/dotnet/dotnet
- f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
+ 4d383e955786d8fa9b0880d00bdca12f9208c7f5
diff --git a/eng/Versions.props b/eng/Versions.props
index 7af2976f80ec..42c46aeaa552 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -1,36 +1,31 @@
-
-
- $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
-
+
+
+
11
0
1
00
+ $(VersionMajor).$(VersionMinor).$(VersionSDKMinor)$(VersionFeature)
+ alpha
+ 1
+
+
+
$(VersionMajor).$(VersionMinor).$(VersionSDKMinor)00
$(VersionMajor).$(VersionMinor).100
- $(VersionMajor).$(VersionMinor).$(VersionSDKMinor)$(VersionFeature)
- 10.0.100
$(VersionMajor).$(VersionMinor)
$(MajorMinorVersion).$(VersionSDKMinor)
-
- false
- release
-
- alpha
- rtm
- servicing
- 0
true
- true
+
30
32
@@ -40,18 +35,22 @@
22
11
+ 1
<_NET70ILLinkPackVersion>7.0.100-1.23211.1
$(VersionFeature80)
$(VersionFeature90)
+ $(VersionFeature100)
+
https://ci.dot.net/public/
https://dotnetclimsrc.blob.core.windows.net/dotnet/
+
1.0.0-20230414.1
2.23.0
@@ -69,13 +68,16 @@
1.0.52
+
0.2.0
+
9.4.0
+
@@ -93,6 +95,7 @@
4.5.4
8.0.0
+
- 10.0.2-servicing.25601.110
- 10.0.2-servicing.25601.110
-
+
3.1.56
+ 3.1.56
3.1.56
3.1.34
3.1.12
2.0.23
+
1.10.2
4.0.1
-
-
- true
-
+
8.0.2
@@ -148,8 +146,15 @@
0.15.6
0.14.0
+
10.0.100
+
+
10.0.0
36.1.2
26.0.11017
@@ -157,9 +162,12 @@
26.0.11017
26.0.11017
+
2.0.1-servicing-26011-01
+
+
diff --git a/eng/common/core-templates/job/job.yml b/eng/common/core-templates/job/job.yml
index cb4ccc023a33..748c4f07a64d 100644
--- a/eng/common/core-templates/job/job.yml
+++ b/eng/common/core-templates/job/job.yml
@@ -73,6 +73,8 @@ jobs:
templateContext: ${{ parameters.templateContext }}
variables:
+ - name: AllowPtrToDetectTestRunRetryFiles
+ value: true
- ${{ if ne(parameters.enableTelemetry, 'false') }}:
- name: DOTNET_CLI_TELEMETRY_PROFILE
value: '$(Build.Repository.Uri)'
diff --git a/eng/common/core-templates/job/source-build.yml b/eng/common/core-templates/job/source-build.yml
index d805d5faeb94..9d820f974211 100644
--- a/eng/common/core-templates/job/source-build.yml
+++ b/eng/common/core-templates/job/source-build.yml
@@ -60,10 +60,10 @@ jobs:
pool:
${{ if eq(variables['System.TeamProject'], 'public') }}:
name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore-Svc-Public' ), False, 'NetCore-Public')]
- demands: ImageOverride -equals build.ubuntu.2004.amd64
+ demands: ImageOverride -equals build.ubuntu.2204.amd64
${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore1ESPool-Svc-Internal'), False, 'NetCore1ESPool-Internal')]
- image: 1es-mariner-2
+ image: 1es-azurelinux-3
os: linux
${{ else }}:
pool:
diff --git a/eng/common/core-templates/job/source-index-stage1.yml b/eng/common/core-templates/job/source-index-stage1.yml
index 30530359a5d6..76baf5c27258 100644
--- a/eng/common/core-templates/job/source-index-stage1.yml
+++ b/eng/common/core-templates/job/source-index-stage1.yml
@@ -3,7 +3,7 @@ parameters:
sourceIndexBuildCommand: powershell -NoLogo -NoProfile -ExecutionPolicy Bypass -Command "eng/common/build.ps1 -restore -build -binarylog -ci"
preSteps: []
binlogPath: artifacts/log/Debug/Build.binlog
- condition: ''
+ condition: eq(variables['Build.SourceBranch'], 'refs/heads/main')
dependsOn: ''
pool: ''
is1ESPipeline: ''
@@ -25,10 +25,10 @@ jobs:
pool:
${{ if eq(variables['System.TeamProject'], 'public') }}:
name: $(DncEngPublicBuildPool)
- image: windows.vs2022.amd64.open
+ image: windows.vs2026preview.scout.amd64.open
${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: $(DncEngInternalBuildPool)
- image: windows.vs2022.amd64
+ image: windows.vs2026preview.scout.amd64
steps:
- ${{ if eq(parameters.is1ESPipeline, '') }}:
@@ -41,4 +41,4 @@ jobs:
- template: /eng/common/core-templates/steps/source-index-stage1-publish.yml
parameters:
- binLogPath: ${{ parameters.binLogPath }}
\ No newline at end of file
+ binLogPath: ${{ parameters.binLogPath }}
diff --git a/eng/common/core-templates/steps/install-microbuild-impl.yml b/eng/common/core-templates/steps/install-microbuild-impl.yml
index b9e0143ee92a..da22beb3f60c 100644
--- a/eng/common/core-templates/steps/install-microbuild-impl.yml
+++ b/eng/common/core-templates/steps/install-microbuild-impl.yml
@@ -18,7 +18,7 @@ parameters:
type: boolean
steps:
-- ${{ if eq(parameters.enablePreviewMicrobuild, 'true') }}:
+- ${{ if eq(parameters.enablePreviewMicrobuild, true) }}:
- task: MicroBuildSigningPluginPreview@4
displayName: Install Preview MicroBuild plugin
inputs: ${{ parameters.microbuildTaskInputs }}
diff --git a/eng/common/core-templates/steps/install-microbuild.yml b/eng/common/core-templates/steps/install-microbuild.yml
index f60e87e47202..4f4b56ed2a6b 100644
--- a/eng/common/core-templates/steps/install-microbuild.yml
+++ b/eng/common/core-templates/steps/install-microbuild.yml
@@ -13,6 +13,8 @@ parameters:
# Unfortunately, _SignType can't be used to exclude the use of the service connection in non-real sign scenarios. The
# variable is not available in template expression. _SignType has a very large proliferation across .NET, so replacing it is tough.
microbuildUseESRP: true
+ # Microbuild installation directory
+ microBuildOutputFolder: $(Agent.TempDirectory)/MicroBuild
# Microbuild version
microbuildPluginVersion: 'latest'
@@ -27,8 +29,27 @@ steps:
inputs:
packageType: sdk
version: 8.0.x
- installationPath: ${{ parameters.microBuildOutputFolder }}/.dotnet
- workingDirectory: ${{ parameters.microBuildOutputFolder }}
+ installationPath: ${{ parameters.microBuildOutputFolder }}/.dotnet-microbuild
+ condition: and(succeeded(), ne(variables['Agent.Os'], 'Windows_NT'))
+
+ - script: |
+ set -euo pipefail
+
+ # UseDotNet@2 prepends the dotnet executable path to the PATH variable, so we can call dotnet directly
+ version=$(dotnet --version)
+ cat << 'EOF' > ${{ parameters.microBuildOutputFolder }}/global.json
+ {
+ "sdk": {
+ "version": "$version",
+ "paths": [
+ "${{ parameters.microBuildOutputFolder }}/.dotnet-microbuild"
+ ],
+ "errorMessage": "The .NET SDK version $version is required to install the MicroBuild signing plugin."
+ }
+ }
+ EOF
+ displayName: 'Add global.json to MicroBuild Installation path'
+ workingDirectory: ${{ parameters.microBuildOutputFolder }}
condition: and(succeeded(), ne(variables['Agent.Os'], 'Windows_NT'))
- script: |
@@ -68,7 +89,7 @@ steps:
ConnectedPMEServiceName: 248d384a-b39b-46e3-8ad5-c2c210d5e7ca
microbuildEnv:
TeamName: $(_TeamName)
- MicroBuildOutputFolderOverride: $(Agent.TempDirectory)/MicroBuild
+ MicroBuildOutputFolderOverride: ${{ parameters.microBuildOutputFolder }}
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
continueOnError: ${{ parameters.continueOnError }}
condition: and(succeeded(), eq(variables['Agent.Os'], 'Windows_NT'), in(variables['_SignType'], 'real', 'test'))
@@ -82,6 +103,7 @@ steps:
zipSources: false
feedSource: https://dnceng.pkgs.visualstudio.com/_packaging/MicroBuildToolset/nuget/v3/index.json
version: ${{ parameters.microbuildPluginVersion }}
+ workingDirectory: ${{ parameters.microBuildOutputFolder }}
${{ if eq(parameters.microbuildUseESRP, true) }}:
ConnectedServiceName: 'MicroBuild Signing Task (DevDiv)'
${{ if eq(variables['System.TeamProject'], 'DevDiv') }}:
@@ -90,7 +112,7 @@ steps:
ConnectedPMEServiceName: c24de2a5-cc7a-493d-95e4-8e5ff5cad2bc
microbuildEnv:
TeamName: $(_TeamName)
- MicroBuildOutputFolderOverride: $(Agent.TempDirectory)/MicroBuild
+ MicroBuildOutputFolderOverride: ${{ parameters.microBuildOutputFolder }}
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
continueOnError: ${{ parameters.continueOnError }}
condition: and(succeeded(), ne(variables['Agent.Os'], 'Windows_NT'), eq(variables['_SignType'], 'real'))
diff --git a/eng/common/core-templates/steps/source-index-stage1-publish.yml b/eng/common/core-templates/steps/source-index-stage1-publish.yml
index ac019e2d0337..3ad83b8c3075 100644
--- a/eng/common/core-templates/steps/source-index-stage1-publish.yml
+++ b/eng/common/core-templates/steps/source-index-stage1-publish.yml
@@ -14,8 +14,8 @@ steps:
workingDirectory: $(Agent.TempDirectory)
- script: |
- $(Agent.TempDirectory)/dotnet/dotnet tool install BinLogToSln --version ${{parameters.sourceIndexProcessBinlogPackageVersion}} --source ${{parameters.SourceIndexPackageSource}} --tool-path $(Agent.TempDirectory)/.source-index/tools
- $(Agent.TempDirectory)/dotnet/dotnet tool install UploadIndexStage1 --version ${{parameters.sourceIndexUploadPackageVersion}} --source ${{parameters.SourceIndexPackageSource}} --tool-path $(Agent.TempDirectory)/.source-index/tools
+ $(Agent.TempDirectory)/dotnet/dotnet tool install BinLogToSln --version ${{parameters.sourceIndexProcessBinlogPackageVersion}} --source ${{parameters.sourceIndexPackageSource}} --tool-path $(Agent.TempDirectory)/.source-index/tools
+ $(Agent.TempDirectory)/dotnet/dotnet tool install UploadIndexStage1 --version ${{parameters.sourceIndexUploadPackageVersion}} --source ${{parameters.sourceIndexPackageSource}} --tool-path $(Agent.TempDirectory)/.source-index/tools
displayName: "Source Index: Download netsourceindex Tools"
# Set working directory to temp directory so 'dotnet' doesn't try to use global.json and use the repo's sdk.
workingDirectory: $(Agent.TempDirectory)
diff --git a/eng/common/cross/build-rootfs.sh b/eng/common/cross/build-rootfs.sh
index 8abfb71f7275..9b7eede4e50f 100755
--- a/eng/common/cross/build-rootfs.sh
+++ b/eng/common/cross/build-rootfs.sh
@@ -72,7 +72,7 @@ __AlpinePackages+=" krb5-dev"
__AlpinePackages+=" openssl-dev"
__AlpinePackages+=" zlib-dev"
-__FreeBSDBase="13.4-RELEASE"
+__FreeBSDBase="13.5-RELEASE"
__FreeBSDPkg="1.21.3"
__FreeBSDABI="13"
__FreeBSDPackages="libunwind"
@@ -383,7 +383,7 @@ while :; do
;;
freebsd14)
__CodeName=freebsd
- __FreeBSDBase="14.2-RELEASE"
+ __FreeBSDBase="14.3-RELEASE"
__FreeBSDABI="14"
__SkipUnmount=1
;;
diff --git a/eng/common/generate-sbom-prep.sh b/eng/common/generate-sbom-prep.sh
old mode 100755
new mode 100644
diff --git a/eng/common/internal-feed-operations.ps1 b/eng/common/internal-feed-operations.ps1
index 92b77347d990..c282d3ae403a 100644
--- a/eng/common/internal-feed-operations.ps1
+++ b/eng/common/internal-feed-operations.ps1
@@ -26,7 +26,7 @@ function SetupCredProvider {
$url = 'https://raw.githubusercontent.com/microsoft/artifacts-credprovider/master/helpers/installcredprovider.ps1'
Write-Host "Writing the contents of 'installcredprovider.ps1' locally..."
- Invoke-WebRequest $url -OutFile installcredprovider.ps1
+ Invoke-WebRequest $url -UseBasicParsing -OutFile installcredprovider.ps1
Write-Host 'Installing plugin...'
.\installcredprovider.ps1 -Force
diff --git a/eng/common/native/install-dependencies.sh b/eng/common/native/install-dependencies.sh
index 64b87d0bcc3c..11f81cbd40d4 100755
--- a/eng/common/native/install-dependencies.sh
+++ b/eng/common/native/install-dependencies.sh
@@ -27,7 +27,7 @@ case "$os" in
libssl-dev libkrb5-dev pigz cpio
localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
- elif [ "$ID" = "fedora" ] || [ "$ID" = "rhel" ] || [ "$ID" = "azurelinux" ] || [ "$ID" = "centos"]; then
+ elif [ "$ID" = "fedora" ] || [ "$ID" = "rhel" ] || [ "$ID" = "azurelinux" ] || [ "$ID" = "centos" ]; then
pkg_mgr="$(command -v tdnf 2>/dev/null || command -v dnf)"
$pkg_mgr install -y cmake llvm lld lldb clang python curl libicu-devel openssl-devel krb5-devel lttng-ust-devel pigz cpio
elif [ "$ID" = "amzn" ]; then
diff --git a/eng/common/post-build/nuget-verification.ps1 b/eng/common/post-build/nuget-verification.ps1
index ac5c69ffcac5..eea88e653c91 100644
--- a/eng/common/post-build/nuget-verification.ps1
+++ b/eng/common/post-build/nuget-verification.ps1
@@ -65,7 +65,7 @@ if ($NuGetExePath) {
Write-Host "Downloading nuget.exe from $nugetExeUrl..."
$ProgressPreference = 'SilentlyContinue'
try {
- Invoke-WebRequest $nugetExeUrl -OutFile $downloadedNuGetExe
+ Invoke-WebRequest $nugetExeUrl -UseBasicParsing -OutFile $downloadedNuGetExe
$ProgressPreference = 'Continue'
} catch {
$ProgressPreference = 'Continue'
diff --git a/eng/common/sdk-task.ps1 b/eng/common/sdk-task.ps1
index 9ae443f1c36b..b64b66a6275b 100644
--- a/eng/common/sdk-task.ps1
+++ b/eng/common/sdk-task.ps1
@@ -70,7 +70,7 @@ try {
$GlobalJson.tools | Add-Member -Name "vs" -Value (ConvertFrom-Json "{ `"version`": `"16.5`" }") -MemberType NoteProperty
}
if( -not ($GlobalJson.tools.PSObject.Properties.Name -match "xcopy-msbuild" )) {
- $GlobalJson.tools | Add-Member -Name "xcopy-msbuild" -Value "17.14.16" -MemberType NoteProperty
+ $GlobalJson.tools | Add-Member -Name "xcopy-msbuild" -Value "18.0.0" -MemberType NoteProperty
}
if ($GlobalJson.tools."xcopy-msbuild".Trim() -ine "none") {
$xcopyMSBuildToolsFolder = InitializeXCopyMSBuild $GlobalJson.tools."xcopy-msbuild" -install $true
diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1
index 4bc50bd568ca..f6bde2683794 100644
--- a/eng/common/tools.ps1
+++ b/eng/common/tools.ps1
@@ -157,9 +157,6 @@ function InitializeDotNetCli([bool]$install, [bool]$createSdkLocationFile) {
return $global:_DotNetInstallDir
}
- # Don't resolve runtime, shared framework, or SDK from other locations to ensure build determinism
- $env:DOTNET_MULTILEVEL_LOOKUP=0
-
# Disable first run since we do not need all ASP.NET packages restored.
$env:DOTNET_NOLOGO=1
@@ -225,7 +222,6 @@ function InitializeDotNetCli([bool]$install, [bool]$createSdkLocationFile) {
# Make Sure that our bootstrapped dotnet cli is available in future steps of the Azure Pipelines build
Write-PipelinePrependPath -Path $dotnetRoot
- Write-PipelineSetVariable -Name 'DOTNET_MULTILEVEL_LOOKUP' -Value '0'
Write-PipelineSetVariable -Name 'DOTNET_NOLOGO' -Value '1'
return $global:_DotNetInstallDir = $dotnetRoot
@@ -277,7 +273,7 @@ function GetDotNetInstallScript([string] $dotnetRoot) {
Retry({
Write-Host "GET $uri"
- Invoke-WebRequest $uri -OutFile $installScript
+ Invoke-WebRequest $uri -UseBasicParsing -OutFile $installScript
})
}
@@ -394,8 +390,8 @@ function InitializeVisualStudioMSBuild([bool]$install, [object]$vsRequirements =
# If the version of msbuild is going to be xcopied,
# use this version. Version matches a package here:
- # https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet-eng/NuGet/Microsoft.DotNet.Arcade.MSBuild.Xcopy/versions/17.14.16
- $defaultXCopyMSBuildVersion = '17.14.16'
+ # https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet-eng/NuGet/Microsoft.DotNet.Arcade.MSBuild.Xcopy/versions/18.0.0
+ $defaultXCopyMSBuildVersion = '18.0.0'
if (!$vsRequirements) {
if (Get-Member -InputObject $GlobalJson.tools -Name 'vs') {
@@ -510,7 +506,7 @@ function InitializeXCopyMSBuild([string]$packageVersion, [bool]$install) {
Write-Host "Downloading $packageName $packageVersion"
$ProgressPreference = 'SilentlyContinue' # Don't display the console progress UI - it's a huge perf hit
Retry({
- Invoke-WebRequest "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/flat2/$packageName/$packageVersion/$packageName.$packageVersion.nupkg" -OutFile $packagePath
+ Invoke-WebRequest "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/flat2/$packageName/$packageVersion/$packageName.$packageVersion.nupkg" -UseBasicParsing -OutFile $packagePath
})
if (!(Test-Path $packagePath)) {
@@ -556,23 +552,30 @@ function LocateVisualStudio([object]$vsRequirements = $null){
Write-Host "Downloading vswhere $vswhereVersion"
$ProgressPreference = 'SilentlyContinue' # Don't display the console progress UI - it's a huge perf hit
Retry({
- Invoke-WebRequest "https://netcorenativeassets.blob.core.windows.net/resource-packages/external/windows/vswhere/$vswhereVersion/vswhere.exe" -OutFile $vswhereExe
+ Invoke-WebRequest "https://netcorenativeassets.blob.core.windows.net/resource-packages/external/windows/vswhere/$vswhereVersion/vswhere.exe" -UseBasicParsing -OutFile $vswhereExe
})
}
- if (!$vsRequirements) { $vsRequirements = $GlobalJson.tools.vs }
+ if (!$vsRequirements) {
+ if (Get-Member -InputObject $GlobalJson.tools -Name 'vs' -ErrorAction SilentlyContinue) {
+ $vsRequirements = $GlobalJson.tools.vs
+ } else {
+ $vsRequirements = $null
+ }
+ }
+
$args = @('-latest', '-format', 'json', '-requires', 'Microsoft.Component.MSBuild', '-products', '*')
if (!$excludePrereleaseVS) {
$args += '-prerelease'
}
- if (Get-Member -InputObject $vsRequirements -Name 'version') {
+ if ($vsRequirements -and (Get-Member -InputObject $vsRequirements -Name 'version' -ErrorAction SilentlyContinue)) {
$args += '-version'
$args += $vsRequirements.version
}
- if (Get-Member -InputObject $vsRequirements -Name 'components') {
+ if ($vsRequirements -and (Get-Member -InputObject $vsRequirements -Name 'components' -ErrorAction SilentlyContinue)) {
foreach ($component in $vsRequirements.components) {
$args += '-requires'
$args += $component
diff --git a/eng/common/tools.sh b/eng/common/tools.sh
index c1841c9dfd0f..6c121300ac7d 100755
--- a/eng/common/tools.sh
+++ b/eng/common/tools.sh
@@ -115,9 +115,6 @@ function InitializeDotNetCli {
local install=$1
- # Don't resolve runtime, shared framework, or SDK from other locations to ensure build determinism
- export DOTNET_MULTILEVEL_LOOKUP=0
-
# Disable first run since we want to control all package sources
export DOTNET_NOLOGO=1
@@ -166,7 +163,6 @@ function InitializeDotNetCli {
# build steps from using anything other than what we've downloaded.
Write-PipelinePrependPath -path "$dotnet_root"
- Write-PipelineSetVariable -name "DOTNET_MULTILEVEL_LOOKUP" -value "0"
Write-PipelineSetVariable -name "DOTNET_NOLOGO" -value "1"
# return value
diff --git a/eng/common/vmr-sync.ps1 b/eng/common/vmr-sync.ps1
index 76e2f9d08fe8..97302f3205be 100755
--- a/eng/common/vmr-sync.ps1
+++ b/eng/common/vmr-sync.ps1
@@ -103,7 +103,7 @@ Set-StrictMode -Version Latest
Highlight 'Installing .NET, preparing the tooling..'
. .\eng\common\tools.ps1
$dotnetRoot = InitializeDotNetCli -install:$true
-$darc = Get-Darc "1.1.0-beta.25514.2"
+$darc = Get-Darc
$dotnet = "$dotnetRoot\dotnet.exe"
Highlight "Starting the synchronization of VMR.."
diff --git a/eng/common/vmr-sync.sh b/eng/common/vmr-sync.sh
index c038012a55aa..44239e331c0c 100755
--- a/eng/common/vmr-sync.sh
+++ b/eng/common/vmr-sync.sh
@@ -164,7 +164,7 @@ set -e
highlight 'Installing .NET, preparing the tooling..'
source "./eng/common/tools.sh"
InitializeDotNetCli true
-GetDarc "1.1.0-beta.25514.2"
+GetDarc
dotnetDir=$( cd ./.dotnet/; pwd -P )
dotnet=$dotnetDir/dotnet
diff --git a/eng/restore-toolset.ps1 b/eng/restore-toolset.ps1
index 5b3fb632f218..043bbc7ad0b2 100644
--- a/eng/restore-toolset.ps1
+++ b/eng/restore-toolset.ps1
@@ -19,6 +19,7 @@ function InitializeCustomSDKToolset {
InstallDotNetSharedFramework "7.0.0"
InstallDotNetSharedFramework "8.0.0"
InstallDotNetSharedFramework "9.0.0"
+ InstallDotNetSharedFramework "10.0.0"
CreateBuildEnvScripts
CreateVSShortcut
@@ -42,7 +43,6 @@ function CreateBuildEnvScripts()
$scriptContents = @"
@echo off
title SDK Build ($RepoRoot)
-set DOTNET_MULTILEVEL_LOOKUP=0
REM https://aka.ms/vs/unsigned-dotnet-debugger-lib
set VSDebugger_ValidateDotnetDebugLibSignatures=0
@@ -62,7 +62,6 @@ DOSKEY killdotnet=taskkill /F /IM dotnet.exe /T ^& taskkill /F /IM VSTest.Consol
$scriptPath = Join-Path $ArtifactsDir "sdk-build-env.ps1"
$scriptContents = @"
`$host.ui.RawUI.WindowTitle = "SDK Build ($RepoRoot)"
-`$env:DOTNET_MULTILEVEL_LOOKUP=0
# https://aka.ms/vs/unsigned-dotnet-debugger-lib
`$env:VSDebugger_ValidateDotnetDebugLibSignatures=0
diff --git a/eng/restore-toolset.sh b/eng/restore-toolset.sh
index f7ba940aa92f..a868bfc28f6c 100755
--- a/eng/restore-toolset.sh
+++ b/eng/restore-toolset.sh
@@ -25,6 +25,7 @@ function InitializeCustomSDKToolset {
InstallDotNetSharedFramework "7.0.0"
InstallDotNetSharedFramework "8.0.0"
InstallDotNetSharedFramework "9.0.0"
+ InstallDotNetSharedFramework "10.0.0"
CreateBuildEnvScript
}
@@ -54,7 +55,6 @@ function CreateBuildEnvScript {
scriptPath="$artifacts_dir/sdk-build-env.sh"
scriptContents="
#!/usr/bin/env bash
-export DOTNET_MULTILEVEL_LOOKUP=0
export DOTNET_ROOT=$DOTNET_INSTALL_DIR
export DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR=$DOTNET_INSTALL_DIR
diff --git a/global.json b/global.json
index fecc525db30a..b511b5337333 100644
--- a/global.json
+++ b/global.json
@@ -7,7 +7,7 @@
"errorMessage": "The .NET SDK is not installed or is not configured correctly. Please run ./build to install the correct SDK version locally."
},
"tools": {
- "dotnet": "10.0.100-rc.1.25451.107",
+ "dotnet": "11.0.100-alpha.1.26062.101",
"runtimes": {
"dotnet": [
"$(MicrosoftNETCorePlatformsPackageVersion)"
@@ -21,8 +21,8 @@
}
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25521.106",
- "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25521.106",
+ "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26064.120",
+ "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26064.120",
"Microsoft.Build.NoTargets": "3.7.0",
"Microsoft.Build.Traversal": "3.4.0",
"Microsoft.WixToolset.Sdk": "5.0.2-dotnet.2811440"
diff --git a/sdk.slnx b/sdk.slnx
index 1a087d6d6ce6..17fb1d1eef77 100644
--- a/sdk.slnx
+++ b/sdk.slnx
@@ -310,7 +310,7 @@
-
+
diff --git a/source-build.slnf b/source-build.slnf
index 5c332b844bcd..5b7d285e91df 100644
--- a/source-build.slnf
+++ b/source-build.slnf
@@ -48,7 +48,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.10.0\\Microsoft.DotNet.Common.ProjectTemplates.10.0.csproj"
+ "template_feed\\Microsoft.DotNet.Common.ProjectTemplates.11.0\\Microsoft.DotNet.Common.ProjectTemplates.11.0.csproj"
]
}
}
diff --git a/src/BlazorWasmSdk/Targets/Microsoft.NET.Sdk.BlazorWebAssembly.5_0.targets b/src/BlazorWasmSdk/Targets/Microsoft.NET.Sdk.BlazorWebAssembly.5_0.targets
index 8a429ecb4f95..676a664fe81e 100644
--- a/src/BlazorWasmSdk/Targets/Microsoft.NET.Sdk.BlazorWebAssembly.5_0.targets
+++ b/src/BlazorWasmSdk/Targets/Microsoft.NET.Sdk.BlazorWebAssembly.5_0.targets
@@ -27,10 +27,10 @@ Copyright (c) .NET Foundation. All rights reserved.
$(MSBuildThisFileDirectory)..\
- <_BlazorWebAssemblySdkTasksTFM Condition=" '$(MSBuildRuntimeType)' == 'Core'">net10.0
+ <_BlazorWebAssemblySdkTasksTFM Condition=" '$(MSBuildRuntimeType)' == 'Core'">net11.0
<_BlazorWebAssemblySdkTasksTFM Condition=" '$(MSBuildRuntimeType)' != 'Core'">net472
<_BlazorWebAssemblySdkTasksAssembly>$(BlazorWebAssemblySdkDirectoryRoot)tools\$(_BlazorWebAssemblySdkTasksTFM)\Microsoft.NET.Sdk.BlazorWebAssembly.Tasks.dll
- <_BlazorWebAssemblySdkToolAssembly>$(BlazorWebAssemblySdkDirectoryRoot)tools\net10.0\Microsoft.NET.Sdk.BlazorWebAssembly.Tool.dll
+ <_BlazorWebAssemblySdkToolAssembly>$(BlazorWebAssemblySdkDirectoryRoot)tools\net11.0\Microsoft.NET.Sdk.BlazorWebAssembly.Tool.dll
diff --git a/src/BlazorWasmSdk/Targets/Microsoft.NET.Sdk.BlazorWebAssembly.6_0.targets b/src/BlazorWasmSdk/Targets/Microsoft.NET.Sdk.BlazorWebAssembly.6_0.targets
index a90625e732e6..f8084f19a639 100644
--- a/src/BlazorWasmSdk/Targets/Microsoft.NET.Sdk.BlazorWebAssembly.6_0.targets
+++ b/src/BlazorWasmSdk/Targets/Microsoft.NET.Sdk.BlazorWebAssembly.6_0.targets
@@ -27,10 +27,10 @@ Copyright (c) .NET Foundation. All rights reserved.
$(MSBuildThisFileDirectory)..\
- <_BlazorWebAssemblySdkTasksTFM Condition=" '$(MSBuildRuntimeType)' == 'Core'">net10.0
+ <_BlazorWebAssemblySdkTasksTFM Condition=" '$(MSBuildRuntimeType)' == 'Core'">net11.0
<_BlazorWebAssemblySdkTasksTFM Condition=" '$(MSBuildRuntimeType)' != 'Core'">net472
<_BlazorWebAssemblySdkTasksAssembly>$(BlazorWebAssemblySdkDirectoryRoot)tools\$(_BlazorWebAssemblySdkTasksTFM)\Microsoft.NET.Sdk.BlazorWebAssembly.Tasks.dll
- <_BlazorWebAssemblySdkToolAssembly>$(BlazorWebAssemblySdkDirectoryRoot)tools\net10.0\Microsoft.NET.Sdk.BlazorWebAssembly.Tool.dll
+ <_BlazorWebAssemblySdkToolAssembly>$(BlazorWebAssemblySdkDirectoryRoot)tools\net11.0\Microsoft.NET.Sdk.BlazorWebAssembly.Tool.dll
diff --git a/src/BuiltInTools/DotNetDeltaApplier/Microsoft.Extensions.DotNetDeltaApplier.csproj b/src/BuiltInTools/DotNetDeltaApplier/Microsoft.Extensions.DotNetDeltaApplier.csproj
index 6391d60021e1..1d7658b6415e 100644
--- a/src/BuiltInTools/DotNetDeltaApplier/Microsoft.Extensions.DotNetDeltaApplier.csproj
+++ b/src/BuiltInTools/DotNetDeltaApplier/Microsoft.Extensions.DotNetDeltaApplier.csproj
@@ -6,7 +6,7 @@
When updating these also update ProjectReferences in dotnet-watch.csproj
and HotReloadAppModel.TryGetStartupHookPath.
-->
- net6.0;net10.0
+ net6.0;$(NetCurrent)
MicrosoftAspNetCore
true
diff --git a/src/BuiltInTools/HotReloadAgent.Host/Microsoft.DotNet.HotReload.Agent.Host.Package.csproj b/src/BuiltInTools/HotReloadAgent.Host/Microsoft.DotNet.HotReload.Agent.Host.Package.csproj
index b5630dcc8e6e..0944fd4171ba 100644
--- a/src/BuiltInTools/HotReloadAgent.Host/Microsoft.DotNet.HotReload.Agent.Host.Package.csproj
+++ b/src/BuiltInTools/HotReloadAgent.Host/Microsoft.DotNet.HotReload.Agent.Host.Package.csproj
@@ -7,7 +7,7 @@
When updating these also update ProjectReferences in dotnet-watch.csproj
and HotReloadAppModel.TryGetStartupHookPath.
-->
- net6.0;net10.0
+ net6.0;$(NetCurrent)
true
false
@@ -39,4 +39,5 @@
+
diff --git a/src/BuiltInTools/Watch/AppModels/HotReloadAppModel.cs b/src/BuiltInTools/Watch/AppModels/HotReloadAppModel.cs
index 7a205a8d1fce..01d004c69268 100644
--- a/src/BuiltInTools/Watch/AppModels/HotReloadAppModel.cs
+++ b/src/BuiltInTools/Watch/AppModels/HotReloadAppModel.cs
@@ -16,7 +16,7 @@ protected static string GetInjectedAssemblyPath(string targetFramework, string a
public static string GetStartupHookPath(ProjectGraphNode project)
{
- var hookTargetFramework = project.GetTargetFrameworkVersion() is { Major: >= 10 } ? "net10.0" : "net6.0";
+ var hookTargetFramework = project.GetTargetFrameworkVersion() is { Major: >= 11 } ? "net11.0" : "net6.0";
return GetInjectedAssemblyPath(hookTargetFramework, "Microsoft.Extensions.DotNetDeltaApplier");
}
diff --git a/src/BuiltInTools/Watch/HotReload/HotReloadEventSource.cs b/src/BuiltInTools/Watch/HotReload/HotReloadEventSource.cs
index 04b3dbb70d52..92af26786b5a 100644
--- a/src/BuiltInTools/Watch/HotReload/HotReloadEventSource.cs
+++ b/src/BuiltInTools/Watch/HotReload/HotReloadEventSource.cs
@@ -7,7 +7,7 @@
namespace Microsoft.DotNet.Watch
{
[EventSource(Name = "HotReload")]
- internal sealed class HotReloadEventSource : EventSource
+ internal sealed partial class HotReloadEventSource : EventSource
{
public enum StartType
{
diff --git a/src/BuiltInTools/Watch/RuntimeDependencies.props b/src/BuiltInTools/Watch/RuntimeDependencies.props
index 7d4d40a9ab8d..31f404503f25 100644
--- a/src/BuiltInTools/Watch/RuntimeDependencies.props
+++ b/src/BuiltInTools/Watch/RuntimeDependencies.props
@@ -19,8 +19,8 @@
None
true
false
- TargetFramework=net10.0
- hotreload\net10.0\Microsoft.Extensions.DotNetDeltaApplier.dll
+ TargetFramework=$(NetCurrent)
+ hotreload\$(NetCurrent)\Microsoft.Extensions.DotNetDeltaApplier.dll
PreserveNewest
false
diff --git a/src/Cli/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj b/src/Cli/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj
index b64200efdad3..ae51e3ef5278 100644
--- a/src/Cli/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj
+++ b/src/Cli/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj
@@ -28,9 +28,7 @@
-
+
$(PkgMicrosoft_Build_Runtime)\contentFiles\any\net10.0\MSBuild.dll
$(PkgMicrosoft_Build_Runtime)\contentFiles\any\$(NetCurrent)\MSBuild.dll
diff --git a/src/Cli/Microsoft.DotNet.Cli.Utils/Product.cs b/src/Cli/Microsoft.DotNet.Cli.Utils/Product.cs
index 7e2258154cdd..e4d4337b3c7d 100644
--- a/src/Cli/Microsoft.DotNet.Cli.Utils/Product.cs
+++ b/src/Cli/Microsoft.DotNet.Cli.Utils/Product.cs
@@ -9,7 +9,7 @@ public static class Product
{
public static string LongName => LocalizableStrings.DotNetSdkInfo;
public static readonly string Version;
- public static readonly string TargetFrameworkVersion = "10.0";
+ public static readonly string TargetFrameworkVersion = "11.0";
static Product()
{
diff --git a/src/Cli/Microsoft.TemplateEngine.Cli/TabularOutput/TabularOutput.cs b/src/Cli/Microsoft.TemplateEngine.Cli/TabularOutput/TabularOutput.cs
index f70889a7043a..7ab182347730 100644
--- a/src/Cli/Microsoft.TemplateEngine.Cli/TabularOutput/TabularOutput.cs
+++ b/src/Cli/Microsoft.TemplateEngine.Cli/TabularOutput/TabularOutput.cs
@@ -128,11 +128,11 @@ internal string Layout(int indent = 0)
{
for (int i = 0; i < _columns.Count; ++i)
{
- b.Append(new string(_settings.HeaderSeparator.Value, _columns[i].CalculatedWidth));
+ b.Append(_settings.HeaderSeparator.Value, _columns[i].CalculatedWidth);
if (i < _columns.Count - 1)
{
- b.Append(new string(' ', _settings.ColumnPadding));
+ b.Append(' ', _settings.ColumnPadding);
}
}
b.AppendLine().Indent(indent);
diff --git a/src/Cli/dotnet/Commands/Run/CSharpCompilerCommand.Generated.cs b/src/Cli/dotnet/Commands/Run/CSharpCompilerCommand.Generated.cs
index d53f7052b754..bf0a7b4f31d5 100644
--- a/src/Cli/dotnet/Commands/Run/CSharpCompilerCommand.Generated.cs
+++ b/src/Cli/dotnet/Commands/Run/CSharpCompilerCommand.Generated.cs
@@ -15,181 +15,181 @@ private IEnumerable GetCscArguments(
[
"/unsafe-",
"/checked-",
- "/nowarn:1701,1702,IL2121,1701,1702",
+ "/nowarn:1701,1702,IL2121,1701,1702,8002",
"/fullpaths",
"/nostdlib+",
"/errorreport:prompt",
- "/warn:10",
- "/define:TRACE;DEBUG;NET;NET10_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER",
+ "/warn:11",
+ "/define:TRACE;DEBUG;NET;NET11_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NET11_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER",
"/highentropyva+",
"/nullable:enable",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/Microsoft.CSharp.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/Microsoft.VisualBasic.Core.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/Microsoft.VisualBasic.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/Microsoft.Win32.Primitives.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/Microsoft.Win32.Registry.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/mscorlib.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/netstandard.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.AppContext.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Buffers.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Collections.Concurrent.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Collections.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Collections.Immutable.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Collections.NonGeneric.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Collections.Specialized.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.ComponentModel.Annotations.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.ComponentModel.DataAnnotations.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.ComponentModel.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.ComponentModel.EventBasedAsync.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.ComponentModel.Primitives.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.ComponentModel.TypeConverter.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Configuration.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Console.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Core.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Data.Common.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Data.DataSetExtensions.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Data.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Diagnostics.Contracts.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Diagnostics.Debug.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Diagnostics.DiagnosticSource.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Diagnostics.FileVersionInfo.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Diagnostics.Process.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Diagnostics.StackTrace.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Diagnostics.TextWriterTraceListener.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Diagnostics.Tools.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Diagnostics.TraceSource.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Diagnostics.Tracing.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Drawing.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Drawing.Primitives.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Dynamic.Runtime.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Formats.Asn1.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Formats.Tar.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Globalization.Calendars.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Globalization.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Globalization.Extensions.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.IO.Compression.Brotli.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.IO.Compression.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.IO.Compression.FileSystem.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.IO.Compression.ZipFile.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.IO.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.IO.FileSystem.AccessControl.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.IO.FileSystem.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.IO.FileSystem.DriveInfo.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.IO.FileSystem.Primitives.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.IO.FileSystem.Watcher.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.IO.IsolatedStorage.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.IO.MemoryMappedFiles.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.IO.Pipelines.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.IO.Pipes.AccessControl.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.IO.Pipes.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.IO.UnmanagedMemoryStream.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Linq.AsyncEnumerable.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Linq.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Linq.Expressions.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Linq.Parallel.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Linq.Queryable.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Memory.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Net.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Net.Http.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Net.Http.Json.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Net.HttpListener.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Net.Mail.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Net.NameResolution.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Net.NetworkInformation.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Net.Ping.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Net.Primitives.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Net.Quic.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Net.Requests.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Net.Security.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Net.ServerSentEvents.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Net.ServicePoint.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Net.Sockets.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Net.WebClient.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Net.WebHeaderCollection.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Net.WebProxy.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Net.WebSockets.Client.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Net.WebSockets.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Numerics.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Numerics.Vectors.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.ObjectModel.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Reflection.DispatchProxy.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Reflection.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Reflection.Emit.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Reflection.Emit.ILGeneration.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Reflection.Emit.Lightweight.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Reflection.Extensions.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Reflection.Metadata.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Reflection.Primitives.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Reflection.TypeExtensions.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Resources.Reader.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Resources.ResourceManager.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Resources.Writer.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Runtime.CompilerServices.Unsafe.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Runtime.CompilerServices.VisualC.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Runtime.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Runtime.Extensions.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Runtime.Handles.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Runtime.InteropServices.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Runtime.InteropServices.JavaScript.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Runtime.InteropServices.RuntimeInformation.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Runtime.Intrinsics.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Runtime.Loader.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Runtime.Numerics.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Runtime.Serialization.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Runtime.Serialization.Formatters.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Runtime.Serialization.Json.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Runtime.Serialization.Primitives.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Runtime.Serialization.Xml.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Security.AccessControl.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Security.Claims.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Security.Cryptography.Algorithms.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Security.Cryptography.Cng.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Security.Cryptography.Csp.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Security.Cryptography.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Security.Cryptography.Encoding.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Security.Cryptography.OpenSsl.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Security.Cryptography.Primitives.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Security.Cryptography.X509Certificates.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Security.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Security.Principal.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Security.Principal.Windows.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Security.SecureString.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.ServiceModel.Web.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.ServiceProcess.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Text.Encoding.CodePages.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Text.Encoding.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Text.Encoding.Extensions.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Text.Encodings.Web.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Text.Json.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Text.RegularExpressions.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Threading.AccessControl.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Threading.Channels.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Threading.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Threading.Overlapped.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Threading.Tasks.Dataflow.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Threading.Tasks.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Threading.Tasks.Extensions.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Threading.Tasks.Parallel.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Threading.Thread.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Threading.ThreadPool.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Threading.Timer.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Transactions.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Transactions.Local.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.ValueTuple.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Web.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Web.HttpUtility.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Windows.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Xml.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Xml.Linq.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Xml.ReaderWriter.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Xml.Serialization.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Xml.XDocument.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Xml.XmlDocument.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Xml.XmlSerializer.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Xml.XPath.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/System.Xml.XPath.XDocument.dll",
- $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net10.0/WindowsBase.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/Microsoft.CSharp.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/Microsoft.VisualBasic.Core.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/Microsoft.VisualBasic.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/Microsoft.Win32.Primitives.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/Microsoft.Win32.Registry.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/mscorlib.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/netstandard.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.AppContext.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Buffers.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Collections.Concurrent.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Collections.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Collections.Immutable.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Collections.NonGeneric.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Collections.Specialized.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.ComponentModel.Annotations.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.ComponentModel.DataAnnotations.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.ComponentModel.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.ComponentModel.EventBasedAsync.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.ComponentModel.Primitives.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.ComponentModel.TypeConverter.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Configuration.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Console.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Core.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Data.Common.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Data.DataSetExtensions.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Data.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Diagnostics.Contracts.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Diagnostics.Debug.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Diagnostics.DiagnosticSource.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Diagnostics.FileVersionInfo.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Diagnostics.Process.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Diagnostics.StackTrace.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Diagnostics.TextWriterTraceListener.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Diagnostics.Tools.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Diagnostics.TraceSource.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Diagnostics.Tracing.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Drawing.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Drawing.Primitives.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Dynamic.Runtime.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Formats.Asn1.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Formats.Tar.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Globalization.Calendars.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Globalization.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Globalization.Extensions.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.IO.Compression.Brotli.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.IO.Compression.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.IO.Compression.FileSystem.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.IO.Compression.ZipFile.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.IO.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.IO.FileSystem.AccessControl.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.IO.FileSystem.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.IO.FileSystem.DriveInfo.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.IO.FileSystem.Primitives.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.IO.FileSystem.Watcher.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.IO.IsolatedStorage.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.IO.MemoryMappedFiles.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.IO.Pipelines.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.IO.Pipes.AccessControl.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.IO.Pipes.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.IO.UnmanagedMemoryStream.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Linq.AsyncEnumerable.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Linq.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Linq.Expressions.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Linq.Parallel.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Linq.Queryable.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Memory.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Net.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Net.Http.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Net.Http.Json.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Net.HttpListener.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Net.Mail.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Net.NameResolution.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Net.NetworkInformation.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Net.Ping.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Net.Primitives.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Net.Quic.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Net.Requests.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Net.Security.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Net.ServerSentEvents.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Net.ServicePoint.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Net.Sockets.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Net.WebClient.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Net.WebHeaderCollection.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Net.WebProxy.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Net.WebSockets.Client.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Net.WebSockets.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Numerics.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Numerics.Vectors.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.ObjectModel.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Reflection.DispatchProxy.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Reflection.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Reflection.Emit.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Reflection.Emit.ILGeneration.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Reflection.Emit.Lightweight.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Reflection.Extensions.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Reflection.Metadata.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Reflection.Primitives.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Reflection.TypeExtensions.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Resources.Reader.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Resources.ResourceManager.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Resources.Writer.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Runtime.CompilerServices.Unsafe.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Runtime.CompilerServices.VisualC.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Runtime.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Runtime.Extensions.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Runtime.Handles.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Runtime.InteropServices.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Runtime.InteropServices.JavaScript.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Runtime.InteropServices.RuntimeInformation.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Runtime.Intrinsics.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Runtime.Loader.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Runtime.Numerics.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Runtime.Serialization.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Runtime.Serialization.Formatters.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Runtime.Serialization.Json.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Runtime.Serialization.Primitives.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Runtime.Serialization.Xml.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Security.AccessControl.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Security.Claims.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Security.Cryptography.Algorithms.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Security.Cryptography.Cng.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Security.Cryptography.Csp.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Security.Cryptography.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Security.Cryptography.Encoding.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Security.Cryptography.OpenSsl.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Security.Cryptography.Primitives.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Security.Cryptography.X509Certificates.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Security.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Security.Principal.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Security.Principal.Windows.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Security.SecureString.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.ServiceModel.Web.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.ServiceProcess.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Text.Encoding.CodePages.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Text.Encoding.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Text.Encoding.Extensions.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Text.Encodings.Web.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Text.Json.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Text.RegularExpressions.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Threading.AccessControl.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Threading.Channels.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Threading.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Threading.Overlapped.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Threading.Tasks.Dataflow.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Threading.Tasks.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Threading.Tasks.Extensions.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Threading.Tasks.Parallel.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Threading.Thread.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Threading.ThreadPool.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Threading.Timer.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Transactions.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Transactions.Local.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.ValueTuple.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Web.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Web.HttpUtility.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Windows.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Xml.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Xml.Linq.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Xml.ReaderWriter.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Xml.Serialization.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Xml.XDocument.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Xml.XmlDocument.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Xml.XmlSerializer.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Xml.XPath.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/System.Xml.XPath.XDocument.dll",
+ $"/reference:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/ref/net{TargetFrameworkVersion}/WindowsBase.dll",
"/features:InterceptorsNamespaces=;Microsoft.AspNetCore.Http.Generated;Microsoft.Extensions.Configuration.Binder.SourceGeneration;Microsoft.Extensions.Validation.Generated",
"/debug+",
"/debug:portable",
@@ -202,8 +202,8 @@ private IEnumerable GetCscArguments(
"/deterministic+",
"/langversion:14.0",
"/features:FileBasedProgram",
+ $"/analyzerconfig:{SdkPath}/Sdks/Microsoft.NET.Sdk/codestyle/cs/build/config/analysislevelstyle_default.globalconfig",
$"/analyzerconfig:{objDir}/{fileNameWithoutExtension}.GeneratedMSBuildEditorConfig.editorconfig",
- $"/analyzerconfig:{SdkPath}/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_10_default.globalconfig",
$"/analyzer:{SdkPath}/Sdks/Microsoft.NET.Sdk/targets/../analyzers/Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll",
$"/analyzer:{SdkPath}/Sdks/Microsoft.NET.Sdk/targets/../analyzers/Microsoft.CodeAnalysis.NetAnalyzers.dll",
$"/analyzer:{NuGetCachePath}/microsoft.net.illink.tasks/{RuntimeVersion}/analyzers/dotnet/cs/ILLink.CodeFixProvider.dll",
@@ -216,7 +216,7 @@ private IEnumerable GetCscArguments(
$"/analyzer:{DotNetRootPath}/packs/Microsoft.NETCore.App.Ref/{RuntimeVersion}/analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll",
$"{EntryPointFileFullPath}",
$"{objDir}/{fileNameWithoutExtension}.GlobalUsings.g.cs",
- $"{objDir}/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs",
+ $"{objDir}/.NETCoreApp,Version=v{TargetFrameworkVersion}.AssemblyAttributes.cs",
$"{objDir}/{fileNameWithoutExtension}.AssemblyInfo.cs",
"/warnaserror+:NU1605,SYSLIB0011",
];
diff --git a/src/Cli/dotnet/Commands/Run/CSharpCompilerCommand.cs b/src/Cli/dotnet/Commands/Run/CSharpCompilerCommand.cs
index a41d3822f6e8..f5fec88929d6 100644
--- a/src/Cli/dotnet/Commands/Run/CSharpCompilerCommand.cs
+++ b/src/Cli/dotnet/Commands/Run/CSharpCompilerCommand.cs
@@ -44,9 +44,9 @@ internal sealed partial class CSharpCompilerCommand
private static string DotNetRootPath => field ??= Path.GetDirectoryName(Path.GetDirectoryName(SdkPath)!)!;
private static string ClientDirectory => field ??= Path.Combine(SdkPath, "Roslyn", "bincore");
private static string NuGetCachePath => field ??= SettingsUtility.GetGlobalPackagesFolder(Settings.LoadDefaultSettings(null));
- internal static string RuntimeVersion => field ??= RuntimeInformation.FrameworkDescription.Split(' ').Last();
- private static string DefaultRuntimeVersion => field ??= GetDefaultRuntimeVersion();
- private static string TargetFrameworkVersion => Product.TargetFrameworkVersion;
+ internal static string RuntimeVersion => field ??= ComputeRuntimeVersion();
+ private static string DefaultRuntimeVersion => field ??= ComputeDefaultRuntimeVersion();
+ internal static string TargetFrameworkVersion => Product.TargetFrameworkVersion;
public required string EntryPointFileFullPath { get; init; }
public required string ArtifactsPath { get; init; }
@@ -420,10 +420,26 @@ public static bool IsPathOption(string arg, out int colonIndex)
return false;
}
+ private static string ComputeRuntimeVersion()
+ {
+ var executingRuntimeVersion = RuntimeInformation.FrameworkDescription.Split(' ').Last();
+ var executingRuntimeMajorVersion = executingRuntimeVersion.Split('.').First();
+ var tfmMajorVersion = TargetFrameworkVersion.Split('.').First();
+
+ // If the target framework is still net10.0 while the runtime is already 11.0.x, we need to force-use 10.0.x runtime.
+ if (tfmMajorVersion != executingRuntimeMajorVersion)
+ {
+ return tfmMajorVersion + ".0.0";
+ }
+
+ // Otherwise, we can use the current runtime.
+ return executingRuntimeVersion;
+ }
+
///
/// See GenerateDefaultRuntimeFrameworkVersion.
///
- private static string GetDefaultRuntimeVersion()
+ private static string ComputeDefaultRuntimeVersion()
{
if (NuGetVersion.TryParse(RuntimeVersion, out var version))
{
diff --git a/src/Cli/dotnet/Commands/Workload/Install/NetSdkMsiInstallerClient.InstallRecords.cs b/src/Cli/dotnet/Commands/Workload/Install/NetSdkMsiInstallerClient.InstallRecords.cs
index fdb6eb62a09a..8663b7502036 100644
--- a/src/Cli/dotnet/Commands/Workload/Install/NetSdkMsiInstallerClient.InstallRecords.cs
+++ b/src/Cli/dotnet/Commands/Workload/Install/NetSdkMsiInstallerClient.InstallRecords.cs
@@ -70,11 +70,13 @@ protected List GetWorkloadSetRecords()
"Microsoft.NET.Workload.Emscripten.net7",
"Microsoft.NET.Workload.Emscripten.net8",
"Microsoft.NET.Workload.Emscripten.net9",
+ "Microsoft.NET.Workload.Emscripten.net10",
"Microsoft.NET.Workload.Mono.ToolChain.Current",
"Microsoft.NET.Workload.Mono.ToolChain.net6",
"Microsoft.NET.Workload.Mono.ToolChain.net7",
"Microsoft.NET.Workload.Mono.ToolChain.net8",
"Microsoft.NET.Workload.Mono.ToolChain.net9",
+ "Microsoft.NET.Workload.Mono.ToolChain.net10"
];
private static readonly IReadOnlyDictionary ManifestIdCasing = CasedManifestIds.ToDictionary(id => id.ToLowerInvariant()).AsReadOnly();
@@ -241,7 +243,7 @@ protected List GetWorkloadManifestRecords()
/// A UUID generated using the given namespace UUID and name.
public static Guid CreateUuid(Guid namespaceUuid, string name)
{
- // 1. Convert the name to a canonical sequence of octets (as defined by the standards or conventions of its name space); put the name space ID in network byte order.
+ // 1. Convert the name to a canonical sequence of octets (as defined by the standards or conventions of its name space); put the name space ID in network byte order.
byte[] namespaceBytes = namespaceUuid.ToByteArray();
// Octet 0-3
int timeLow = IPAddress.HostToNetworkOrder(BitConverter.ToInt32(namespaceBytes, 0));
@@ -268,29 +270,29 @@ public static Guid CreateUuid(Guid namespaceUuid, string name)
Array.Resize(ref hash, 16);
- // 3. Set octets zero through 3 of the time_low field to octets zero through 3 of the hash.
+ // 3. Set octets zero through 3 of the time_low field to octets zero through 3 of the hash.
timeLow = IPAddress.NetworkToHostOrder(BitConverter.ToInt32(hash, 0));
Buffer.BlockCopy(BitConverter.GetBytes(timeLow), 0, hash, 0, 4);
- // 4. Set octets zero and one of the time_mid field to octets 4 and 5 of the hash.
+ // 4. Set octets zero and one of the time_mid field to octets 4 and 5 of the hash.
timeMid = IPAddress.NetworkToHostOrder(BitConverter.ToInt16(hash, 4));
Buffer.BlockCopy(BitConverter.GetBytes(timeMid), 0, hash, 4, 2);
- // 5. Set octets zero and one of the time_hi_and_version field to octets 6 and 7 of the hash.
+ // 5. Set octets zero and one of the time_hi_and_version field to octets 6 and 7 of the hash.
timeHiVersion = IPAddress.NetworkToHostOrder(BitConverter.ToInt16(hash, 6));
- // 6. Set the four most significant bits (bits 12 through 15) of the time_hi_and_version field to the appropriate 4-bit version number from Section 4.1.3.
+ // 6. Set the four most significant bits (bits 12 through 15) of the time_hi_and_version field to the appropriate 4-bit version number from Section 4.1.3.
timeHiVersion = (short)((timeHiVersion & 0x0fff) | 0x3000);
Buffer.BlockCopy(BitConverter.GetBytes(timeHiVersion), 0, hash, 6, 2);
- // 7. Set the clock_seq_hi_and_reserved field to octet 8 of the hash.
+ // 7. Set the clock_seq_hi_and_reserved field to octet 8 of the hash.
// 8. Set the two most significant bits (bits 6 and 7) of the clock_seq_hi_and_reserved to zero and one, respectively.
hash[8] = (byte)((hash[8] & 0x3f) | 0x80);
// Steps 9-11 are essentially no-ops, but provided for completion sake
// 9. Set the clock_seq_low field to octet 9 of the hash.
// 10. Set octets zero through five of the node field to octets 10 through 15 of the hash.
- // 11. Convert the resulting UUID to local byte order.
+ // 11. Convert the resulting UUID to local byte order.
return new Guid(hash);
}
diff --git a/src/Cli/dotnet/PerformanceLogEventSource.cs b/src/Cli/dotnet/PerformanceLogEventSource.cs
index 0879b02f1725..0d1912db6c72 100644
--- a/src/Cli/dotnet/PerformanceLogEventSource.cs
+++ b/src/Cli/dotnet/PerformanceLogEventSource.cs
@@ -12,14 +12,10 @@
namespace Microsoft.DotNet.Cli;
[EventSource(Name = "Microsoft-Dotnet-CLI-Performance", Guid = "cbd57d06-3b9f-5374-ed53-cfbcc23cf44f")]
-internal sealed class PerformanceLogEventSource : EventSource
+internal sealed partial class PerformanceLogEventSource : EventSource
{
internal static PerformanceLogEventSource Log = new();
- private PerformanceLogEventSource()
- {
- }
-
[NonEvent]
internal void LogStartUpInformation(PerformanceLogStartupInformation startupInfo)
{
diff --git a/src/Compatibility/Microsoft.DotNet.ApiSymbolExtensions/AssemblySymbolLoader.cs b/src/Compatibility/Microsoft.DotNet.ApiSymbolExtensions/AssemblySymbolLoader.cs
index b908f6525f73..9f89a7fc6550 100644
--- a/src/Compatibility/Microsoft.DotNet.ApiSymbolExtensions/AssemblySymbolLoader.cs
+++ b/src/Compatibility/Microsoft.DotNet.ApiSymbolExtensions/AssemblySymbolLoader.cs
@@ -480,7 +480,7 @@ private void ResolveReferences(PEReader peReader, string assemblyName, string ro
// Temporarily downgrade assembly reference load warnings to messages: https://github.com/dotnet/sdk/issues/46236
// _log.LogWarning(AssemblyReferenceNotFoundErrorCode,
// string.Format(Resources.CouldNotResolveReference, assemblyReferenceName, rootAssemblyDisplayString));
- _log.LogMessage(MessageImportance.High, string.Format(Resources.CouldNotResolveReference, assemblyReferenceName, rootAssemblyDisplayString));
+ _log.LogMessage(MessageImportance.Normal, string.Format(Resources.CouldNotResolveReference, assemblyReferenceName, rootAssemblyDisplayString));
}
}
}
diff --git a/src/Containers/Microsoft.NET.Build.Containers/PublicAPI/net10.0/PublicAPI.Shipped.txt b/src/Containers/Microsoft.NET.Build.Containers/PublicAPI/net11.0/PublicAPI.Shipped.txt
similarity index 100%
rename from src/Containers/Microsoft.NET.Build.Containers/PublicAPI/net10.0/PublicAPI.Shipped.txt
rename to src/Containers/Microsoft.NET.Build.Containers/PublicAPI/net11.0/PublicAPI.Shipped.txt
diff --git a/src/Containers/Microsoft.NET.Build.Containers/PublicAPI/net10.0/PublicAPI.Unshipped.txt b/src/Containers/Microsoft.NET.Build.Containers/PublicAPI/net11.0/PublicAPI.Unshipped.txt
similarity index 100%
rename from src/Containers/Microsoft.NET.Build.Containers/PublicAPI/net10.0/PublicAPI.Unshipped.txt
rename to src/Containers/Microsoft.NET.Build.Containers/PublicAPI/net11.0/PublicAPI.Unshipped.txt
diff --git a/src/Containers/packaging/build/Microsoft.NET.Build.Containers.props b/src/Containers/packaging/build/Microsoft.NET.Build.Containers.props
index 82178233188c..a663bb0b8577 100644
--- a/src/Containers/packaging/build/Microsoft.NET.Build.Containers.props
+++ b/src/Containers/packaging/build/Microsoft.NET.Build.Containers.props
@@ -3,7 +3,7 @@
true
tasks
- net10.0
+ net11.0
net472
containerize
diff --git a/src/Layout/Directory.Build.targets b/src/Layout/Directory.Build.targets
index 86e2a44ff9fd..4b62bf7c98ee 100644
--- a/src/Layout/Directory.Build.targets
+++ b/src/Layout/Directory.Build.targets
@@ -14,8 +14,7 @@
$(FullNugetVersion).$(VersionSuffixDateStamp).$(VersionSuffixBuildOfTheDay)
-pgo
-
- dotnet-sdk-internal$(PgoTerm)-10.0.100-rtm-$(ProductMonikerRid)
+ dotnet-sdk-internal$(PgoTerm)-$(FullNugetVersion)-$(ProductMonikerRid)
dotnet-sdk$(PgoTerm)-$(Version)-$(ProductMonikerRid)
$(ArtifactNameWithVersionSdk)$(InstallerExtension)
diff --git a/src/Layout/VS.Redist.Common.NetCore.Templates/VS.Redist.Common.NetCore.Templates.proj b/src/Layout/VS.Redist.Common.NetCore.Templates/VS.Redist.Common.NetCore.Templates.proj
index 3ccf85596cef..99aa4dc84a26 100644
--- a/src/Layout/VS.Redist.Common.NetCore.Templates/VS.Redist.Common.NetCore.Templates.proj
+++ b/src/Layout/VS.Redist.Common.NetCore.Templates/VS.Redist.Common.NetCore.Templates.proj
@@ -17,8 +17,7 @@
-
-
+
diff --git a/src/Layout/redist/PrunePackageData/10.0/Microsoft.AspNetCore.App/PackageOverrides.txt b/src/Layout/redist/PrunePackageData/10.0/Microsoft.AspNetCore.App/PackageOverrides.txt
new file mode 100644
index 000000000000..36fe1999d53c
--- /dev/null
+++ b/src/Layout/redist/PrunePackageData/10.0/Microsoft.AspNetCore.App/PackageOverrides.txt
@@ -0,0 +1,140 @@
+Microsoft.Extensions.Caching.Abstractions|10.0.0
+Microsoft.Extensions.Caching.Memory|10.0.0
+Microsoft.Extensions.Configuration.Abstractions|10.0.0
+Microsoft.Extensions.Configuration.Binder|10.0.0
+Microsoft.Extensions.Configuration.CommandLine|10.0.0
+Microsoft.Extensions.Configuration|10.0.0
+Microsoft.Extensions.Configuration.EnvironmentVariables|10.0.0
+Microsoft.Extensions.Configuration.FileExtensions|10.0.0
+Microsoft.Extensions.Configuration.Ini|10.0.0
+Microsoft.Extensions.Configuration.Json|10.0.0
+Microsoft.Extensions.Configuration.UserSecrets|10.0.0
+Microsoft.Extensions.Configuration.Xml|10.0.0
+Microsoft.Extensions.DependencyInjection.Abstractions|10.0.0
+Microsoft.Extensions.DependencyInjection|10.0.0
+Microsoft.Extensions.Diagnostics.Abstractions|10.0.0
+Microsoft.Extensions.Diagnostics|10.0.0
+Microsoft.Extensions.FileProviders.Abstractions|10.0.0
+Microsoft.Extensions.FileProviders.Composite|10.0.0
+Microsoft.Extensions.FileProviders.Physical|10.0.0
+Microsoft.Extensions.FileSystemGlobbing|10.0.0
+Microsoft.Extensions.Hosting.Abstractions|10.0.0
+Microsoft.Extensions.Hosting|10.0.0
+Microsoft.Extensions.Http|10.0.0
+Microsoft.Extensions.Logging.Abstractions|10.0.0
+Microsoft.Extensions.Logging.Configuration|10.0.0
+Microsoft.Extensions.Logging.Console|10.0.0
+Microsoft.Extensions.Logging.Debug|10.0.0
+Microsoft.Extensions.Logging|10.0.0
+Microsoft.Extensions.Logging.EventLog|10.0.0
+Microsoft.Extensions.Logging.EventSource|10.0.0
+Microsoft.Extensions.Logging.TraceSource|10.0.0
+Microsoft.Extensions.Options.ConfigurationExtensions|10.0.0
+Microsoft.Extensions.Options.DataAnnotations|10.0.0
+Microsoft.Extensions.Options|10.0.0
+Microsoft.Extensions.Primitives|10.0.0
+System.Diagnostics.EventLog|10.0.0
+System.Formats.Cbor|10.0.0
+System.Security.Cryptography.Xml|10.0.0
+System.Threading.RateLimiting|10.0.0
+Microsoft.AspNetCore.Antiforgery|10.0.0
+Microsoft.AspNetCore.Authentication.Abstractions|10.0.0
+Microsoft.AspNetCore.Authentication.BearerToken|10.0.0
+Microsoft.AspNetCore.Authentication.Cookies|10.0.0
+Microsoft.AspNetCore.Authentication.Core|10.0.0
+Microsoft.AspNetCore.Authentication|10.0.0
+Microsoft.AspNetCore.Authentication.OAuth|10.0.0
+Microsoft.AspNetCore.Authorization|10.0.0
+Microsoft.AspNetCore.Authorization.Policy|10.0.0
+Microsoft.AspNetCore.Components.Authorization|10.0.0
+Microsoft.AspNetCore.Components|10.0.0
+Microsoft.AspNetCore.Components.Endpoints|10.0.0
+Microsoft.AspNetCore.Components.Forms|10.0.0
+Microsoft.AspNetCore.Components.Server|10.0.0
+Microsoft.AspNetCore.Components.Web|10.0.0
+Microsoft.AspNetCore.Connections.Abstractions|10.0.0
+Microsoft.AspNetCore.CookiePolicy|10.0.0
+Microsoft.AspNetCore.Cors|10.0.0
+Microsoft.AspNetCore.Cryptography.Internal|10.0.0
+Microsoft.AspNetCore.Cryptography.KeyDerivation|10.0.0
+Microsoft.AspNetCore.DataProtection.Abstractions|10.0.0
+Microsoft.AspNetCore.DataProtection|10.0.0
+Microsoft.AspNetCore.DataProtection.Extensions|10.0.0
+Microsoft.AspNetCore.Diagnostics.Abstractions|10.0.0
+Microsoft.AspNetCore.Diagnostics|10.0.0
+Microsoft.AspNetCore.Diagnostics.HealthChecks|10.0.0
+Microsoft.AspNetCore|10.0.0
+Microsoft.AspNetCore.HostFiltering|10.0.0
+Microsoft.AspNetCore.Hosting.Abstractions|10.0.0
+Microsoft.AspNetCore.Hosting|10.0.0
+Microsoft.AspNetCore.Hosting.Server.Abstractions|10.0.0
+Microsoft.AspNetCore.Html.Abstractions|10.0.0
+Microsoft.AspNetCore.Http.Abstractions|10.0.0
+Microsoft.AspNetCore.Http.Connections.Common|10.0.0
+Microsoft.AspNetCore.Http.Connections|10.0.0
+Microsoft.AspNetCore.Http|10.0.0
+Microsoft.AspNetCore.Http.Extensions|10.0.0
+Microsoft.AspNetCore.Http.Features|10.0.0
+Microsoft.AspNetCore.Http.Results|10.0.0
+Microsoft.AspNetCore.HttpLogging|10.0.0
+Microsoft.AspNetCore.HttpOverrides|10.0.0
+Microsoft.AspNetCore.HttpsPolicy|10.0.0
+Microsoft.AspNetCore.Identity|10.0.0
+Microsoft.AspNetCore.Localization|10.0.0
+Microsoft.AspNetCore.Localization.Routing|10.0.0
+Microsoft.AspNetCore.Metadata|10.0.0
+Microsoft.AspNetCore.Mvc.Abstractions|10.0.0
+Microsoft.AspNetCore.Mvc.ApiExplorer|10.0.0
+Microsoft.AspNetCore.Mvc.Core|10.0.0
+Microsoft.AspNetCore.Mvc.Cors|10.0.0
+Microsoft.AspNetCore.Mvc.DataAnnotations|10.0.0
+Microsoft.AspNetCore.Mvc|10.0.0
+Microsoft.AspNetCore.Mvc.Formatters.Json|10.0.0
+Microsoft.AspNetCore.Mvc.Formatters.Xml|10.0.0
+Microsoft.AspNetCore.Mvc.Localization|10.0.0
+Microsoft.AspNetCore.Mvc.Razor|10.0.0
+Microsoft.AspNetCore.Mvc.RazorPages|10.0.0
+Microsoft.AspNetCore.Mvc.TagHelpers|10.0.0
+Microsoft.AspNetCore.Mvc.ViewFeatures|10.0.0
+Microsoft.AspNetCore.OutputCaching|10.0.0
+Microsoft.AspNetCore.RateLimiting|10.0.0
+Microsoft.AspNetCore.Razor|10.0.0
+Microsoft.AspNetCore.Razor.Runtime|10.0.0
+Microsoft.AspNetCore.RequestDecompression|10.0.0
+Microsoft.AspNetCore.ResponseCaching.Abstractions|10.0.0
+Microsoft.AspNetCore.ResponseCaching|10.0.0
+Microsoft.AspNetCore.ResponseCompression|10.0.0
+Microsoft.AspNetCore.Rewrite|10.0.0
+Microsoft.AspNetCore.Routing.Abstractions|10.0.0
+Microsoft.AspNetCore.Routing|10.0.0
+Microsoft.AspNetCore.Server.HttpSys|10.0.0
+Microsoft.AspNetCore.Server.IIS|10.0.0
+Microsoft.AspNetCore.Server.IISIntegration|10.0.0
+Microsoft.AspNetCore.Server.Kestrel.Core|10.0.0
+Microsoft.AspNetCore.Server.Kestrel|10.0.0
+Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes|10.0.0
+Microsoft.AspNetCore.Server.Kestrel.Transport.Quic|10.0.0
+Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|10.0.0
+Microsoft.AspNetCore.Session|10.0.0
+Microsoft.AspNetCore.SignalR.Common|10.0.0
+Microsoft.AspNetCore.SignalR.Core|10.0.0
+Microsoft.AspNetCore.SignalR|10.0.0
+Microsoft.AspNetCore.SignalR.Protocols.Json|10.0.0
+Microsoft.AspNetCore.StaticAssets|10.0.0
+Microsoft.AspNetCore.StaticFiles|10.0.0
+Microsoft.AspNetCore.WebSockets|10.0.0
+Microsoft.AspNetCore.WebUtilities|10.0.0
+Microsoft.Extensions.Configuration.KeyPerFile|10.0.0
+Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions|10.0.0
+Microsoft.Extensions.Diagnostics.HealthChecks|10.0.0
+Microsoft.Extensions.Features|10.0.0
+Microsoft.Extensions.Identity.Core|10.0.0
+Microsoft.Extensions.Identity.Stores|10.0.0
+Microsoft.Extensions.Localization.Abstractions|10.0.0
+Microsoft.Extensions.Localization|10.0.0
+Microsoft.Extensions.ObjectPool|10.0.0
+Microsoft.Extensions.Validation|10.0.0
+Microsoft.Extensions.WebEncoders|10.0.0
+Microsoft.JSInterop|10.0.0
+Microsoft.Net.Http.Headers|10.0.0
+Microsoft.AspNetCore.App|10.0.0
diff --git a/src/Layout/redist/PrunePackageData/10.0/Microsoft.NETCore.App/PackageOverrides.txt b/src/Layout/redist/PrunePackageData/10.0/Microsoft.NETCore.App/PackageOverrides.txt
new file mode 100644
index 000000000000..4ca6bad7e317
--- /dev/null
+++ b/src/Layout/redist/PrunePackageData/10.0/Microsoft.NETCore.App/PackageOverrides.txt
@@ -0,0 +1,272 @@
+Microsoft.CSharp|4.7.0
+Microsoft.VisualBasic|10.4.0
+Microsoft.Win32.Primitives|4.3.0
+Microsoft.Win32.Registry|5.0.0
+runtime.any.System.Collections|4.3.0
+runtime.any.System.Diagnostics.Tools|4.3.0
+runtime.any.System.Diagnostics.Tracing|4.3.0
+runtime.any.System.Globalization|4.3.0
+runtime.any.System.Globalization.Calendars|4.3.0
+runtime.any.System.IO|4.3.0
+runtime.any.System.Reflection|4.3.0
+runtime.any.System.Reflection.Extensions|4.3.0
+runtime.any.System.Reflection.Primitives|4.3.0
+runtime.any.System.Resources.ResourceManager|4.3.0
+runtime.any.System.Runtime|4.3.1
+runtime.any.System.Runtime.Handles|4.3.0
+runtime.any.System.Runtime.InteropServices|4.3.0
+runtime.any.System.Text.Encoding|4.3.0
+runtime.any.System.Text.Encoding.Extensions|4.3.0
+runtime.any.System.Threading.Tasks|4.3.0
+runtime.any.System.Threading.Timer|4.3.0
+runtime.aot.System.Collections|4.3.0
+runtime.aot.System.Diagnostics.Tools|4.3.0
+runtime.aot.System.Diagnostics.Tracing|4.3.0
+runtime.aot.System.Globalization|4.3.0
+runtime.aot.System.Globalization.Calendars|4.3.0
+runtime.aot.System.IO|4.3.0
+runtime.aot.System.Reflection|4.3.0
+runtime.aot.System.Reflection.Extensions|4.3.0
+runtime.aot.System.Reflection.Primitives|4.3.0
+runtime.aot.System.Resources.ResourceManager|4.3.0
+runtime.aot.System.Runtime|4.3.1
+runtime.aot.System.Runtime.Handles|4.3.0
+runtime.aot.System.Runtime.InteropServices|4.3.0
+runtime.aot.System.Text.Encoding|4.3.0
+runtime.aot.System.Text.Encoding.Extensions|4.3.0
+runtime.aot.System.Threading.Tasks|4.3.0
+runtime.aot.System.Threading.Timer|4.3.0
+runtime.debian.8-x64.runtime.native.System|4.3.1
+runtime.debian.8-x64.runtime.native.System.IO.Compression|4.3.2
+runtime.debian.8-x64.runtime.native.System.Net.Http|4.3.1
+runtime.debian.8-x64.runtime.native.System.Net.Security|4.3.1
+runtime.debian.8-x64.runtime.native.System.Security.Cryptography|4.3.4
+runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.3
+runtime.debian.9-x64.runtime.native.System|4.3.1
+runtime.debian.9-x64.runtime.native.System.IO.Compression|4.3.2
+runtime.debian.9-x64.runtime.native.System.Net.Http|4.3.1
+runtime.debian.9-x64.runtime.native.System.Net.Security|4.3.1
+runtime.fedora.23-x64.runtime.native.System|4.3.1
+runtime.fedora.23-x64.runtime.native.System.IO.Compression|4.3.2
+runtime.fedora.23-x64.runtime.native.System.Net.Http|4.3.1
+runtime.fedora.23-x64.runtime.native.System.Net.Security|4.3.1
+runtime.fedora.23-x64.runtime.native.System.Security.Cryptography|4.3.4
+runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.3
+runtime.fedora.24-x64.runtime.native.System|4.3.1
+runtime.fedora.24-x64.runtime.native.System.IO.Compression|4.3.2
+runtime.fedora.24-x64.runtime.native.System.Net.Http|4.3.1
+runtime.fedora.24-x64.runtime.native.System.Net.Security|4.3.1
+runtime.fedora.24-x64.runtime.native.System.Security.Cryptography|4.3.4
+runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.3
+runtime.fedora.27-x64.runtime.native.System|4.3.1
+runtime.fedora.27-x64.runtime.native.System.IO.Compression|4.3.2
+runtime.fedora.27-x64.runtime.native.System.Net.Http|4.3.1
+runtime.fedora.27-x64.runtime.native.System.Net.Security|4.3.1
+runtime.fedora.28-x64.runtime.native.System|4.3.1
+runtime.fedora.28-x64.runtime.native.System.IO.Compression|4.3.2
+runtime.fedora.28-x64.runtime.native.System.Net.Http|4.3.1
+runtime.fedora.28-x64.runtime.native.System.Net.Security|4.3.1
+runtime.opensuse.13.2-x64.runtime.native.System|4.3.1
+runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression|4.3.2
+runtime.opensuse.13.2-x64.runtime.native.System.Net.Http|4.3.1
+runtime.opensuse.13.2-x64.runtime.native.System.Net.Security|4.3.1
+runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography|4.3.4
+runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.3
+runtime.opensuse.42.1-x64.runtime.native.System|4.3.1
+runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression|4.3.2
+runtime.opensuse.42.1-x64.runtime.native.System.Net.Http|4.3.1
+runtime.opensuse.42.1-x64.runtime.native.System.Net.Security|4.3.1
+runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography|4.3.4
+runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.3
+runtime.opensuse.42.3-x64.runtime.native.System|4.3.1
+runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression|4.3.2
+runtime.opensuse.42.3-x64.runtime.native.System.Net.Http|4.3.1
+runtime.opensuse.42.3-x64.runtime.native.System.Net.Security|4.3.1
+runtime.osx.10.10-x64.runtime.native.System|4.3.1
+runtime.osx.10.10-x64.runtime.native.System.IO.Compression|4.3.2
+runtime.osx.10.10-x64.runtime.native.System.Net.Http|4.3.1
+runtime.osx.10.10-x64.runtime.native.System.Net.Security|4.3.1
+runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography|4.3.4
+runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple|4.3.1
+runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.3
+runtime.rhel.7-x64.runtime.native.System|4.3.1
+runtime.rhel.7-x64.runtime.native.System.IO.Compression|4.3.2
+runtime.rhel.7-x64.runtime.native.System.Net.Http|4.3.1
+runtime.rhel.7-x64.runtime.native.System.Net.Security|4.3.1
+runtime.rhel.7-x64.runtime.native.System.Security.Cryptography|4.3.4
+runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.3
+runtime.ubuntu.14.04-x64.runtime.native.System|4.3.1
+runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression|4.3.2
+runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http|4.3.1
+runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security|4.3.1
+runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography|4.3.4
+runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.3
+runtime.ubuntu.16.04-x64.runtime.native.System|4.3.1
+runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression|4.3.2
+runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http|4.3.1
+runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security|4.3.1
+runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography|4.3.4
+runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.3
+runtime.ubuntu.16.10-x64.runtime.native.System|4.3.1
+runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression|4.3.2
+runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http|4.3.1
+runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security|4.3.1
+runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography|4.3.4
+runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl|4.3.3
+runtime.ubuntu.18.04-x64.runtime.native.System|4.3.1
+runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression|4.3.2
+runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http|4.3.1
+runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security|4.3.1
+runtime.unix.Microsoft.Win32.Primitives|4.3.0
+runtime.unix.System.Console|4.3.1
+runtime.unix.System.Diagnostics.Debug|4.3.0
+runtime.unix.System.IO.FileSystem|4.3.0
+runtime.unix.System.Net.Primitives|4.3.0
+runtime.unix.System.Net.Sockets|4.3.0
+runtime.unix.System.Private.Uri|4.3.1
+runtime.unix.System.Runtime.Extensions|4.3.1
+runtime.win.Microsoft.Win32.Primitives|4.3.0
+runtime.win.System.Console|4.3.1
+runtime.win.System.Diagnostics.Debug|4.3.0
+runtime.win.System.IO.FileSystem|4.3.0
+runtime.win.System.Net.Primitives|4.3.0
+runtime.win.System.Net.Sockets|4.3.0
+runtime.win.System.Runtime.Extensions|4.3.1
+runtime.win10-arm64.runtime.native.System.IO.Compression|4.3.2
+runtime.win10-arm-aot.runtime.native.System.IO.Compression|4.0.1
+runtime.win10-x64-aot.runtime.native.System.IO.Compression|4.0.1
+runtime.win10-x86-aot.runtime.native.System.IO.Compression|4.0.1
+runtime.win7.System.Private.Uri|4.3.1
+runtime.win7-x64.runtime.native.System.IO.Compression|4.3.2
+runtime.win7-x86.runtime.native.System.IO.Compression|4.3.2
+runtime.win8-arm.runtime.native.System.IO.Compression|4.3.2
+System.AppContext|4.3.0
+System.Buffers|5.0.0
+System.Collections|4.3.0
+System.Collections.Concurrent|4.3.0
+System.Collections.Immutable|10.0.0
+System.Collections.NonGeneric|4.3.0
+System.Collections.Specialized|4.3.0
+System.ComponentModel|4.3.0
+System.ComponentModel.Annotations|4.3.0
+System.ComponentModel.EventBasedAsync|4.3.0
+System.ComponentModel.Primitives|4.3.0
+System.ComponentModel.TypeConverter|4.3.0
+System.Console|4.3.1
+System.Data.Common|4.3.0
+System.Data.DataSetExtensions|4.4.0
+System.Diagnostics.Contracts|4.3.0
+System.Diagnostics.Debug|4.3.0
+System.Diagnostics.DiagnosticSource|10.0.0
+System.Diagnostics.FileVersionInfo|4.3.0
+System.Diagnostics.Process|4.3.0
+System.Diagnostics.StackTrace|4.3.0
+System.Diagnostics.TextWriterTraceListener|4.3.0
+System.Diagnostics.Tools|4.3.0
+System.Diagnostics.TraceSource|4.3.0
+System.Diagnostics.Tracing|4.3.0
+System.Drawing.Primitives|4.3.0
+System.Dynamic.Runtime|4.3.0
+System.Formats.Asn1|10.0.0
+System.Formats.Tar|10.0.0
+System.Globalization|4.3.0
+System.Globalization.Calendars|4.3.0
+System.Globalization.Extensions|4.3.0
+System.IO|4.3.0
+System.IO.Compression|4.3.0
+System.IO.Compression.ZipFile|4.3.0
+System.IO.FileSystem|4.3.0
+System.IO.FileSystem.AccessControl|4.4.0
+System.IO.FileSystem.DriveInfo|4.3.1
+System.IO.FileSystem.Primitives|4.3.0
+System.IO.FileSystem.Watcher|4.3.0
+System.IO.IsolatedStorage|4.3.0
+System.IO.MemoryMappedFiles|4.3.0
+System.IO.Pipelines|10.0.0
+System.IO.Pipes|4.3.0
+System.IO.Pipes.AccessControl|5.0.0
+System.IO.UnmanagedMemoryStream|4.3.0
+System.Linq|4.3.0
+System.Linq.AsyncEnumerable|10.0.0
+System.Linq.Expressions|4.3.0
+System.Linq.Parallel|4.3.0
+System.Linq.Queryable|4.3.0
+System.Memory|5.0.0
+System.Net.Http|4.3.4
+System.Net.Http.Json|10.0.0
+System.Net.NameResolution|4.3.0
+System.Net.NetworkInformation|4.3.0
+System.Net.Ping|4.3.0
+System.Net.Primitives|4.3.1
+System.Net.Requests|4.3.0
+System.Net.Security|4.3.2
+System.Net.ServerSentEvents|10.0.0
+System.Net.Sockets|4.3.0
+System.Net.WebHeaderCollection|4.3.0
+System.Net.WebSockets|4.3.0
+System.Net.WebSockets.Client|4.3.2
+System.Numerics.Vectors|5.0.0
+System.ObjectModel|4.3.0
+System.Private.DataContractSerialization|4.3.0
+System.Private.Uri|4.3.2
+System.Reflection|4.3.0
+System.Reflection.DispatchProxy|6.0.0
+System.Reflection.Emit|4.7.0
+System.Reflection.Emit.ILGeneration|4.7.0
+System.Reflection.Emit.Lightweight|4.7.0
+System.Reflection.Extensions|4.3.0
+System.Reflection.Metadata|10.0.0
+System.Reflection.Primitives|4.3.0
+System.Reflection.TypeExtensions|4.3.0
+System.Resources.Reader|4.3.0
+System.Resources.ResourceManager|4.3.0
+System.Resources.Writer|4.3.0
+System.Runtime|4.3.1
+System.Runtime.CompilerServices.Unsafe|7.0.0
+System.Runtime.CompilerServices.VisualC|4.3.0
+System.Runtime.Extensions|4.3.1
+System.Runtime.Handles|4.3.0
+System.Runtime.InteropServices|4.3.0
+System.Runtime.InteropServices.RuntimeInformation|4.3.0
+System.Runtime.Loader|4.3.0
+System.Runtime.Numerics|4.3.0
+System.Runtime.Serialization.Formatters|4.3.0
+System.Runtime.Serialization.Json|4.3.0
+System.Runtime.Serialization.Primitives|4.3.0
+System.Runtime.Serialization.Xml|4.3.0
+System.Security.AccessControl|6.0.1
+System.Security.Claims|4.3.0
+System.Security.Cryptography.Algorithms|4.3.1
+System.Security.Cryptography.Cng|5.0.0
+System.Security.Cryptography.Csp|4.3.0
+System.Security.Cryptography.Encoding|4.3.0
+System.Security.Cryptography.OpenSsl|5.0.0
+System.Security.Cryptography.Primitives|4.3.0
+System.Security.Cryptography.X509Certificates|4.3.2
+System.Security.Principal|4.3.0
+System.Security.Principal.Windows|5.0.0
+System.Security.SecureString|4.3.0
+System.Text.Encoding|4.3.0
+System.Text.Encoding.CodePages|10.0.0
+System.Text.Encoding.Extensions|4.3.0
+System.Text.Encodings.Web|10.0.0
+System.Text.Json|10.0.0
+System.Text.RegularExpressions|4.3.1
+System.Threading|4.3.0
+System.Threading.AccessControl|10.0.0
+System.Threading.Channels|10.0.0
+System.Threading.Overlapped|4.3.0
+System.Threading.Tasks|4.3.0
+System.Threading.Tasks.Dataflow|10.0.0
+System.Threading.Tasks.Extensions|5.0.0
+System.Threading.Tasks.Parallel|4.3.0
+System.Threading.Thread|4.3.0
+System.Threading.ThreadPool|4.3.0
+System.Threading.Timer|4.3.0
+System.ValueTuple|4.5.0
+System.Xml.ReaderWriter|4.3.1
+System.Xml.XDocument|4.3.0
+System.Xml.XmlDocument|4.3.0
+System.Xml.XmlSerializer|4.3.0
+System.Xml.XPath|4.3.0
+System.Xml.XPath.XDocument|5.0.0
diff --git a/src/Layout/redist/PrunePackageData/10.0/Microsoft.WindowsDesktop.App/PackageOverrides.txt b/src/Layout/redist/PrunePackageData/10.0/Microsoft.WindowsDesktop.App/PackageOverrides.txt
new file mode 100644
index 000000000000..7ba28b54a9dd
--- /dev/null
+++ b/src/Layout/redist/PrunePackageData/10.0/Microsoft.WindowsDesktop.App/PackageOverrides.txt
@@ -0,0 +1,16 @@
+Microsoft.Win32.Registry.AccessControl|10.0.0
+Microsoft.Win32.SystemEvents|10.0.0
+System.CodeDom|10.0.0
+System.Configuration.ConfigurationManager|10.0.0
+System.Diagnostics.EventLog|10.0.0
+System.Diagnostics.PerformanceCounter|10.0.0
+System.DirectoryServices|10.0.0
+System.Formats.Nrbf|10.0.0
+System.IO.Packaging|10.0.0
+System.Resources.Extensions|10.0.0
+System.Security.Cryptography.Pkcs|10.0.0
+System.Security.Cryptography.ProtectedData|10.0.0
+System.Security.Cryptography.Xml|10.0.0
+System.Security.Permissions|10.0.0
+System.Windows.Extensions|10.0.0
+System.Drawing.Common|10.0.0
\ No newline at end of file
diff --git a/src/Layout/redist/targets/BundledManifests.targets b/src/Layout/redist/targets/BundledManifests.targets
index c945bc73b872..9e6f15274aff 100644
--- a/src/Layout/redist/targets/BundledManifests.targets
+++ b/src/Layout/redist/targets/BundledManifests.targets
@@ -1,12 +1,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
@@ -16,10 +16,12 @@
+
+
@@ -117,7 +119,7 @@
false
-
+
diff --git a/src/Layout/redist/targets/BundledSdks.targets b/src/Layout/redist/targets/BundledSdks.targets
index 5723d50fce8f..0d366f5a5a99 100644
--- a/src/Layout/redist/targets/BundledSdks.targets
+++ b/src/Layout/redist/targets/BundledSdks.targets
@@ -1,7 +1,6 @@
-
diff --git a/src/Layout/redist/targets/BundledTemplates.targets b/src/Layout/redist/targets/BundledTemplates.targets
index c7e277a2b8a9..586977f2c69e 100644
--- a/src/Layout/redist/targets/BundledTemplates.targets
+++ b/src/Layout/redist/targets/BundledTemplates.targets
@@ -1,25 +1,28 @@
-
-
-
-
-
+
+
+ $(MajorMinorVersion)
+
+
+
+
+
+
+
-
-
-
-
- %(Identity)/%(PackageVersion)/%(Identity).%(PackageVersion).nupkg
- $(NuGetPackageRoot)$([MSBuild]::ValueOrDefault('%(NupkgPathRelativeToPackageRoot)', '').ToLowerInvariant())
-
+
+
-
+
@@ -29,19 +32,9 @@
<_ArcadePatchNumber>$([MSBuild]::ValueOrDefault('$(_PatchNumber)', '000000'))
-
-
@@ -51,8 +44,7 @@
-
- $(ArtifactsNonShippingPackagesDir)%(TemplatesComponents.TemplateBaseFilename)-10.0.100-rtm-$(ProductMonikerRid)$(InstallerExtension)
+ $(ArtifactsNonShippingPackagesDir)%(TemplatesComponents.TemplateBaseFilename)-$(FullNugetVersion)-$(ProductMonikerRid)$(InstallerExtension)
@@ -69,12 +61,11 @@
+ DestinationFolder="$(RedistInstallerLayoutPath)templates\%(BundledTemplatesWithInstallPaths.BundledTemplateInstallPath)" />
- %(BundledTemplatesWithInstallPaths.BundledTemplateInstallPath)
+ %(BundledTemplatesWithInstallPaths.BundledTemplateInstallPath)
- %(BundledTemplatesWithInstallPaths.BundledTemplateInstallPath)
- %(CurrentVersionBundledTemplates.TemplateFrameworkVersion)
+ %(BundledTemplatesWithInstallPaths.BundledTemplateInstallPath)
+ %(BundledTemplate.TemplateFrameworkVersion)
diff --git a/src/Layout/redist/targets/Crossgen.targets b/src/Layout/redist/targets/Crossgen.targets
index 3e07f481af11..654a8d50ec92 100644
--- a/src/Layout/redist/targets/Crossgen.targets
+++ b/src/Layout/redist/targets/Crossgen.targets
@@ -30,7 +30,7 @@
no that we do not silently miss cross-genning some bits. When a TFM for a tool is updated,
update its path explicitly. If all TFMs match, update DefaultToolTfm -->
- net10.0
+ $(SdkTargetFramework)
$(InstallerOutputDirectory)Sdks\Microsoft.NET.Sdk\analyzers\
$(InstallerOutputDirectory)Sdks\Microsoft.NET.Sdk\tools\$(DefaultToolTfm)\
diff --git a/src/Layout/redist/targets/GenerateBundledVersions.targets b/src/Layout/redist/targets/GenerateBundledVersions.targets
index cb60f06b35d2..9371e0f7b79b 100644
--- a/src/Layout/redist/targets/GenerateBundledVersions.targets
+++ b/src/Layout/redist/targets/GenerateBundledVersions.targets
@@ -84,13 +84,12 @@
<_NETStandardLibraryPackageVersion>$(NETStandardLibraryRefPackageVersion)
<_NETCorePlatformsPackageVersion>$(MicrosoftNETCorePlatformsPackageVersion)
-
- <_NET100RuntimePackVersion>10.0.100-rtm.25523.111
- <_NET100TargetingPackVersion>10.0.100-rtm.25523.111
- <_WindowsDesktop100RuntimePackVersion>10.0.0-rtm.25523.111
- <_WindowsDesktop100TargetingPackVersion>10.0.0-rtm.25523.111
- <_AspNet100RuntimePackVersion>10.0.0-rtm.25523.111
- <_AspNet100TargetingPackVersion>10.0.0-rtm.25523.111
+ <_NET100RuntimePackVersion>10.0.$(VersionFeature100)
+ <_NET100TargetingPackVersion>10.0.$(VersionFeature100)
+ <_WindowsDesktop100RuntimePackVersion>10.0.$(VersionFeature100)
+ <_WindowsDesktop100TargetingPackVersion>10.0.$(VersionFeature100)
+ <_AspNet100RuntimePackVersion>10.0.$(VersionFeature100)
+ <_AspNet100TargetingPackVersion>10.0.$(VersionFeature100)
<_NET90RuntimePackVersion>9.0.$(VersionFeature90)
<_NET90TargetingPackVersion>9.0.$(VersionFeature90)
@@ -346,12 +345,7 @@
@(Net90MonoRuntimePackRids);
" />
-
-
-
+
-
+
-
+
@@ -447,14 +438,13 @@
linux-musl-riscv64;
" />
-
-
-
+
@@ -505,12 +495,9 @@
android-x64;
" />
-
-
-
+ "/>
@@ -520,8 +507,7 @@
-
-
+
@@ -650,6 +636,7 @@ Copyright (c) .NET Foundation. All rights reserved.
TargetFramework="net11.0"
Crossgen2PackNamePattern="Microsoft.NETCore.App.Crossgen2.**RID**"
Crossgen2PackVersion="$(MicrosoftNETCoreAppRuntimePackageVersion)"
+ Crossgen2PortableRuntimeIdentifiers="@(Crossgen2SupportedPortableRids, '%3B')"
Crossgen2RuntimeIdentifiers="@(Crossgen2SupportedRids, '%3B')"
/>
@@ -658,6 +645,7 @@ Copyright (c) .NET Foundation. All rights reserved.
ILCompilerPackNamePattern="runtime.**RID**.Microsoft.DotNet.ILCompiler"
ILCompilerRuntimePackNamePattern="Microsoft.NETCore.App.Runtime.NativeAOT.**RID**"
ILCompilerPackVersion="$(MicrosoftNETCoreAppRuntimePackageVersion)"
+ ILCompilerPortableRuntimeIdentifiers="@(ILCompilerSupportedPortableRids, '%3B')"
ILCompilerRuntimeIdentifiers="@(ILCompilerSupportedRids, '%3B')"
/>
@@ -745,10 +733,10 @@ Copyright (c) .NET Foundation. All rights reserved.
@@ -756,40 +744,40 @@ Copyright (c) .NET Foundation. All rights reserved.
+ ILLinkPackVersion="$(_NET100RuntimePackVersion)" />
+ AspNetCorePackVersion="$(_AspNet100RuntimePackVersion)" />
diff --git a/src/Layout/redist/targets/GenerateLayout.targets b/src/Layout/redist/targets/GenerateLayout.targets
index 446da1bc096b..ea6fe1c51306 100644
--- a/src/Layout/redist/targets/GenerateLayout.targets
+++ b/src/Layout/redist/targets/GenerateLayout.targets
@@ -219,9 +219,8 @@
- net9.0
- $(NetCurrent)
- net9.0
+ net9.0
+ $(NetCurrent)
$(NuGetPackageRoot)microsoft.testplatform.cli/$(MicrosoftTestPlatformCLIPackageVersion)/contentFiles/any/$(TestCliNuGetDirectoryTargetFramework)/
diff --git a/src/Layout/redist/targets/GenerateMSIs.targets b/src/Layout/redist/targets/GenerateMSIs.targets
index 6bb8b5515902..83f98054da4b 100644
--- a/src/Layout/redist/targets/GenerateMSIs.targets
+++ b/src/Layout/redist/targets/GenerateMSIs.targets
@@ -223,9 +223,7 @@
Outputs="$(SdkBundleFile)">
-
-
-
+
diff --git a/src/Layout/redist/targets/GeneratePackagePruneData.targets b/src/Layout/redist/targets/GeneratePackagePruneData.targets
index 54464d634043..2e8a13085690 100644
--- a/src/Layout/redist/targets/GeneratePackagePruneData.targets
+++ b/src/Layout/redist/targets/GeneratePackagePruneData.targets
@@ -42,10 +42,27 @@
+
+
+
+ <_ExistingPackageDownload Include="@(PackageDownload)" Version="$([System.String]::Copy('%(Version)').Trim('[]'))" />
+
+
+
+
+ <_ExistingPackageDownload Include="@(PackageDownload)" Version="$([System.String]::Copy('%(Version)').Trim('[]'))" />
+
+
+
+
+ <_ExistingPackageDownload Include="@(PackageDownload)" Version="$([System.String]::Copy('%(Version)').Trim('[]'))" />
+
-
+
diff --git a/src/Layout/redist/targets/OverlaySdkOnLKG.targets b/src/Layout/redist/targets/OverlaySdkOnLKG.targets
index 54a82b807a82..b3018ef056f8 100644
--- a/src/Layout/redist/targets/OverlaySdkOnLKG.targets
+++ b/src/Layout/redist/targets/OverlaySdkOnLKG.targets
@@ -9,7 +9,7 @@
-
+
diff --git a/src/Layout/redist/targets/RestoreLayout.targets b/src/Layout/redist/targets/RestoreLayout.targets
index 7538eb243aef..b5cbd8993fc8 100644
--- a/src/Layout/redist/targets/RestoreLayout.targets
+++ b/src/Layout/redist/targets/RestoreLayout.targets
@@ -29,8 +29,7 @@
windowsdesktop-targeting-pack-$(MicrosoftWindowsDesktopAppRefPackageVersion)-$(SharedFrameworkInstallerFileRid)$(InstallerExtension)
$(ArtifactNameWithVersionSdk)$(InstallerExtension)
-
- dotnet-100templates-10.0.100-rtm-$(ProductMonikerRid)$(InstallerExtension)
+ dotnet-$(VersionMajor)$(VersionMinor)templates-$(FullNugetVersion)-$(ProductMonikerRid)$(InstallerExtension)
dotnet-runtime-$(MicrosoftNETCoreAppRuntimePackageVersion)-$(SharedFrameworkRid)$(ArchiveExtension)
windowsdesktop-runtime-$(MicrosoftWindowsDesktopAppRuntimePackageVersion)-$(SharedFrameworkRid)$(ArchiveExtension)
diff --git a/src/Layout/redist/tools/tool_fsc.csproj b/src/Layout/redist/tools/tool_fsc.csproj
index d648856e2188..f10074291657 100644
--- a/src/Layout/redist/tools/tool_fsc.csproj
+++ b/src/Layout/redist/tools/tool_fsc.csproj
@@ -35,7 +35,7 @@
PreRelease
Release
net10.0
- $(NetCurrent)
+ $(NetCurrent)
diff --git a/src/Microsoft.CodeAnalysis.NetAnalyzers/src/Microsoft.CodeAnalysis.NetAnalyzers.Package.csproj b/src/Microsoft.CodeAnalysis.NetAnalyzers/src/Microsoft.CodeAnalysis.NetAnalyzers.Package.csproj
index 50e8908a229c..3eaa0406fb36 100644
--- a/src/Microsoft.CodeAnalysis.NetAnalyzers/src/Microsoft.CodeAnalysis.NetAnalyzers.Package.csproj
+++ b/src/Microsoft.CodeAnalysis.NetAnalyzers/src/Microsoft.CodeAnalysis.NetAnalyzers.Package.csproj
@@ -89,7 +89,7 @@
<_GenerateDocumentationAndConfigFilesPath>%(_GenerateDocumentationAndConfigFilesPath.Identity)
-
+
-
\ No newline at end of file
+
diff --git a/src/Microsoft.CodeAnalysis.NetAnalyzers/src/Microsoft.CodeAnalysis.NetAnalyzers.sarif b/src/Microsoft.CodeAnalysis.NetAnalyzers/src/Microsoft.CodeAnalysis.NetAnalyzers.sarif
index 5c266abfe069..c3d256fa6d29 100644
--- a/src/Microsoft.CodeAnalysis.NetAnalyzers/src/Microsoft.CodeAnalysis.NetAnalyzers.sarif
+++ b/src/Microsoft.CodeAnalysis.NetAnalyzers/src/Microsoft.CodeAnalysis.NetAnalyzers.sarif
@@ -5,7 +5,7 @@
{
"tool": {
"name": "Microsoft.CodeAnalysis.CSharp.NetAnalyzers",
- "version": "10.0.100",
+ "version": "11.0.100",
"language": "en-US"
},
"rules": {
@@ -708,7 +708,7 @@
{
"tool": {
"name": "Microsoft.CodeAnalysis.NetAnalyzers",
- "version": "10.0.100",
+ "version": "11.0.100",
"language": "en-US"
},
"rules": {
@@ -6603,7 +6603,7 @@
{
"tool": {
"name": "Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers",
- "version": "10.0.100",
+ "version": "11.0.100",
"language": "en-US"
},
"rules": {
diff --git a/src/Microsoft.CodeAnalysis.NetAnalyzers/tests/Microsoft.CodeAnalysis.NetAnalyzers.UnitTests/Microsoft.NetCore.Analyzers/Runtime/DisposeObjectsBeforeLosingScopeTests.cs b/src/Microsoft.CodeAnalysis.NetAnalyzers/tests/Microsoft.CodeAnalysis.NetAnalyzers.UnitTests/Microsoft.NetCore.Analyzers/Runtime/DisposeObjectsBeforeLosingScopeTests.cs
index c1c03c4122d5..9c89c0026e2f 100644
--- a/src/Microsoft.CodeAnalysis.NetAnalyzers/tests/Microsoft.CodeAnalysis.NetAnalyzers.UnitTests/Microsoft.NetCore.Analyzers/Runtime/DisposeObjectsBeforeLosingScopeTests.cs
+++ b/src/Microsoft.CodeAnalysis.NetAnalyzers/tests/Microsoft.CodeAnalysis.NetAnalyzers.UnitTests/Microsoft.NetCore.Analyzers/Runtime/DisposeObjectsBeforeLosingScopeTests.cs
@@ -8197,8 +8197,8 @@ class B : IDisposable
{
public void Dispose()
{
- A x = new A();{|CS1525:|}
- = x{|CS1002:|}
+ A x = new A();
+ {|CS1525:=|} x{|CS1002:|}
}
}
");
diff --git a/src/Microsoft.CodeAnalysis.NetAnalyzers/tools/GenerateDocumentationAndConfigFiles/GenerateDocumentationAndConfigFiles.csproj b/src/Microsoft.CodeAnalysis.NetAnalyzers/tools/GenerateDocumentationAndConfigFiles/GenerateDocumentationAndConfigFiles.csproj
index 549f4244ad80..12ab2cc33a89 100644
--- a/src/Microsoft.CodeAnalysis.NetAnalyzers/tools/GenerateDocumentationAndConfigFiles/GenerateDocumentationAndConfigFiles.csproj
+++ b/src/Microsoft.CodeAnalysis.NetAnalyzers/tools/GenerateDocumentationAndConfigFiles/GenerateDocumentationAndConfigFiles.csproj
@@ -1,9 +1,10 @@
- $(NetCurrent)
+ $(NetToolCurrent)
Exe
Major
+ false
diff --git a/src/RazorSdk/Targets/Sdk.Razor.CurrentVersion.targets b/src/RazorSdk/Targets/Sdk.Razor.CurrentVersion.targets
index 2c5b6daf2d49..4b9420e35777 100644
--- a/src/RazorSdk/Targets/Sdk.Razor.CurrentVersion.targets
+++ b/src/RazorSdk/Targets/Sdk.Razor.CurrentVersion.targets
@@ -30,7 +30,7 @@ Copyright (c) .NET Foundation. All rights reserved.
$(MSBuildThisFileDirectory)..\
$(RazorSdkDirectoryRoot)tasks\
- <_RazorSdkTasksTFM Condition=" '$(MSBuildRuntimeType)' == 'Core'">net10.0
+ <_RazorSdkTasksTFM Condition=" '$(MSBuildRuntimeType)' == 'Core'">net11.0
<_RazorSdkTasksTFM Condition=" '$(_RazorSdkTasksTFM)' == ''">net472
$(RazorSdkBuildTasksDirectoryRoot)$(_RazorSdkTasksTFM)\Microsoft.NET.Sdk.Razor.Tasks.dll
<_RazorSdkToolAssembly>$(RazorSdkDirectoryRoot)tools\rzc.dll
diff --git a/src/RazorSdk/Tool/DiscoverCommand.cs b/src/RazorSdk/Tool/DiscoverCommand.cs
index 3b12d2375c41..d84727d4bcc2 100644
--- a/src/RazorSdk/Tool/DiscoverCommand.cs
+++ b/src/RazorSdk/Tool/DiscoverCommand.cs
@@ -171,13 +171,14 @@ private int ExecuteCore(RazorConfiguration configuration, string projectDirector
b.Features.Add(new DefaultMetadataReferenceFeature() { References = metadataReferences });
b.Features.Add(new CompilationTagHelperFeature());
- b.Features.Add(new DefaultTagHelperDescriptorProvider());
+
+ b.RegisterDefaultTagHelperProducer();
CompilerFeatures.Register(b);
});
var feature = engine.Engine.Features.OfType().Single();
- var tagHelpers = feature.GetDescriptors();
+ var tagHelpers = feature.GetTagHelpers();
using (var stream = new MemoryStream())
{
diff --git a/src/RazorSdk/Tool/GenerateCommand.cs b/src/RazorSdk/Tool/GenerateCommand.cs
index 33176da4869e..d76d49b0eb10 100644
--- a/src/RazorSdk/Tool/GenerateCommand.cs
+++ b/src/RazorSdk/Tool/GenerateCommand.cs
@@ -3,6 +3,7 @@
#nullable disable
+using System.Collections.Immutable;
using System.Diagnostics;
using System.Threading;
using Microsoft.AspNetCore.Razor.Language;
@@ -190,7 +191,7 @@ private int ExecuteCore(
{
b.RegisterExtensions();
- b.Features.Add(new StaticTagHelperFeature() { TagHelpers = tagHelpers, });
+ b.Features.Add(new StaticTagHelperFeature(tagHelpers));
b.ConfigureCodeGenerationOptions(b =>
{
@@ -297,11 +298,11 @@ private VirtualRazorProjectFileSystem GetVirtualRazorProjectSystem(SourceItem[]
return project;
}
- private IReadOnlyList GetTagHelpers(string tagHelperManifest)
+ private static TagHelperCollection GetTagHelpers(string tagHelperManifest)
{
if (!File.Exists(tagHelperManifest))
{
- return Array.Empty();
+ return [];
}
using (var stream = File.OpenRead(tagHelperManifest))
@@ -311,8 +312,9 @@ private IReadOnlyList GetTagHelpers(string tagHelperManifes
var serializer = new JsonSerializer();
serializer.Converters.Add(TagHelperDescriptorJsonConverter.Instance);
- var descriptors = serializer.Deserialize>(reader);
- return descriptors;
+ var tagHelpers = serializer.Deserialize>(reader);
+
+ return TagHelperCollection.Create(tagHelpers);
}
}
@@ -430,11 +432,9 @@ public SourceItem(string sourcePath, string outputPath, string physicalRelativeP
public string CssScope { get; }
}
- private class StaticTagHelperFeature : RazorEngineFeatureBase, ITagHelperFeature
+ private sealed class StaticTagHelperFeature(TagHelperCollection tagHelpers) : RazorEngineFeatureBase, ITagHelperFeature
{
- public IReadOnlyList TagHelpers { get; set; }
-
- public IReadOnlyList GetDescriptors(CancellationToken cancellationToken) => TagHelpers;
+ public TagHelperCollection GetTagHelpers(CancellationToken cancellationToken) => tagHelpers;
}
}
}
diff --git a/src/StaticWebAssetsSdk/Targets/Sdk.StaticWebAssets.CurrentVersion.targets b/src/StaticWebAssetsSdk/Targets/Sdk.StaticWebAssets.CurrentVersion.targets
index 37e0d4ed7db3..786859c71c6e 100644
--- a/src/StaticWebAssetsSdk/Targets/Sdk.StaticWebAssets.CurrentVersion.targets
+++ b/src/StaticWebAssetsSdk/Targets/Sdk.StaticWebAssets.CurrentVersion.targets
@@ -28,10 +28,10 @@ Copyright (c) .NET Foundation. All rights reserved.
$(MSBuildThisFileDirectory)..\
$(StaticWebAssetsSdkDirectoryRoot)tasks\
- <_StaticWebAssetsSdkTasksTFM Condition=" '$(MSBuildRuntimeType)' == 'Core'">net10.0
+ <_StaticWebAssetsSdkTasksTFM Condition=" '$(MSBuildRuntimeType)' == 'Core'">net11.0
<_StaticWebAssetsSdkTasksTFM Condition=" '$(_StaticWebAssetsSdkTasksTFM)' == ''">net472
$(StaticWebAssetsSdkBuildTasksDirectoryRoot)$(_StaticWebAssetsSdkTasksTFM)\Microsoft.NET.Sdk.StaticWebAssets.Tasks.dll
- <_StaticWebAssetsSdkToolAssembly>$(StaticWebAssetsSdkDirectoryRoot)tools\net10.0\Microsoft.NET.Sdk.StaticWebAssets.Tool.dll
+ <_StaticWebAssetsSdkToolAssembly>$(StaticWebAssetsSdkDirectoryRoot)tools\net11.0\Microsoft.NET.Sdk.StaticWebAssets.Tool.dll
diff --git a/src/StaticWebAssetsSdk/benchmarks/Microsoft.NET.Sdk.StaticWebAssets.Benchmarks.csproj b/src/StaticWebAssetsSdk/benchmarks/Microsoft.NET.Sdk.StaticWebAssets.Benchmarks.csproj
index ef7f070f1612..cf0bbe1ea45a 100644
--- a/src/StaticWebAssetsSdk/benchmarks/Microsoft.NET.Sdk.StaticWebAssets.Benchmarks.csproj
+++ b/src/StaticWebAssetsSdk/benchmarks/Microsoft.NET.Sdk.StaticWebAssets.Benchmarks.csproj
@@ -1,7 +1,7 @@
Exe
- net10.0;net472
+ $(NetCurrent);$(NetFrameworkToolCurrent)
Benchmarks for Microsoft.NET.Sdk.StaticWebAssets
Microsoft.NET.Sdk.StaticWebAssets.Benchmarks
false
@@ -13,7 +13,7 @@
-
+
diff --git a/src/Tasks/Microsoft.NET.Build.Extensions.Tasks/msbuildExtensions/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.Build.Extensions.targets b/src/Tasks/Microsoft.NET.Build.Extensions.Tasks/msbuildExtensions/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.Build.Extensions.targets
index eaff81f14135..e6e48513bd5b 100644
--- a/src/Tasks/Microsoft.NET.Build.Extensions.Tasks/msbuildExtensions/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.Build.Extensions.targets
+++ b/src/Tasks/Microsoft.NET.Build.Extensions.Tasks/msbuildExtensions/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.Build.Extensions.targets
@@ -14,7 +14,7 @@ Copyright (c) .NET Foundation. All rights reserved.
<_TargetFrameworkVersionWithoutV>$(TargetFrameworkVersion.TrimStart('vV'))
- $(MSBuildThisFileDirectory)\tools\net10.0\Microsoft.NET.Build.Extensions.Tasks.dll
+ $(MSBuildThisFileDirectory)\tools\net11.0\Microsoft.NET.Build.Extensions.Tasks.dll
$(MSBuildThisFileDirectory)\tools\net472\Microsoft.NET.Build.Extensions.Tasks.dll
diff --git a/src/Tasks/Microsoft.NET.Build.Tasks.UnitTests/GivenAResolvePackageAssetsTask.cs b/src/Tasks/Microsoft.NET.Build.Tasks.UnitTests/GivenAResolvePackageAssetsTask.cs
index 59c329436039..4cad4fcc9867 100644
--- a/src/Tasks/Microsoft.NET.Build.Tasks.UnitTests/GivenAResolvePackageAssetsTask.cs
+++ b/src/Tasks/Microsoft.NET.Build.Tasks.UnitTests/GivenAResolvePackageAssetsTask.cs
@@ -101,6 +101,13 @@ public void It_does_not_error_on_duplicate_package_names()
`net5.0`: {
`targetAlias`: `net5.0`
}
+ },
+ `restore`: {
+ `frameworks`: {
+ `net5.0`: {
+ `targetAlias`: `net5.0`
+ }
+ }
}
}
}".Replace('`', '"');
@@ -139,6 +146,13 @@ private static string AssetsFileWithInvalidLocale(string tfm, string locale) =>
`{tfm}`: {
`targetAlias`: `{tfm}`
}
+ },
+ `restore`: {
+ `frameworks`: {
+ `{tfm}`: {
+ `targetAlias`: `{tfm}`
+ }
+ }
}
}
}".Replace("`", "\"").Replace("{tfm}", tfm).Replace("{locale}", locale);
diff --git a/src/Tasks/Microsoft.NET.Build.Tasks/CollatePackageDownloads.cs b/src/Tasks/Microsoft.NET.Build.Tasks/CollatePackageDownloads.cs
index e7cfea187193..ce2806f8d532 100644
--- a/src/Tasks/Microsoft.NET.Build.Tasks/CollatePackageDownloads.cs
+++ b/src/Tasks/Microsoft.NET.Build.Tasks/CollatePackageDownloads.cs
@@ -19,7 +19,7 @@ public class CollatePackageDownloads : TaskBase
public ITaskItem[] Packages { get; set; }
[Output]
- public ITaskItem [] PackageDownloads { get; set; }
+ public ITaskItem[] PackageDownloads { get; set; }
protected override void ExecuteCore()
{
@@ -28,7 +28,7 @@ protected override void ExecuteCore()
{
var packageDownloadItem = new TaskItem(g.Key);
packageDownloadItem.SetMetadata("Version", string.Join(";",
- g.Select(p => "[" + p.GetMetadata("Version") + "]")));
+ g.Select(p => "[" + p.GetMetadata("Version").Trim('[', ']') + "]")));
return packageDownloadItem;
}).ToArray();
}
diff --git a/src/Tasks/Microsoft.NET.Build.Tasks/GetPackagesToPrune.cs b/src/Tasks/Microsoft.NET.Build.Tasks/GetPackagesToPrune.cs
index 41de1742689c..c7cf14afb22d 100644
--- a/src/Tasks/Microsoft.NET.Build.Tasks/GetPackagesToPrune.cs
+++ b/src/Tasks/Microsoft.NET.Build.Tasks/GetPackagesToPrune.cs
@@ -227,15 +227,12 @@ static Dictionary LoadPackagesToPruneFromFrameworkPackages
static Dictionary LoadPackagesToPruneFromPrunePackageData(string targetFrameworkIdentifier, string targetFrameworkVersion, string frameworkReference, string prunePackageDataRoot)
{
- if (frameworkReference.Equals("Microsoft.NETCore.App", StringComparison.OrdinalIgnoreCase))
+ string packageOverridesPath = Path.Combine(prunePackageDataRoot, targetFrameworkVersion, frameworkReference, "PackageOverrides.txt");
+ if (File.Exists(packageOverridesPath))
{
- string packageOverridesPath = Path.Combine(prunePackageDataRoot, targetFrameworkVersion, frameworkReference, "PackageOverrides.txt");
- if (File.Exists(packageOverridesPath))
- {
- var packageOverrideLines = File.ReadAllLines(packageOverridesPath);
- var overrides = PackageOverride.CreateOverriddenPackages(packageOverrideLines);
- return overrides.ToDictionary(o => o.id, o => o.version);
- }
+ var packageOverrideLines = File.ReadAllLines(packageOverridesPath);
+ var overrides = PackageOverride.CreateOverriddenPackages(packageOverrideLines);
+ return overrides.ToDictionary(o => o.id, o => o.version);
}
return null;
diff --git a/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.ApiCompat.targets b/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.ApiCompat.targets
index 194667dbf7f4..9fca7828459b 100644
--- a/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.ApiCompat.targets
+++ b/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.ApiCompat.targets
@@ -12,7 +12,7 @@ Copyright (c) .NET Foundation. All rights reserved.
$(MSBuildThisFileDirectory)..\tools\net472\Microsoft.DotNet.ApiCompat.Task.dll
- $(MSBuildThisFileDirectory)..\tools\net10.0\Microsoft.DotNet.ApiCompat.Task.dll
+ $(MSBuildThisFileDirectory)..\tools\net11.0\Microsoft.DotNet.ApiCompat.Task.dll
net10.0
+ net11.0
net472
$(MicrosoftNETBuildTasksDirectoryRoot)$(MicrosoftNETBuildTasksTFM)\
$(MicrosoftNETBuildTasksDirectory)Microsoft.NET.Build.Tasks.dll
diff --git a/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.SupportedTargetFrameworks.props b/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.SupportedTargetFrameworks.props
index ff50a590d76c..94af6c724fb4 100644
--- a/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.SupportedTargetFrameworks.props
+++ b/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.SupportedTargetFrameworks.props
@@ -26,9 +26,10 @@ Copyright (c) .NET Foundation. All rights reserved.
-
+
+
+
diff --git a/src/Tasks/sdk-tasks/EnvironmentVariableFilter.cs b/src/Tasks/sdk-tasks/EnvironmentVariableFilter.cs
index 635f78f346a0..a0c55412dfe4 100644
--- a/src/Tasks/sdk-tasks/EnvironmentVariableFilter.cs
+++ b/src/Tasks/sdk-tasks/EnvironmentVariableFilter.cs
@@ -27,7 +27,6 @@ public class EnvironmentFilter
{
"DOTNET_CLI_TELEMETRY_SESSIONID",
"DOTNET_CLI_UI_LANGUAGE",
- "DOTNET_MULTILEVEL_LOOKUP",
"DOTNET_RUNTIME_ID",
"NUGET_PACKAGES"
};
diff --git a/src/Tasks/sdk-tasks/sdk-tasks.InTree.targets b/src/Tasks/sdk-tasks/sdk-tasks.InTree.targets
index 547f8ccd7595..6bce610eb419 100644
--- a/src/Tasks/sdk-tasks/sdk-tasks.InTree.targets
+++ b/src/Tasks/sdk-tasks/sdk-tasks.InTree.targets
@@ -1,39 +1,37 @@
- $(SdkTargetFramework)
- net472
- $(ArtifactsBinDir)sdk-tasks\$(Configuration)\$(SdkTasksTargetFramework)\sdk-tasks.dll
+ $(ArtifactsBinDir)sdk-tasks\$(Configuration)\sdk-tasks.dll
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/Tasks/sdk-tasks/sdk-tasks.csproj b/src/Tasks/sdk-tasks/sdk-tasks.csproj
index e8bee1a42275..2bbb3154db9d 100644
--- a/src/Tasks/sdk-tasks/sdk-tasks.csproj
+++ b/src/Tasks/sdk-tasks/sdk-tasks.csproj
@@ -1,13 +1,14 @@
- $(SdkTargetFramework);net472
+ $(NetToolCurrent)
+ false
true
true
-
+
@@ -21,14 +22,6 @@
-
-
-
-
-
-
-
-
@@ -37,10 +30,4 @@
-
-
-
diff --git a/src/WebSdk/Publish/Targets/Microsoft.NET.Sdk.Publish.targets b/src/WebSdk/Publish/Targets/Microsoft.NET.Sdk.Publish.targets
index c5206449c345..2247773020a1 100644
--- a/src/WebSdk/Publish/Targets/Microsoft.NET.Sdk.Publish.targets
+++ b/src/WebSdk/Publish/Targets/Microsoft.NET.Sdk.Publish.targets
@@ -19,7 +19,7 @@ Copyright (C) Microsoft Corporation. All rights reserved.
true
- <_PublishTaskFramework Condition=" '$(MSBuildRuntimeType)' == 'Core'">net10.0
+ <_PublishTaskFramework Condition=" '$(MSBuildRuntimeType)' == 'Core'">net11.0
<_PublishTaskFramework Condition=" '$(_PublishTaskFramework)' == ''">net472
<_PublishTasksDir Condition=" '$(_PublishTasksDir)'=='' ">$(MSBuildThisFileDirectory)..\tools\$(_PublishTaskFramework)\
<_PublishTaskAssemblyFullPath Condition=" '$(_PublishTaskAssemblyFullPath)'=='' ">$(_PublishTasksDir)Microsoft.NET.Sdk.Publish.Tasks.dll
diff --git a/src/Workloads/Manifests/Microsoft.NET.Workload.Emscripten.Current.Manifest/Microsoft.NET.Workload.Emscripten.Current.Manifest.proj b/src/Workloads/Manifests/Microsoft.NET.Workload.Emscripten.Current.Manifest/Microsoft.NET.Workload.Emscripten.Current.Manifest.proj
index dd5abeb4bedf..5ca762d3b491 100644
--- a/src/Workloads/Manifests/Microsoft.NET.Workload.Emscripten.Current.Manifest/Microsoft.NET.Workload.Emscripten.Current.Manifest.proj
+++ b/src/Workloads/Manifests/Microsoft.NET.Workload.Emscripten.Current.Manifest/Microsoft.NET.Workload.Emscripten.Current.Manifest.proj
@@ -16,7 +16,7 @@
- <_WorkloadManifestValues Include="NetVersion" Value="net10" />
+ <_WorkloadManifestValues Include="NetVersion" Value="net11" />
<_WorkloadManifestValues Include="WorkloadVersion" Value="$(PackageVersion)" />
<_WorkloadManifestValues Include="EmsdkVersion" Value="$(MicrosoftNETCoreAppRuntimePackageVersion)" />
<_WorkloadManifestValues Include="EmscriptenVersion" Value="$(EmscriptenVersionCurrent)" />
diff --git a/src/Workloads/Manifests/Microsoft.NET.Workload.Emscripten.Current.Manifest/WorkloadManifest.targets.in b/src/Workloads/Manifests/Microsoft.NET.Workload.Emscripten.Current.Manifest/WorkloadManifest.targets.in
index 0a0e47ae73a8..765fd5528feb 100644
--- a/src/Workloads/Manifests/Microsoft.NET.Workload.Emscripten.Current.Manifest/WorkloadManifest.targets.in
+++ b/src/Workloads/Manifests/Microsoft.NET.Workload.Emscripten.Current.Manifest/WorkloadManifest.targets.in
@@ -14,8 +14,8 @@
- 9.0
- 10.0
+ 10.0
+ 11.0
diff --git a/src/Workloads/Manifests/Microsoft.NET.Workload.Emscripten.net10.Manifest/Microsoft.NET.Workload.Emscripten.net10.Manifest.proj b/src/Workloads/Manifests/Microsoft.NET.Workload.Emscripten.net10.Manifest/Microsoft.NET.Workload.Emscripten.net10.Manifest.proj
new file mode 100644
index 000000000000..ad6a85abf9fb
--- /dev/null
+++ b/src/Workloads/Manifests/Microsoft.NET.Workload.Emscripten.net10.Manifest/Microsoft.NET.Workload.Emscripten.net10.Manifest.proj
@@ -0,0 +1,38 @@
+
+
+
+ _GenerateWorkloadManifestFiles;$(GenerateNuspecDependsOn)
+
+
+
+ $(IntermediateOutputPath)WorkloadManifest.json
+ $(IntermediateOutputPath)WorkloadManifest.targets
+
+
+
+
+
+
+
+
+
+ <_WorkloadManifestValues Include="NetVersion" Value="net10" />
+ <_WorkloadManifestValues Include="WorkloadVersion" Value="$(PackageVersion)" />
+ <_WorkloadManifestValues Include="EmsdkVersion" Value="10.0.$(VersionFeature100ForWorkloads)" />
+ <_WorkloadManifestValues Include="EmscriptenVersion" Value="$(EmscriptenVersionNet10)" />
+
+
+
+
+
+
+
+
+
diff --git a/src/Workloads/Manifests/Microsoft.NET.Workload.Emscripten.net10.Manifest/WorkloadManifest.json.in b/src/Workloads/Manifests/Microsoft.NET.Workload.Emscripten.net10.Manifest/WorkloadManifest.json.in
new file mode 100644
index 000000000000..5f6b264c6cbb
--- /dev/null
+++ b/src/Workloads/Manifests/Microsoft.NET.Workload.Emscripten.net10.Manifest/WorkloadManifest.json.in
@@ -0,0 +1,70 @@
+{
+ "version": "${WorkloadVersion}",
+ "workloads": {
+ "microsoft-net-sdk-emscripten-${NetVersion}": {
+ "abstract": true,
+ "description": "Emscripten SDK compiler tooling for ${NetVersion}.0",
+ "packs": [
+ "Microsoft.NET.Runtime.Emscripten.Node.${NetVersion}",
+ "Microsoft.NET.Runtime.Emscripten.Python.${NetVersion}",
+ "Microsoft.NET.Runtime.Emscripten.Cache.${NetVersion}",
+ "Microsoft.NET.Runtime.Emscripten.Sdk.${NetVersion}"
+ ],
+ "platforms": [ "win-x64", "win-arm64", "linux-x64", "linux-arm64", "linux-musl-x64", "linux-musl-arm64", "osx-x64", "osx-arm64" ]
+ }
+ },
+ "packs": {
+ "Microsoft.NET.Runtime.Emscripten.Node.${NetVersion}" : {
+ "kind": "Sdk",
+ "version": "${EmsdkVersion}",
+ "alias-to": {
+ "win-x64": "Microsoft.NET.Runtime.Emscripten.${EmscriptenVersion}.Node.win-x64",
+ "win-arm64": "Microsoft.NET.Runtime.Emscripten.${EmscriptenVersion}.Node.win-arm64",
+ "linux-x64": "Microsoft.NET.Runtime.Emscripten.${EmscriptenVersion}.Node.linux-x64",
+ "linux-arm64": "Microsoft.NET.Runtime.Emscripten.${EmscriptenVersion}.Node.linux-arm64",
+ "linux-musl-x64": "Microsoft.NET.Runtime.Emscripten.${EmscriptenVersion}.Node.linux-musl-x64",
+ "linux-musl-arm64": "Microsoft.NET.Runtime.Emscripten.${EmscriptenVersion}.Node.linux-musl-arm64",
+ "osx-x64": "Microsoft.NET.Runtime.Emscripten.${EmscriptenVersion}.Node.osx-x64",
+ "osx-arm64": "Microsoft.NET.Runtime.Emscripten.${EmscriptenVersion}.Node.osx-arm64"
+ }
+ },
+ "Microsoft.NET.Runtime.Emscripten.Python.${NetVersion}" : {
+ "kind": "Sdk",
+ "version": "${EmsdkVersion}",
+ "alias-to": {
+ "win-x64": "Microsoft.NET.Runtime.Emscripten.${EmscriptenVersion}.Python.win-x64",
+ "win-arm64": "Microsoft.NET.Runtime.Emscripten.${EmscriptenVersion}.Python.win-arm64",
+ "osx-x64": "Microsoft.NET.Runtime.Emscripten.${EmscriptenVersion}.Python.osx-x64",
+ "osx-arm64": "Microsoft.NET.Runtime.Emscripten.${EmscriptenVersion}.Python.osx-arm64"
+ }
+ },
+ "Microsoft.NET.Runtime.Emscripten.Cache.${NetVersion}" : {
+ "kind": "Sdk",
+ "version": "${EmsdkVersion}",
+ "alias-to": {
+ "win-x64": "Microsoft.NET.Runtime.Emscripten.${EmscriptenVersion}.Cache.win-x64",
+ "win-arm64": "Microsoft.NET.Runtime.Emscripten.${EmscriptenVersion}.Cache.win-arm64",
+ "linux-x64": "Microsoft.NET.Runtime.Emscripten.${EmscriptenVersion}.Cache.linux-x64",
+ "linux-arm64": "Microsoft.NET.Runtime.Emscripten.${EmscriptenVersion}.Cache.linux-arm64",
+ "linux-musl-x64": "Microsoft.NET.Runtime.Emscripten.${EmscriptenVersion}.Cache.linux-musl-x64",
+ "linux-musl-arm64": "Microsoft.NET.Runtime.Emscripten.${EmscriptenVersion}.Cache.linux-musl-arm64",
+ "osx-x64": "Microsoft.NET.Runtime.Emscripten.${EmscriptenVersion}.Cache.osx-x64",
+ "osx-arm64": "Microsoft.NET.Runtime.Emscripten.${EmscriptenVersion}.Cache.osx-arm64"
+ }
+ },
+ "Microsoft.NET.Runtime.Emscripten.Sdk.${NetVersion}" : {
+ "kind": "Sdk",
+ "version": "${EmsdkVersion}",
+ "alias-to": {
+ "win-x64": "Microsoft.NET.Runtime.Emscripten.${EmscriptenVersion}.Sdk.win-x64",
+ "win-arm64": "Microsoft.NET.Runtime.Emscripten.${EmscriptenVersion}.Sdk.win-arm64",
+ "linux-x64": "Microsoft.NET.Runtime.Emscripten.${EmscriptenVersion}.Sdk.linux-x64",
+ "linux-arm64": "Microsoft.NET.Runtime.Emscripten.${EmscriptenVersion}.Sdk.linux-arm64",
+ "linux-musl-x64": "Microsoft.NET.Runtime.Emscripten.${EmscriptenVersion}.Sdk.linux-musl-x64",
+ "linux-musl-arm64": "Microsoft.NET.Runtime.Emscripten.${EmscriptenVersion}.Sdk.linux-musl-arm64",
+ "osx-x64": "Microsoft.NET.Runtime.Emscripten.${EmscriptenVersion}.Sdk.osx-x64",
+ "osx-arm64": "Microsoft.NET.Runtime.Emscripten.${EmscriptenVersion}.Sdk.osx-arm64"
+ }
+ }
+ }
+}
diff --git a/src/Workloads/Manifests/Microsoft.NET.Workload.Emscripten.net10.Manifest/WorkloadManifest.targets.in b/src/Workloads/Manifests/Microsoft.NET.Workload.Emscripten.net10.Manifest/WorkloadManifest.targets.in
new file mode 100644
index 000000000000..ada7697b417c
--- /dev/null
+++ b/src/Workloads/Manifests/Microsoft.NET.Workload.Emscripten.net10.Manifest/WorkloadManifest.targets.in
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
diff --git a/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest/Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest.proj b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest/Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest.proj
index 9366f0224a20..fa882676b812 100644
--- a/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest/Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest.proj
+++ b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest/Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest.proj
@@ -24,9 +24,11 @@
- <_WorkloadManifestValues Include="NetVersion" Value="net10" />
+ <_WorkloadManifestValues Include="NetVersion" Value="net11" />
+ <_WorkloadManifestValues Include="FrameworkVersionCurrent" Value="11.0" />
<_WorkloadManifestValues Include="WorkloadVersion" Value="$(PackageVersion)" />
<_WorkloadManifestValues Include="RuntimeVersion" Value="$(MicrosoftNETCoreAppRuntimePackageVersion)" />
+ <_WorkloadManifestValues Include="RuntimeVersionNet10" Value="10.0.$(VersionFeature100ForWorkloads)" />
<_WorkloadManifestValues Include="RuntimeVersionNet9" Value="9.0.$(VersionFeature90ForWorkloads)" />
<_WorkloadManifestValues Include="RuntimeVersionNet8" Value="8.0.$(VersionFeature80ForWorkloads)" />
<_WorkloadManifestValues Include="RuntimeVersionNet7" Value="7.0.$(VersionFeature70)" />
diff --git a/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest/WorkloadManifest.targets.in b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest/WorkloadManifest.targets.in
index 9253ee989823..952b1a91e888 100644
--- a/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest/WorkloadManifest.targets.in
+++ b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest/WorkloadManifest.targets.in
@@ -2,12 +2,13 @@
<_RuntimePackInWorkloadVersionCurrent>${RuntimeVersion}
+ <_RuntimePackInWorkloadVersion10>${RuntimeVersionNet10}
<_RuntimePackInWorkloadVersion9>${RuntimeVersionNet9}
<_RuntimePackInWorkloadVersion8>${RuntimeVersionNet8}
<_RuntimePackInWorkloadVersion7>${RuntimeVersionNet7}
<_RuntimePackInWorkloadVersion6>${RuntimeVersionNet6}
- true
+ true
+ true
true
true
true
@@ -33,7 +35,8 @@
true
- $(WasmNativeWorkload10)
+ $(WasmNativeWorkload11)
+ $(WasmNativeWorkload10)
$(WasmNativeWorkload9)
$(WasmNativeWorkload8)
$(WasmNativeWorkload7)
diff --git a/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest.proj b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest.proj
new file mode 100644
index 000000000000..dcf40dc6f353
--- /dev/null
+++ b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest.proj
@@ -0,0 +1,39 @@
+
+
+
+ _GenerateWorkloadManifestFiles;$(GenerateNuspecDependsOn)
+
+
+
+ $(IntermediateOutputPath)WorkloadManifest.json
+ $(IntermediateOutputPath)WorkloadManifest.targets
+
+
+
+
+
+
+
+
+
+
+ <_WorkloadManifestValues Include="NetVersion" Value="net10" />
+ <_WorkloadManifestValues Include="WorkloadVersion" Value="$(PackageVersion)" />
+ <_WorkloadManifestValues Include="RuntimeVersion" Value="10.0.$(VersionFeature100ForWorkloads)" />
+
+
+
+
+
+
+
+
+
+
diff --git a/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/WorkloadManifest.json.in b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/WorkloadManifest.json.in
new file mode 100644
index 000000000000..b1a460dc1d24
--- /dev/null
+++ b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/WorkloadManifest.json.in
@@ -0,0 +1,476 @@
+{
+ "version": "${WorkloadVersion}",
+ "depends-on": {
+ "Microsoft.NET.Workload.Emscripten.${NetVersion}": "${WorkloadVersion}"
+ },
+ "workloads": {
+ "wasm-tools-${NetVersion}": {
+ "description": ".NET WebAssembly build tools for ${NetVersion}.0",
+ "packs": [
+ "Microsoft.NET.Runtime.WebAssembly.Sdk.${NetVersion}",
+ "Microsoft.NET.Sdk.WebAssembly.Pack.${NetVersion}",
+ "Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.browser-wasm",
+ "Microsoft.NETCore.App.Runtime.AOT.Cross.${NetVersion}.browser-wasm"
+ ],
+ "extends": [ "microsoft-net-runtime-mono-tooling-${NetVersion}", "microsoft-net-sdk-emscripten-${NetVersion}" ],
+ "platforms": [ "win-x64", "win-arm64", "linux-x64", "linux-arm64", "linux-musl-x64", "linux-musl-arm64", "osx-x64", "osx-arm64" ]
+ },
+ "wasm-experimental-${NetVersion}": {
+ "description": ".NET WebAssembly experimental tooling for ${NetVersion}.0",
+ "packs": [
+ "Microsoft.NET.Runtime.WebAssembly.Templates.${NetVersion}",
+ "Microsoft.NETCore.App.Runtime.Mono.multithread.${NetVersion}.browser-wasm"
+ ],
+ "extends": [ "wasm-tools-${NetVersion}" ],
+ "platforms": [ "win-x64", "win-arm64", "linux-x64", "linux-arm64", "linux-musl-x64", "linux-musl-arm64", "osx-x64", "osx-arm64" ]
+ },
+ "wasi-experimental-${NetVersion}": {
+ "description": ".NET WASI experimental tooling for ${NetVersion}.0",
+ "packs": [
+ "Microsoft.NET.Runtime.WebAssembly.Wasi.Sdk.${NetVersion}",
+ "Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.wasi-wasm",
+ "Microsoft.NET.Runtime.WebAssembly.Templates.${NetVersion}",
+ "Microsoft.NETCore.App.Runtime.AOT.Cross.${NetVersion}.wasi-wasm"
+ ],
+ "extends": [ "microsoft-net-runtime-mono-tooling-${NetVersion}" ],
+ "platforms": [ "win-x64", "win-arm64", "linux-x64", "linux-arm64", "linux-musl-x64", "linux-musl-arm64", "osx-x64", "osx-arm64" ]
+ },
+ "mobile-librarybuilder-${NetVersion}": {
+ "description": "Mobile SDK for building a self-contained .NET native library in ${NetVersion}.0",
+ "packs": [
+ "Microsoft.NET.Runtime.LibraryBuilder.Sdk.${NetVersion}"
+ ],
+ "extends": [ "microsoft-net-runtime-android-aot-${NetVersion}", "microsoft-net-runtime-ios-${NetVersion}", "microsoft-net-runtime-maccatalyst-${NetVersion}", "microsoft-net-runtime-tvos-${NetVersion}" ],
+ "platforms": [ "win-x64", "win-arm64", "osx-x64", "osx-arm64" ]
+ },
+ "microsoft-net-runtime-android-${NetVersion}": {
+ "abstract": true,
+ "description": "Android Mono Runtime",
+ "packs": [
+ "Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.android-arm",
+ "Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.android-arm64",
+ "Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.android-x64",
+ "Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.android-x86"
+ ],
+ "extends": [ "microsoft-net-runtime-mono-tooling-${NetVersion}" ],
+ "platforms": [ "win-x64", "win-arm64", "linux-x64", "linux-arm64", "osx-x64", "osx-arm64" ]
+ },
+ "microsoft-net-runtime-android-aot-${NetVersion}": {
+ "abstract": true,
+ "description": "Android Mono AOT Workload",
+ "packs": [
+ "Microsoft.NETCore.App.Runtime.AOT.Cross.${NetVersion}.android-x86",
+ "Microsoft.NETCore.App.Runtime.AOT.Cross.${NetVersion}.android-x64",
+ "Microsoft.NETCore.App.Runtime.AOT.Cross.${NetVersion}.android-arm",
+ "Microsoft.NETCore.App.Runtime.AOT.Cross.${NetVersion}.android-arm64"
+ ],
+ "extends": [ "microsoft-net-runtime-android-${NetVersion}" ],
+ "platforms": [ "win-x64", "win-arm64", "linux-x64", "linux-arm64", "osx-x64", "osx-arm64" ]
+ },
+ "microsoft-net-runtime-ios-${NetVersion}": {
+ "abstract": true,
+ "description": "iOS Mono Runtime and AOT Workload",
+ "packs": [
+ "Microsoft.NETCore.App.Runtime.AOT.Cross.${NetVersion}.ios-arm64",
+ "Microsoft.NETCore.App.Runtime.AOT.Cross.${NetVersion}.iossimulator-arm64",
+ "Microsoft.NETCore.App.Runtime.AOT.Cross.${NetVersion}.iossimulator-x64"
+ ],
+ "extends": [ "runtimes-ios-${NetVersion}" ],
+ "platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ]
+ },
+ "runtimes-ios-${NetVersion}": {
+ "abstract": true,
+ "description": "iOS Mono Runtime Packs",
+ "packs": [
+ "Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.ios-arm64",
+ "Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.iossimulator-arm64",
+ "Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.iossimulator-x64"
+ ],
+ "extends": [ "microsoft-net-runtime-mono-tooling-${NetVersion}" ],
+ "platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ]
+ },
+ "microsoft-net-runtime-maccatalyst-${NetVersion}": {
+ "abstract": true,
+ "description": "MacCatalyst Mono Runtime and AOT Workload",
+ "packs": [
+ "Microsoft.NETCore.App.Runtime.AOT.Cross.${NetVersion}.maccatalyst-arm64",
+ "Microsoft.NETCore.App.Runtime.AOT.Cross.${NetVersion}.maccatalyst-x64"
+ ],
+ "extends": [ "runtimes-maccatalyst-${NetVersion}" ],
+ "platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ]
+ },
+ "runtimes-maccatalyst-${NetVersion}": {
+ "abstract": true,
+ "description": "MacCatalyst Mono Runtime Packs",
+ "packs": [
+ "Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.maccatalyst-arm64",
+ "Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.maccatalyst-x64"
+ ],
+ "extends": [ "microsoft-net-runtime-mono-tooling-${NetVersion}" ],
+ "platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ]
+ },
+ "microsoft-net-runtime-macos-${NetVersion}": {
+ "abstract": true,
+ "description": "MacOS CoreCLR and Mono Runtime Workload",
+ "packs": [
+ "Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.osx-arm64",
+ "Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.osx-x64",
+ "Microsoft.NETCore.App.Runtime.${NetVersion}.osx-arm64",
+ "Microsoft.NETCore.App.Runtime.${NetVersion}.osx-x64"
+ ],
+ "extends": [ "microsoft-net-runtime-mono-tooling-${NetVersion}" ],
+ "platforms": [ "osx-arm64", "osx-x64" ]
+ },
+ "microsoft-net-runtime-tvos-${NetVersion}": {
+ "abstract": true,
+ "description": "tvOS Mono Runtime and AOT Workload",
+ "packs": [
+ "Microsoft.NETCore.App.Runtime.AOT.Cross.${NetVersion}.tvos-arm64",
+ "Microsoft.NETCore.App.Runtime.AOT.Cross.${NetVersion}.tvossimulator-arm64",
+ "Microsoft.NETCore.App.Runtime.AOT.Cross.${NetVersion}.tvossimulator-x64"
+ ],
+ "extends": [ "runtimes-tvos-${NetVersion}" ],
+ "platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ]
+ },
+ "runtimes-tvos-${NetVersion}": {
+ "abstract": true,
+ "description": "tvOS Mono Runtime Packs",
+ "packs": [
+ "Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.tvos-arm64",
+ "Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.tvossimulator-arm64",
+ "Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.tvossimulator-x64"
+ ],
+ "extends": [ "microsoft-net-runtime-mono-tooling-${NetVersion}" ],
+ "platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ]
+ },
+ "microsoft-net-runtime-mono-tooling-${NetVersion}": {
+ "abstract": true,
+ "description": "Shared native build tooling for Mono runtime",
+ "packs": [
+ "Microsoft.NET.Runtime.MonoAOTCompiler.Task.${NetVersion}",
+ "Microsoft.NET.Runtime.MonoTargets.Sdk.${NetVersion}"
+ ]
+ }
+ },
+ "packs": {
+ "Microsoft.NET.Runtime.MonoAOTCompiler.Task.${NetVersion}": {
+ "kind": "Sdk",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "any": "Microsoft.NET.Runtime.MonoAOTCompiler.Task"
+ }
+ },
+ "Microsoft.NET.Runtime.MonoTargets.Sdk.${NetVersion}": {
+ "kind": "Sdk",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "any": "Microsoft.NET.Runtime.MonoTargets.Sdk"
+ }
+ },
+ "Microsoft.NET.Runtime.LibraryBuilder.Sdk.${NetVersion}": {
+ "kind": "Sdk",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "any": "Microsoft.NET.Runtime.LibraryBuilder.Sdk"
+ }
+ },
+ "Microsoft.NET.Runtime.WebAssembly.Sdk.${NetVersion}": {
+ "kind": "Sdk",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "any": "Microsoft.NET.Runtime.WebAssembly.Sdk"
+ }
+ },
+ "Microsoft.NET.Sdk.WebAssembly.Pack.${NetVersion}": {
+ "kind": "library",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "any": "Microsoft.NET.Sdk.WebAssembly.Pack"
+ }
+ },
+ "Microsoft.NET.Runtime.WebAssembly.Wasi.Sdk.${NetVersion}": {
+ "kind": "Sdk",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "any": "Microsoft.NET.Runtime.WebAssembly.Wasi.Sdk"
+ }
+ },
+ "Microsoft.NET.Runtime.WebAssembly.Templates.${NetVersion}": {
+ "kind": "template",
+ "version": "${RuntimeVersion}"
+ },
+ "Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.android-arm": {
+ "kind": "framework",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "any": "Microsoft.NETCore.App.Runtime.Mono.android-arm"
+ }
+ },
+ "Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.android-arm64": {
+ "kind": "framework",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "any": "Microsoft.NETCore.App.Runtime.Mono.android-arm64"
+ }
+ },
+ "Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.android-x64": {
+ "kind": "framework",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "any": "Microsoft.NETCore.App.Runtime.Mono.android-x64"
+ }
+ },
+ "Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.android-x86": {
+ "kind": "framework",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "any": "Microsoft.NETCore.App.Runtime.Mono.android-x86"
+ }
+ },
+ "Microsoft.NETCore.App.Runtime.AOT.Cross.${NetVersion}.android-x86": {
+ "kind": "Sdk",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "win-x64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86",
+ "win-arm64": "Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-x86",
+ "linux-x64": "Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x86",
+ "linux-arm64": "Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.android-x86",
+ "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x86",
+ "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.android-x86"
+ }
+ },
+ "Microsoft.NETCore.App.Runtime.AOT.Cross.${NetVersion}.android-x64": {
+ "kind": "Sdk",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "win-x64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64",
+ "win-arm64": "Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-x64",
+ "linux-x64": "Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x64",
+ "linux-arm64": "Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.android-x64",
+ "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x64",
+ "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.android-x64"
+ }
+ },
+ "Microsoft.NETCore.App.Runtime.AOT.Cross.${NetVersion}.android-arm": {
+ "kind": "Sdk",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "win-x64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm",
+ "win-arm64": "Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-arm",
+ "linux-x64": "Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm",
+ "linux-arm64": "Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.android-arm",
+ "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm",
+ "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.android-arm"
+ }
+ },
+ "Microsoft.NETCore.App.Runtime.AOT.Cross.${NetVersion}.android-arm64": {
+ "kind": "Sdk",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "win-x64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64",
+ "win-arm64": "Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-arm64",
+ "linux-x64": "Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm64",
+ "linux-arm64": "Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.android-arm64",
+ "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm64",
+ "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.android-arm64"
+ }
+ },
+ "Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.maccatalyst-arm64": {
+ "kind": "framework",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "any": "Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64"
+ }
+ },
+ "Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.maccatalyst-x64": {
+ "kind": "framework",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "any": "Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64"
+ }
+ },
+ "Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.osx-arm64": {
+ "kind": "framework",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "any": "Microsoft.NETCore.App.Runtime.Mono.osx-arm64"
+ }
+ },
+ "Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.osx-x64": {
+ "kind": "framework",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "any": "Microsoft.NETCore.App.Runtime.Mono.osx-x64"
+ }
+ },
+ "Microsoft.NETCore.App.Runtime.${NetVersion}.osx-arm64": {
+ "kind": "framework",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "any": "Microsoft.NETCore.App.Runtime.osx-arm64"
+ }
+ },
+ "Microsoft.NETCore.App.Runtime.${NetVersion}.osx-x64": {
+ "kind": "framework",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "any": "Microsoft.NETCore.App.Runtime.osx-x64"
+ }
+ },
+ "Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.ios-arm64" : {
+ "kind": "framework",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "any": "Microsoft.NETCore.App.Runtime.Mono.ios-arm64"
+ }
+ },
+ "Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.iossimulator-arm64" : {
+ "kind": "framework",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "any": "Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64"
+ }
+ },
+ "Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.iossimulator-x64" : {
+ "kind": "framework",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "any": "Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64"
+ }
+ },
+ "Microsoft.NETCore.App.Runtime.AOT.Cross.${NetVersion}.tvos-arm64": {
+ "kind": "Sdk",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.tvos-arm64",
+ "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvos-arm64"
+ }
+ },
+ "Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.tvos-arm64" : {
+ "kind": "framework",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "any": "Microsoft.NETCore.App.Runtime.Mono.tvos-arm64"
+ }
+ },
+ "Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.tvossimulator-arm64" : {
+ "kind": "framework",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "any": "Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64"
+ }
+ },
+ "Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.tvossimulator-x64" : {
+ "kind": "framework",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "any": "Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64"
+ }
+ },
+ "Microsoft.NETCore.App.Runtime.AOT.Cross.${NetVersion}.maccatalyst-arm64": {
+ "kind": "Sdk",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.maccatalyst-arm64",
+ "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-arm64"
+ }
+ },
+ "Microsoft.NETCore.App.Runtime.AOT.Cross.${NetVersion}.maccatalyst-x64": {
+ "kind": "Sdk",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.maccatalyst-x64",
+ "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-x64"
+ }
+ },
+ "Microsoft.NETCore.App.Runtime.AOT.Cross.${NetVersion}.tvossimulator-arm64": {
+ "kind": "Sdk",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.tvossimulator-arm64",
+ "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-arm64"
+ }
+ },
+ "Microsoft.NETCore.App.Runtime.AOT.Cross.${NetVersion}.tvossimulator-x64": {
+ "kind": "Sdk",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.tvossimulator-x64",
+ "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-x64"
+ }
+ },
+ "Microsoft.NETCore.App.Runtime.AOT.Cross.${NetVersion}.ios-arm64": {
+ "kind": "Sdk",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm64",
+ "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.ios-arm64"
+ }
+ },
+ "Microsoft.NETCore.App.Runtime.AOT.Cross.${NetVersion}.iossimulator-arm64": {
+ "kind": "Sdk",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.iossimulator-arm64",
+ "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-arm64"
+ }
+ },
+ "Microsoft.NETCore.App.Runtime.AOT.Cross.${NetVersion}.iossimulator-x64": {
+ "kind": "Sdk",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.iossimulator-x64",
+ "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x64"
+ }
+ },
+ "Microsoft.NETCore.App.Runtime.AOT.Cross.${NetVersion}.browser-wasm": {
+ "kind": "Sdk",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "win-x64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm",
+ "win-arm64": "Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.browser-wasm",
+ "linux-x64": "Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.browser-wasm",
+ "linux-arm64": "Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.browser-wasm",
+ "linux-musl-x64": "Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.browser-wasm",
+ "linux-musl-arm64": "Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.browser-wasm",
+ "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.browser-wasm",
+ "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.browser-wasm"
+ }
+ },
+ "Microsoft.NETCore.App.Runtime.AOT.Cross.${NetVersion}.wasi-wasm": {
+ "kind": "Sdk",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "win-x64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.wasi-wasm",
+ "win-arm64": "Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.wasi-wasm",
+ "linux-x64": "Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.wasi-wasm",
+ "linux-arm64": "Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.wasi-wasm",
+ "linux-musl-x64": "Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.wasi-wasm",
+ "linux-musl-arm64": "Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.wasi-wasm",
+ "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.wasi-wasm",
+ "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.wasi-wasm"
+ }
+ },
+ "Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.browser-wasm" : {
+ "kind": "framework",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "any": "Microsoft.NETCore.App.Runtime.Mono.browser-wasm"
+ }
+ },
+ "Microsoft.NETCore.App.Runtime.Mono.multithread.${NetVersion}.browser-wasm" : {
+ "kind": "framework",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "any": "Microsoft.NETCore.App.Runtime.Mono.multithread.browser-wasm"
+ }
+ },
+ "Microsoft.NETCore.App.Runtime.Mono.${NetVersion}.wasi-wasm" : {
+ "kind": "framework",
+ "version": "${RuntimeVersion}",
+ "alias-to": {
+ "any": "Microsoft.NETCore.App.Runtime.Mono.wasi-wasm"
+ }
+ }
+ }
+}
diff --git a/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/WorkloadManifest.targets.in b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/WorkloadManifest.targets.in
new file mode 100644
index 000000000000..17137925bef7
--- /dev/null
+++ b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/WorkloadManifest.targets.in
@@ -0,0 +1,96 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <_MonoWorkloadRuntimePackPackageVersion>$(_RuntimePackInWorkloadVersion10)
+ <_KnownWebAssemblySdkPackVersion>$(_RuntimePackInWorkloadVersion10)
+
+
+
+
+
+ %(RuntimePackRuntimeIdentifiers);wasi-wasm
+
+ $(_MonoWorkloadRuntimePackPackageVersion)
+
+ Microsoft.NETCore.App.Runtime.Mono.multithread.**RID**
+
+
+ $(_MonoWorkloadRuntimePackPackageVersion)
+
+
+ $(_KnownWebAssemblySdkPackVersion)
+
+
+
+
+
diff --git a/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.cs.json b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.cs.json
new file mode 100644
index 000000000000..b5217907171a
--- /dev/null
+++ b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.cs.json
@@ -0,0 +1,4 @@
+{
+ "workloads/wasm-tools-net10/description": "Nástroje pro sestavení .NET WebAssembly",
+ "workloads/wasm-experimental-net10/description": "Experimentální nástroje .NET WebAssembly"
+}
diff --git a/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.de.json b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.de.json
new file mode 100644
index 000000000000..352a4bbe4da4
--- /dev/null
+++ b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.de.json
@@ -0,0 +1,4 @@
+{
+ "workloads/wasm-tools-net10/description": ".NET 10.0 WebAssembly-Buildtools",
+ "workloads/wasm-experimental-net10/description": "Experimentelle .NET 10.0 WebAssembly-Tools"
+}
diff --git a/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.en.json b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.en.json
new file mode 100644
index 000000000000..17cc61feb895
--- /dev/null
+++ b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.en.json
@@ -0,0 +1,4 @@
+{
+ "workloads/wasm-tools-net10/description": ".NET WebAssembly build tools for .NET 10.0",
+ "workloads/wasm-experimental-net10/description": ".NET WebAssembly experimental tooling for .NET 10.0"
+}
diff --git a/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.es.json b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.es.json
new file mode 100644
index 000000000000..a89599612306
--- /dev/null
+++ b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.es.json
@@ -0,0 +1,4 @@
+{
+ "workloads/wasm-tools-net10/description": "Herramientas de compilación de WebAssembly de .NET 10.0",
+ "workloads/wasm-experimental-net10/description": "Herramientas experimentales .NET 10.0 WebAssembly"
+}
diff --git a/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.fr.json b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.fr.json
new file mode 100644
index 000000000000..ae8932b40381
--- /dev/null
+++ b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.fr.json
@@ -0,0 +1,4 @@
+{
+ "workloads/wasm-tools-net10/description": "Outils de build .NET 10.0 WebAssembly",
+ "workloads/wasm-experimental-net10/description": "Outils expérimentaux .NET 10.0 WebAssembly"
+}
diff --git a/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.it.json b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.it.json
new file mode 100644
index 000000000000..890ddc6220b4
--- /dev/null
+++ b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.it.json
@@ -0,0 +1,4 @@
+{
+ "workloads/wasm-tools-net10/description": "Strumenti di compilazione WebAssembly .NET 10.0",
+ "workloads/wasm-experimental-net10/description": "Strumenti sperimentali di .NET 10.0 WebAssembly"
+}
diff --git a/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.ja.json b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.ja.json
new file mode 100644
index 000000000000..c29228a225a9
--- /dev/null
+++ b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.ja.json
@@ -0,0 +1,4 @@
+{
+ "workloads/wasm-tools-net10/description": ".NET 10.0 WebAssembly ビルドツール",
+ "workloads/wasm-experimental-net10/description": ".NET 10.0 WebAssembly 実験的ツール"
+}
diff --git a/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.ko.json b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.ko.json
new file mode 100644
index 000000000000..e745d6318e14
--- /dev/null
+++ b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.ko.json
@@ -0,0 +1,4 @@
+{
+ "workloads/wasm-tools-net10/description": ".NET 10.0 WebAssembly 빌드 도구",
+ "workloads/wasm-experimental-net10/description": ".NET 10.0 WebAssembly 실험 도구"
+}
diff --git a/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.pl.json b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.pl.json
new file mode 100644
index 000000000000..5cedb151759d
--- /dev/null
+++ b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.pl.json
@@ -0,0 +1,4 @@
+{
+ "workloads/wasm-tools-net10/description": "Narzędzia kompilacji zestawu WebAssembly platformy .NET 10.0",
+ "workloads/wasm-experimental-net10/description": "Eksperymentalne narzędzia .NET 10.0 WebAssembly"
+}
diff --git a/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.pt-BR.json b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.pt-BR.json
new file mode 100644
index 000000000000..d0e58725ef33
--- /dev/null
+++ b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.pt-BR.json
@@ -0,0 +1,4 @@
+{
+ "workloads/wasm-tools-net10/description": "Ferramentas de build para .NET 10.0 WebAssembly",
+ "workloads/wasm-experimental-net10/description": "Ferramentas experimentais para .NET 10.0 WebAssembly"
+}
diff --git a/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.ru.json b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.ru.json
new file mode 100644
index 000000000000..f39ccf003847
--- /dev/null
+++ b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.ru.json
@@ -0,0 +1,4 @@
+{
+ "workloads/wasm-tools-net10/description": "Средства сборки WebAssembly .NET 10.0",
+ "workloads/wasm-experimental-net10/description": "Экспериментальный инструментарий .NET 10.0 WebAssembly"
+}
diff --git a/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.tr.json b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.tr.json
new file mode 100644
index 000000000000..0b710819cbf0
--- /dev/null
+++ b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.tr.json
@@ -0,0 +1,4 @@
+{
+ "workloads/wasm-tools-net10/description": ".NET 10.0 WebAssembly derleme araçları",
+ "workloads/wasm-experimental-net10/description": ".NET 10.0 WebAssembly deneysel araçlar"
+}
diff --git a/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.zh-Hans.json b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.zh-Hans.json
new file mode 100644
index 000000000000..412df4a73068
--- /dev/null
+++ b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.zh-Hans.json
@@ -0,0 +1,4 @@
+{
+ "workloads/wasm-tools-net10/description": ".NET 10.0 WebAssembly 生成工具",
+ "workloads/wasm-experimental-net10/description": ".NET 10.0 WebAssembly 实验工具"
+}
diff --git a/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.zh-Hant.json b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.zh-Hant.json
new file mode 100644
index 000000000000..9e1044eae339
--- /dev/null
+++ b/src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.net10.Manifest/localize/WorkloadManifest.zh-Hant.json
@@ -0,0 +1,4 @@
+{
+ "workloads/wasm-tools-net10/description": ".NET 10.0 WebAssembly 組建工具",
+ "workloads/wasm-experimental-net10/description": ".NET 10.0 WebAssembly 實驗工具"
+}
diff --git a/src/Workloads/VSInsertion/workloads.csproj b/src/Workloads/VSInsertion/workloads.csproj
index c4d5f777d8c5..40186ea48b35 100644
--- a/src/Workloads/VSInsertion/workloads.csproj
+++ b/src/Workloads/VSInsertion/workloads.csproj
@@ -50,7 +50,7 @@
-
+
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/Microsoft.DotNet.Common.ProjectTemplates.10.0.csproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/Microsoft.DotNet.Common.ProjectTemplates.11.0.csproj
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/Microsoft.DotNet.Common.ProjectTemplates.10.0.csproj
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/Microsoft.DotNet.Common.ProjectTemplates.11.0.csproj
index d5ef967f29ce..3c410c492fe3 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/Microsoft.DotNet.Common.ProjectTemplates.10.0.csproj
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/Microsoft.DotNet.Common.ProjectTemplates.11.0.csproj
@@ -12,7 +12,7 @@
true
2008;NU5105
true
- Microsoft.DotNet.Common.ProjectTemplates.10.0
+ Microsoft.DotNet.Common.ProjectTemplates.11.0
Microsoft
Common .NET Project Templates
en-US
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/dotnetcli.host.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/dotnetcli.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/dotnetcli.host.json
index 58cccf110207..62366f87ed22 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/dotnetcli.host.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/dotnetcli.host.json
@@ -19,6 +19,6 @@
}
},
"usageExamples": [
- "--framework net10.0"
+ "--framework net11.0"
]
}
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/ide.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/ide.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/ide.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/ide.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/ide/icon.ico b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/ide/icon.ico
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/ide/icon.ico
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/ide/icon.ico
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.cs.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.cs.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.cs.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.cs.json
index a787f4154a35..dbaa6a17a22e 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.cs.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Cíl net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Cíl net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.de.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.de.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.de.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.de.json
index d8d22ef67d67..ec0079349977 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.de.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Ziel.-NET10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Ziel.-net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.en.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.en.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.en.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.en.json
index 3848556ee9cb..a89cd3918374 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.en.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Target net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Target net11.0",
+ "symbols/Framework/choices/net11.0/displayName": ".NET 11.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.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.es.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.es.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.es.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.es.json
index 3f077153b70c..8d02ccf6e27a 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.es.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Destino net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Destino net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.fr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.fr.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.fr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.fr.json
index c4bc7aeaaa6e..9f7c325103a0 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.fr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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": "Le cadre cible du projet.",
- "symbols/Framework/choices/net10.0/description": "Net10.0 cible",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "net11.0 cible",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.it.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.it.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.it.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.it.json
index 8a1d28445022..f43897f9fc4d 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.it.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Destinazione net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Destinazione net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.ja.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.ja.json
similarity index 92%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.ja.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.ja.json
index 002b9b2045ce..79d7386f78f7 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.ja.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "ターゲット net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "ターゲット net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.ko.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.ko.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.ko.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.ko.json
index 48d3c9ab81f6..f91656c7110d 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.ko.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "대상 net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "대상 net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.pl.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.pl.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.pl.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.pl.json
index f095a910beb0..72514c32ad79 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.pl.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.pl.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Zastępuje platformę docelową",
"symbols/TargetFrameworkOverride/displayName": "Zastąpienie struktury docelowej",
"symbols/Framework/description": "Platforma docelowa dla tego projektu.",
- "symbols/Framework/choices/net10.0/description": "Docelowa platforma net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Docelowa platforma net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.pt-BR.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.pt-BR.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.pt-BR.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.pt-BR.json
index fffdace1d88b..5fdc603ba5d3 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.pt-BR.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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 para o projeto.",
- "symbols/Framework/choices/net10.0/description": "Net10.0 de destino",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "net11.0 de destino",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.ru.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.ru.json
similarity index 93%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.ru.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.ru.json
index f6ec0a0bdff9..624acee88814 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.ru.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Целевая платформа .NET 10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Целевая платформа .NET 10.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.tr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.tr.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.tr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.tr.json
index 2b5c2548e91a..b7d07d17147b 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.tr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Hedef net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Hedef net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.zh-Hans.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.zh-Hans.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.zh-Hans.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.zh-Hans.json
index d51da37a55e9..a029c3cf7948 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.zh-Hans.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "目标 net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "目标 net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.zh-Hant.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.zh-Hant.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.zh-Hant.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.zh-Hant.json
index 09a0b2dd2a0b..f07ffa73ed0a 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.zh-Hant.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/localize/templatestrings.zh-Hant.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "覆寫目標 Framework",
"symbols/TargetFrameworkOverride/displayName": "目標架構覆寫",
"symbols/Framework/description": "專案的目標架構。",
- "symbols/Framework/choices/net10.0/description": "目標 net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "目標 net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-CSharp/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/template.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/template.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/.template.config/template.json
index 8bad3d45a7be..a7d16902c743 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/template.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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": "12000",
- "identity": "Microsoft.Common.Library.CSharp.10.0",
+ "precedence": "13000",
+ "identity": "Microsoft.Common.Library.CSharp.11.0",
"shortName": "classlib",
"tags": {
"language": "C#",
@@ -22,7 +22,7 @@
"app": {
"description": "Target .NET",
"defaultOverrides": {
- "Framework": "net10.0"
+ "Framework": "net11.0"
}
},
"standard": {
@@ -47,9 +47,9 @@
"datatype": "choice",
"choices": [
{
- "choice": "net10.0",
- "description": "Target net10.0",
- "displayName": ".NET 10.0"
+ "choice": "net11.0",
+ "description": "Target net11.0",
+ "displayName": ".NET 11.0"
},
{
"choice": "netstandard2.1",
@@ -62,8 +62,8 @@
"displayName": ".NET Standard 2.0"
}
],
- "replaces": "net10.0",
- "defaultValue": "net10.0",
+ "replaces": "net11.0",
+ "defaultValue": "net11.0",
"displayName": "Framework"
},
"langVersion": {
@@ -113,11 +113,11 @@
},
"csharpFeature_ImplicitUsings": {
"type": "computed",
- "value": "Framework == \"net10.0\" && csharp10orLater == \"true\""
+ "value": "Framework == \"net11.0\" && csharp10orLater == \"true\""
},
"csharpFeature_FileScopedNamespaces": {
"type": "computed",
- "value": "(Framework == \"net10.0\" || langVersion != \"\") && csharp10orLater == \"true\""
+ "value": "(Framework == \"net11.0\" || langVersion != \"\") && csharp10orLater == \"true\""
},
"csharpFeature_Nullable": {
"type": "computed",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/Class1.cs b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/Class1.cs
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/Class1.cs
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/Class1.cs
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/Company.ClassLibrary1.csproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/Company.ClassLibrary1.csproj
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/Company.ClassLibrary1.csproj
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/Company.ClassLibrary1.csproj
index 1a90284be626..c8c557f54816 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/Company.ClassLibrary1.csproj
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-CSharp/Company.ClassLibrary1.csproj
@@ -1,7 +1,7 @@
- net10.0
+ net11.0
TargetFrameworkOverride
Company.ClassLibrary1
$(ProjectLanguageVersion)
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/dotnetcli.host.json
similarity index 93%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/dotnetcli.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/dotnetcli.host.json
index 6817e2bbe7f1..4f2fee290d00 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/dotnetcli.host.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/dotnetcli.host.json
@@ -15,6 +15,6 @@
}
},
"usageExamples": [
- "--framework net10.0"
+ "--framework net11.0"
]
}
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/ide.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/ide.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/ide.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/ide.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/ide/icon.ico b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/ide/icon.ico
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/ide/icon.ico
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/ide/icon.ico
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.cs.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.cs.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.cs.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.cs.json
index da5df109aa18..7f450f65bc1d 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.cs.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Cíl net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Cíl net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.de.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.de.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.de.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.de.json
index e81c44c9c013..d131553e61f5 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.de.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Ziel.-NET10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Ziel.-net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.en.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.en.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.en.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.en.json
index 0dda4cdac9f9..db71e0890736 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.en.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Target net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Target net11.0",
+ "symbols/Framework/choices/net11.0/displayName": ".NET 11.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.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.es.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.es.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.es.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.es.json
index 2f010af953e2..0a4d69b5e996 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.es.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Destino net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Destino net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.fr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.fr.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.fr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.fr.json
index 3984fc08e108..b724814bfc44 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.fr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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": "Le cadre cible du projet.",
- "symbols/Framework/choices/net10.0/description": "Net10.0 cible",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "net11.0 cible",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.it.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.it.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.it.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.it.json
index 361f7d27500b..c82223b31fd1 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.it.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Destinazione net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Destinazione net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.ja.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.ja.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.ja.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.ja.json
index f5da0b0b8ae3..54fbd33c7e98 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.ja.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "ターゲット net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "ターゲット net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.ko.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.ko.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.ko.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.ko.json
index b3f2d9089053..e4a5152b9a59 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.ko.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "대상 net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "대상 net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.pl.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.pl.json
similarity index 89%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.pl.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.pl.json
index 3f88d2a68ed7..4b597e0fc7e2 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.pl.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.pl.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Zastępuje platformę docelową",
"symbols/TargetFrameworkOverride/displayName": "Zastąpienie struktury docelowej",
"symbols/Framework/description": "Platforma docelowa dla tego projektu.",
- "symbols/Framework/choices/net10.0/description": "Docelowa platforma net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Docelowa platforma net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.pt-BR.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.pt-BR.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.pt-BR.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.pt-BR.json
index b399d196d3b9..49adcf99aab1 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.pt-BR.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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 para o projeto.",
- "symbols/Framework/choices/net10.0/description": "Net10.0 de destino",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "net11.0 de destino",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.ru.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.ru.json
similarity index 92%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.ru.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.ru.json
index ef2fc1eb40c3..0da8f7f23d19 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.ru.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Целевая платформа .NET 10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Целевая платформа .NET 10.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.tr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.tr.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.tr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.tr.json
index fdb5777a860b..99b515694a4b 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.tr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Hedef net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Hedef net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.zh-Hans.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.zh-Hans.json
similarity index 89%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.zh-Hans.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.zh-Hans.json
index 0105164690f2..8ed23791f8f2 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.zh-Hans.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "目标 net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "目标 net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.zh-Hant.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.zh-Hant.json
similarity index 89%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.zh-Hant.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.zh-Hant.json
index e5c12462b068..f467b0c03b40 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.zh-Hant.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/localize/templatestrings.zh-Hant.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "覆寫目標 Framework",
"symbols/TargetFrameworkOverride/displayName": "目標架構覆寫",
"symbols/Framework/description": "專案的目標架構。",
- "symbols/Framework/choices/net10.0/description": "目標 net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "目標 net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-FSharp/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/template.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/template.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/.template.config/template.json
index f672865a04b6..a3c36284b10b 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/.template.config/template.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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": "12000",
- "identity": "Microsoft.Common.Library.FSharp.10.0",
+ "precedence": "13000",
+ "identity": "Microsoft.Common.Library.FSharp.11.0",
"shortName": "classlib",
"tags": {
"language": "F#",
@@ -22,7 +22,7 @@
"app": {
"description": "Target .NET",
"defaultOverrides": {
- "Framework": "net10.0"
+ "Framework": "net11.0"
}
},
"standard": {
@@ -47,9 +47,9 @@
"datatype": "choice",
"choices": [
{
- "choice": "net10.0",
- "description": "Target net10.0",
- "displayName": ".NET 10.0"
+ "choice": "net11.0",
+ "description": "Target net11.0",
+ "displayName": ".NET 11.0"
},
{
"choice": "netstandard2.1",
@@ -62,8 +62,8 @@
"displayName": ".NET Standard 2.0"
}
],
- "replaces": "net10.0",
- "defaultValue": "net10.0",
+ "replaces": "net11.0",
+ "defaultValue": "net11.0",
"displayName": "Framework"
},
"HostIdentifier": {
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/Company.ClassLibrary1.fsproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/Company.ClassLibrary1.fsproj
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/Company.ClassLibrary1.fsproj
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/Company.ClassLibrary1.fsproj
index fe67b69bf5ae..cf247af96588 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/Company.ClassLibrary1.fsproj
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/Company.ClassLibrary1.fsproj
@@ -1,7 +1,7 @@
- net10.0
+ net11.0
TargetFrameworkOverride
Company.ClassLibrary1
true
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/Library.fs b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/Library.fs
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-FSharp/Library.fs
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-FSharp/Library.fs
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/dotnetcli.host.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/dotnetcli.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/dotnetcli.host.json
index 58cccf110207..62366f87ed22 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-CSharp/.template.config/dotnetcli.host.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/dotnetcli.host.json
@@ -19,6 +19,6 @@
}
},
"usageExamples": [
- "--framework net10.0"
+ "--framework net11.0"
]
}
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/ide.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/ide.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/ide.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/ide.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/ide/icon.ico b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/ide/icon.ico
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/ide/icon.ico
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/ide/icon.ico
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.cs.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.cs.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.cs.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.cs.json
index e4fa9ff61735..ea6b95c6e731 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.cs.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Cíl net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Cíl net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.de.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.de.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.de.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.de.json
index 800e9546cd8b..d4cd01aa1781 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.de.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Ziel.-NET10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Ziel.-net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.en.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.en.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.en.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.en.json
index f36d413fe4a7..dbbeacdad668 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.en.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Target net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Target net11.0",
+ "symbols/Framework/choices/net11.0/displayName": ".NET 11.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.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.es.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.es.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.es.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.es.json
index 320eb7328e23..3d54f45c3d32 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.es.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Destino net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Destino net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.fr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.fr.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.fr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.fr.json
index 7723e430003b..5d59c9ed7eb9 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.fr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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": "Le cadre cible du projet.",
- "symbols/Framework/choices/net10.0/description": "Net10.0 cible",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "net11.0 cible",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.it.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.it.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.it.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.it.json
index 6b4e5b93456d..20f308a8a931 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.it.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Destinazione net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Destinazione net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.ja.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.ja.json
similarity index 92%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.ja.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.ja.json
index f4111d450685..6b04ac730c85 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.ja.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "ターゲット net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "ターゲット net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.ko.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.ko.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.ko.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.ko.json
index 7210b48b416a..90e92fc6d4d3 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.ko.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "대상 net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "대상 net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.pl.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.pl.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.pl.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.pl.json
index f095a910beb0..72514c32ad79 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.pl.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.pl.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Zastępuje platformę docelową",
"symbols/TargetFrameworkOverride/displayName": "Zastąpienie struktury docelowej",
"symbols/Framework/description": "Platforma docelowa dla tego projektu.",
- "symbols/Framework/choices/net10.0/description": "Docelowa platforma net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Docelowa platforma net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.pt-BR.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.pt-BR.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.pt-BR.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.pt-BR.json
index 94bac83c7dc4..c3149be19fe5 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.pt-BR.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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 para o projeto.",
- "symbols/Framework/choices/net10.0/description": "Net10.0 de destino",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "net11.0 de destino",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.ru.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.ru.json
similarity index 93%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.ru.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.ru.json
index 54f97b7deeb9..2c68b8fc3be4 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.ru.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Целевая платформа .NET 10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Целевая платформа .NET 10.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.tr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.tr.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.tr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.tr.json
index cdcf92a437e6..cf932493fddd 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.tr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Hedef net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Hedef net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json
index 504b7d3e4b7b..6097d4d2525e 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "目标 net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "目标 net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json
index 75b72da0a7dc..50a34b37518d 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "覆寫目標 Framework",
"symbols/TargetFrameworkOverride/displayName": "目標架構覆寫",
"symbols/Framework/description": "專案的目標架構。",
- "symbols/Framework/choices/net10.0/description": "目標 net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "目標 net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ClassLibrary-VisualBasic/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/template.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/template.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/.template.config/template.json
index ac57a7d15c43..4efd09f6c35b 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/.template.config/template.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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": "12000",
- "identity": "Microsoft.Common.Library.VisualBasic.10.0",
+ "precedence": "13000",
+ "identity": "Microsoft.Common.Library.VisualBasic.11.0",
"shortName": "classlib",
"tags": {
"language": "VB",
@@ -22,7 +22,7 @@
"app": {
"description": "Target .NET",
"defaultOverrides": {
- "Framework": "net10.0"
+ "Framework": "net11.0"
}
},
"standard": {
@@ -47,9 +47,9 @@
"datatype": "choice",
"choices": [
{
- "choice": "net10.0",
- "description": "Target net10.0",
- "displayName": ".NET 10.0"
+ "choice": "net11.0",
+ "description": "Target net11.0",
+ "displayName": ".NET 11.0"
},
{
"choice": "netstandard2.1",
@@ -62,8 +62,8 @@
"displayName": ".NET Standard 2.0"
}
],
- "replaces": "net10.0",
- "defaultValue": "net10.0",
+ "replaces": "net11.0",
+ "defaultValue": "net11.0",
"displayName": "Framework"
},
"langVersion": {
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/Class1.vb b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/Class1.vb
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/Class1.vb
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/Class1.vb
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/Company.ClassLibrary1.vbproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/Company.ClassLibrary1.vbproj
similarity index 93%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/Company.ClassLibrary1.vbproj
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/Company.ClassLibrary1.vbproj
index be2c43a6191c..cbd24c90457a 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ClassLibrary-VisualBasic/Company.ClassLibrary1.vbproj
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ClassLibrary-VisualBasic/Company.ClassLibrary1.vbproj
@@ -2,7 +2,7 @@
Company.ClassLibrary1
- net10.0
+ net11.0
TargetFrameworkOverride
$(ProjectLanguageVersion)
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/dotnetcli.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/dotnetcli.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/dotnetcli.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/ide.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/ide.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/ide.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/ide.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/ide/icon.ico b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/ide/icon.ico
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/ide/icon.ico
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/ide/icon.ico
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.cs.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.cs.json
similarity index 92%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.cs.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.cs.json
index e9704c7f75df..b961fc1a790e 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.cs.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Cíl net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Cíl net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.de.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.de.json
similarity index 92%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.de.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.de.json
index 3ac06731ab14..37ecfe36e83d 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.de.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Ziel.-NET10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Ziel.-net11.0",
+ "symbols/Framework/choices/net11.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Framework",
"symbols/langVersion/description": "Legt die Eigenschaft „langVersion“ in der erstellten Projektdatei fest",
"symbols/langVersion/displayName": "Sprachversion",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.en.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.en.json
similarity index 92%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.en.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.en.json
index 8140bb6aa077..ae4a2590ac4f 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.en.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Target net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Target net11.0",
+ "symbols/Framework/choices/net11.0/displayName": ".NET 11.0",
"symbols/Framework/displayName": "Framework",
"symbols/langVersion/description": "Sets the LangVersion property in the created project file",
"symbols/langVersion/displayName": "Language version",
@@ -15,9 +15,9 @@
"symbols/UseProgramMain/description": "Whether to generate an explicit Program class and Main method instead of top-level statements.",
"symbols/UseProgramMain/displayName": "Do not use _top-level statements",
"_symbols/UseProgramMain/displayName.comment": "Use '_' as accelerator key when translating.",
- "symbols/NativeAot/description": "Whether to enable the project for publishing as native AOT.",
"symbols/NativeAot/displayName": "Enable _native AOT publish",
"_symbols/NativeAot/displayName.comment": "Use '_' as accelerator key when translating.",
+ "symbols/NativeAot/description": "Whether to enable the project for publishing as native AOT.",
"postActions/restore/description": "Restore NuGet packages required by this project.",
"postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/open-file/description": "Opens Program.cs in the editor"
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.es.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.es.json
similarity index 92%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.es.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.es.json
index f6ff77926a66..be9b6483826e 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.es.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Destino net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Destino net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.fr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.fr.json
similarity index 92%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.fr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.fr.json
index 0af40789f88b..cc59ba8a0a23 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.fr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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": "Le cadre cible du projet.",
- "symbols/Framework/choices/net10.0/description": "Net10.0 cible",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "net11.0 cible",
+ "symbols/Framework/choices/net11.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Framework",
"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.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.it.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.it.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.it.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.it.json
index 411a4352d7e7..24da5512ad67 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.it.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Destinazione net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Destinazione net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.ja.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.ja.json
similarity index 92%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.ja.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.ja.json
index 9fbab94a3952..f6dea98e9342 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.ja.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "ターゲット net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "ターゲット net11.0",
+ "symbols/Framework/choices/net11.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "フレームワーク",
"symbols/langVersion/description": "作成されたプロジェクト ファイルで LangVersion プロパティを設定します",
"symbols/langVersion/displayName": "言語バージョン",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.ko.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.ko.json
similarity index 92%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.ko.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.ko.json
index d83f1680538a..a66642016c87 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.ko.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "대상 net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "대상 net11.0",
+ "symbols/Framework/choices/net11.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "프레임워크",
"symbols/langVersion/description": "만든 프로젝트 파일에 LangVersion 속성을 설정합니다",
"symbols/langVersion/displayName": "언어 버전",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.pl.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.pl.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.pl.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.pl.json
index 7d166a5b4d19..8959a082bd42 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.pl.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.pl.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Zastępuje platformę docelową",
"symbols/TargetFrameworkOverride/displayName": "Zastąpienie struktury docelowej",
"symbols/Framework/description": "Platforma docelowa dla tego projektu.",
- "symbols/Framework/choices/net10.0/description": "Docelowa platforma net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Docelowa platforma net11.0",
+ "symbols/Framework/choices/net11.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Struktura",
"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.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.pt-BR.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.pt-BR.json
similarity index 92%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.pt-BR.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.pt-BR.json
index a122e5d770ad..8ca268a297f8 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.pt-BR.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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 para o projeto.",
- "symbols/Framework/choices/net10.0/description": "Net10.0 de destino",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "net11.0 de destino",
+ "symbols/Framework/choices/net11.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Estrutura",
"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.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.ru.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.ru.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.ru.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.ru.json
index 976acfe8406a..b39de135ba2a 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.ru.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Целевая платформа .NET 10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Целевая платформа .NET 10.0",
+ "symbols/Framework/choices/net11.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Платформа",
"symbols/langVersion/description": "Задает свойство LangVersion в создаваемом файле проекта.",
"symbols/langVersion/displayName": "Версия языка",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.tr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.tr.json
similarity index 92%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.tr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.tr.json
index 02431a09b7d3..eb22396c8893 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.tr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Hedef net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Hedef net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.zh-Hans.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.zh-Hans.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.zh-Hans.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.zh-Hans.json
index 13831b1eb813..abe4aa1e111e 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.zh-Hans.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "目标 net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "目标 net11.0",
+ "symbols/Framework/choices/net11.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "框架",
"symbols/langVersion/description": "在创建的项目文件中设置 LangVersion 属性",
"symbols/langVersion/displayName": "语言版本",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.zh-Hant.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.zh-Hant.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.zh-Hant.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.zh-Hant.json
index 58fb9ba40fd0..a9e923f28010 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.zh-Hant.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/localize/templatestrings.zh-Hant.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "覆寫目標 Framework",
"symbols/TargetFrameworkOverride/displayName": "目標架構覆寫",
"symbols/Framework/description": "專案的目標架構。",
- "symbols/Framework/choices/net10.0/description": "目標 net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "目標 net11.0",
+ "symbols/Framework/choices/net11.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "架構",
"symbols/langVersion/description": "設定建立的專案檔中的 LangVersion 屬性",
"symbols/langVersion/displayName": "語言版本",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/template.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/template.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/template.json
index 3cabfdcb0e18..244023bb6858 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/.template.config/template.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/.template.config/template.json
@@ -9,8 +9,8 @@
"generatorVersions": "[1.0.0.0-*)",
"description": "A project for creating an empty command-line application that can run on .NET on Windows, Linux and macOS",
"groupIdentity": "Microsoft.Common.Console",
- "precedence": "12000",
- "identity": "Microsoft.Common.Console.CSharp.10.0",
+ "precedence": "13000",
+ "identity": "Microsoft.Common.Console.CSharp.11.0",
"shortName": "console",
"tags": {
"language": "C#",
@@ -33,13 +33,13 @@
"datatype": "choice",
"choices": [
{
- "choice": "net10.0",
- "description": "Target net10.0",
- "displayName": ".NET 10.0"
+ "choice": "net11.0",
+ "description": "Target net11.0",
+ "displayName": ".NET 11.0"
}
],
- "replaces": "net10.0",
- "defaultValue": "net10.0",
+ "replaces": "net11.0",
+ "defaultValue": "net11.0",
"displayName": "Framework"
},
"langVersion": {
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/Company.ConsoleApplication1.csproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/Company.ConsoleApplication1.csproj
similarity index 96%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/Company.ConsoleApplication1.csproj
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/Company.ConsoleApplication1.csproj
index 4e2fd4f78362..7ec87b1708bf 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/Company.ConsoleApplication1.csproj
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/Company.ConsoleApplication1.csproj
@@ -2,7 +2,7 @@
Exe
- net10.0
+ net11.0
TargetFrameworkOverride
Company.ConsoleApplication1
$(ProjectLanguageVersion)
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/Program.cs b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/Program.cs
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/Program.cs
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-CSharp/Program.cs
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/dotnetcli.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/dotnetcli.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/dotnetcli.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/ide.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/ide.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/ide.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/ide.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/ide/icon.ico b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/ide/icon.ico
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/ide/icon.ico
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/ide/icon.ico
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.cs.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.cs.json
similarity index 87%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.cs.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.cs.json
index c96e5f5c6ea7..11544f93c7e0 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.cs.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Cíl net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Cíl net11.0",
+ "symbols/Framework/choices/net11.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Framework",
"symbols/skipRestore/description": "Je-li zadáno, 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.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.de.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.de.json
similarity index 88%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.de.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.de.json
index 8374c1742ae8..4ad9e37be992 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.de.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Ziel.-NET10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Ziel.-net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.en.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.en.json
similarity index 87%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.en.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.en.json
index bdfae24acdfd..4e2a4baed27f 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.en.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Target net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Target net11.0",
+ "symbols/Framework/choices/net11.0/displayName": ".NET 11.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.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.es.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.es.json
similarity index 87%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.es.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.es.json
index 34e4eaf31de7..0a2ded7ebd53 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.es.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Destino net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Destino net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.fr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.fr.json
similarity index 87%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.fr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.fr.json
index bc2ca4a373a6..b87fda047025 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.fr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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": "Le cadre cible du projet.",
- "symbols/Framework/choices/net10.0/description": "Net10.0 cible",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "net11.0 cible",
+ "symbols/Framework/choices/net11.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Framework",
"symbols/skipRestore/description": "Si 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.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.it.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.it.json
similarity index 86%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.it.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.it.json
index 4cf3d7ef0506..2894dbe952fe 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.it.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Destinazione net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Destinazione net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.ja.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.ja.json
similarity index 88%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.ja.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.ja.json
index 60d1147ada1e..a33483ddc1f1 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.ja.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "ターゲット net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "ターゲット net11.0",
+ "symbols/Framework/choices/net11.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "フレームワーク",
"symbols/skipRestore/description": "指定した場合、作成時にプロジェクトの自動復元がスキップされます。",
"symbols/skipRestore/displayName": "復元のスキップ",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.ko.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.ko.json
similarity index 88%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.ko.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.ko.json
index 4a90d6083775..982c78e2d112 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.ko.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "대상 net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "대상 net11.0",
+ "symbols/Framework/choices/net11.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "프레임워크",
"symbols/skipRestore/description": "지정된 경우, 프로젝트 생성 시 자동 복원을 건너뜁니다.",
"symbols/skipRestore/displayName": "복원 건너뛰기",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.pl.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.pl.json
similarity index 87%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.pl.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.pl.json
index 0e812e6217dd..e4a8f0aa0285 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.pl.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.pl.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Zastępuje platformę docelową",
"symbols/TargetFrameworkOverride/displayName": "Zastąpienie struktury docelowej",
"symbols/Framework/description": "Platforma docelowa dla tego projektu.",
- "symbols/Framework/choices/net10.0/description": "Docelowa platforma net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Docelowa platforma net11.0",
+ "symbols/Framework/choices/net11.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Struktura",
"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.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.pt-BR.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.pt-BR.json
similarity index 87%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.pt-BR.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.pt-BR.json
index f0bb985f564d..7691e978967c 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.pt-BR.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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 para o projeto.",
- "symbols/Framework/choices/net10.0/description": "Net10.0 de destino",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "net11.0 de destino",
+ "symbols/Framework/choices/net11.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Estrutura",
"symbols/skipRestore/description": "Se especificado, ignora a restauração automática do projeto na criação.",
"symbols/skipRestore/displayName": "Ignorar restauração",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.ru.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.ru.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.ru.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.ru.json
index 096cfd0cdc4c..ee37d0ffa009 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.ru.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Целевая платформа .NET 10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Целевая платформа .NET 10.0",
+ "symbols/Framework/choices/net11.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Платформа",
"symbols/skipRestore/description": "Если указано, пропускает автоматическое восстановление проекта при создании.",
"symbols/skipRestore/displayName": "Пропустить восстановление",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.tr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.tr.json
similarity index 87%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.tr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.tr.json
index eaecc0ce5c16..f4042020e559 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.tr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Hedef net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Hedef net11.0",
+ "symbols/Framework/choices/net11.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Çerçeve",
"symbols/skipRestore/description": "Belirtilmişse, oluşturma anında projenin otomatik geri yüklenmesini atlar.",
"symbols/skipRestore/displayName": "Geri yüklemeyi atla",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.zh-Hans.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.zh-Hans.json
similarity index 86%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.zh-Hans.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.zh-Hans.json
index e0c98ff552f1..d7b2c13be876 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.zh-Hans.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "目标 net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "目标 net11.0",
+ "symbols/Framework/choices/net11.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "框架",
"symbols/skipRestore/description": "如果指定,则在创建时跳过项目的自动还原。",
"symbols/skipRestore/displayName": "跳过还原",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.zh-Hant.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.zh-Hant.json
similarity index 86%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.zh-Hant.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.zh-Hant.json
index 65dd5067fc86..f1f6e445d24a 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.zh-Hant.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/localize/templatestrings.zh-Hant.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "覆寫目標 Framework",
"symbols/TargetFrameworkOverride/displayName": "目標架構覆寫",
"symbols/Framework/description": "專案的目標架構。",
- "symbols/Framework/choices/net10.0/description": "目標 net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "目標 net11.0",
+ "symbols/Framework/choices/net11.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "架構",
"symbols/skipRestore/description": "如果指定,則會在建立時跳過專案的自動還原。",
"symbols/skipRestore/displayName": "跳過還原",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/template.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/template.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/template.json
index 8358c93a88f9..ca2e04553e09 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/.template.config/template.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/.template.config/template.json
@@ -9,8 +9,8 @@
"generatorVersions": "[1.0.0.0-*)",
"description": "A project for creating an empty command-line application that can run on .NET on Windows, Linux and macOS",
"groupIdentity": "Microsoft.Common.Console",
- "precedence": "12000",
- "identity": "Microsoft.Common.Console.FSharp.10.0",
+ "precedence": "13000",
+ "identity": "Microsoft.Common.Console.FSharp.11.0",
"shortName": "console",
"tags": {
"language": "F#",
@@ -33,13 +33,13 @@
"datatype": "choice",
"choices": [
{
- "choice": "net10.0",
- "description": "Target net10.0",
- "displayName": ".NET 10.0"
+ "choice": "net11.0",
+ "description": "Target net11.0",
+ "displayName": ".NET 11.0"
}
],
- "replaces": "net10.0",
- "defaultValue": "net10.0",
+ "replaces": "net11.0",
+ "defaultValue": "net11.0",
"displayName": "Framework"
},
"HostIdentifier": {
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/Company.ConsoleApplication1.fsproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/Company.ConsoleApplication1.fsproj
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/Company.ConsoleApplication1.fsproj
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/Company.ConsoleApplication1.fsproj
index b1eef9bf352c..309f8992b744 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/Company.ConsoleApplication1.fsproj
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/Company.ConsoleApplication1.fsproj
@@ -2,7 +2,7 @@
Exe
- net10.0
+ net11.0
TargetFrameworkOverride
Company.ConsoleApplication1
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/Program.fs b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/Program.fs
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-FSharp/Program.fs
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-FSharp/Program.fs
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/dotnetcli.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/dotnetcli.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/dotnetcli.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/ide.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/ide.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/ide.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/ide.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/ide/icon.ico b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/ide/icon.ico
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/ide/icon.ico
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/ide/icon.ico
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.cs.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.cs.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.cs.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.cs.json
index 2b2568d45e6b..c7fb116c860c 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.cs.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Cíl net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Cíl net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.de.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.de.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.de.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.de.json
index 7adb496b41f7..c993e45a6f26 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.de.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Ziel.-NET10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Ziel.-net11.0",
+ "symbols/Framework/choices/net11.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Framework",
"symbols/langVersion/description": "Legt die Eigenschaft „langVersion“ in der erstellten Projektdatei fest",
"symbols/langVersion/displayName": "Sprachversion",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.en.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.en.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.en.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.en.json
index 56e00f23cca0..1e721f84ba8c 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.en.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.en.json
@@ -5,16 +5,16 @@
"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/net10.0/description": "Target net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Target net11.0",
+ "symbols/Framework/choices/net11.0/displayName": ".NET 11.0",
"symbols/Framework/displayName": "Framework",
"symbols/langVersion/description": "Sets the LangVersion property in the created project file",
"symbols/langVersion/displayName": "Language version",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"symbols/skipRestore/displayName": "Skip restore",
- "symbols/NativeAot/description": "Whether to enable the project for publishing as native AOT.",
"symbols/NativeAot/displayName": "Enable _native AOT publish",
"_symbols/NativeAot/displayName.comment": "Use '_' as accelerator key when translating.",
+ "symbols/NativeAot/description": "Whether to enable the project for publishing as native AOT.",
"postActions/restore/description": "Restore NuGet packages required by this project.",
"postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/open-file/description": "Opens Program.vb in the editor"
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.es.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.es.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.es.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.es.json
index ad18cf438efc..f03bc851d2cc 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.es.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Destino net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Destino net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.fr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.fr.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.fr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.fr.json
index 3aa44172c6eb..80523f3aea7a 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.fr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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": "Le cadre cible du projet.",
- "symbols/Framework/choices/net10.0/description": "Net10.0 cible",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "net11.0 cible",
+ "symbols/Framework/choices/net11.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Framework",
"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.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.it.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.it.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.it.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.it.json
index 9dde4eff5ec8..f77c30cab38a 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.it.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Destinazione net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Destinazione net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.ja.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.ja.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.ja.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.ja.json
index 24e40f342c14..bdea8d6fae1b 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.ja.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "ターゲット net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "ターゲット net11.0",
+ "symbols/Framework/choices/net11.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "フレームワーク",
"symbols/langVersion/description": "作成されたプロジェクト ファイルで LangVersion プロパティを設定します",
"symbols/langVersion/displayName": "言語バージョン",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.ko.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.ko.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.ko.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.ko.json
index 9c13dd64993f..7f48f86315d2 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.ko.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "대상 net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "대상 net11.0",
+ "symbols/Framework/choices/net11.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "프레임워크",
"symbols/langVersion/description": "만든 프로젝트 파일에 LangVersion 속성을 설정합니다",
"symbols/langVersion/displayName": "언어 버전",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.pl.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.pl.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.pl.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.pl.json
index dd8d2e692b69..b94d44db7c56 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.pl.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.pl.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "Zastępuje platformę docelową",
"symbols/TargetFrameworkOverride/displayName": "Zastąpienie struktury docelowej",
"symbols/Framework/description": "Platforma docelowa dla tego projektu.",
- "symbols/Framework/choices/net10.0/description": "Docelowa platforma net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Docelowa platforma net11.0",
+ "symbols/Framework/choices/net11.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Struktura",
"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.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.pt-BR.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.pt-BR.json
similarity index 90%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.pt-BR.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.pt-BR.json
index 451dc50c54ec..f637d43e77ab 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.pt-BR.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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 para o projeto.",
- "symbols/Framework/choices/net10.0/description": "Net10.0 de destino",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "net11.0 de destino",
+ "symbols/Framework/choices/net11.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Estrutura",
"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.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.ru.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.ru.json
similarity index 93%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.ru.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.ru.json
index c56a97f45760..314dfb48524d 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.ru.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Целевая платформа .NET 10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Целевая платформа .NET 10.0",
+ "symbols/Framework/choices/net11.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "Платформа",
"symbols/langVersion/description": "Задает свойство LangVersion в создаваемом файле проекта.",
"symbols/langVersion/displayName": "Версия языка",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.tr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.tr.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.tr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.tr.json
index a67e680809ba..3597aac1fee1 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.tr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "Hedef net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Hedef net11.0",
+ "symbols/Framework/choices/net11.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.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json
similarity index 89%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json
index e260b00601a7..6f72a9bd8f64 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.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/net10.0/description": "目标 net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "目标 net11.0",
+ "symbols/Framework/choices/net11.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "框架",
"symbols/langVersion/description": "在创建的项目文件中设置 LangVersion 属性",
"symbols/langVersion/displayName": "语言版本",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json
similarity index 89%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json
index 7ff175834523..53e78c00bcdc 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json
@@ -5,8 +5,8 @@
"symbols/TargetFrameworkOverride/description": "覆寫目標 Framework",
"symbols/TargetFrameworkOverride/displayName": "目標架構覆寫",
"symbols/Framework/description": "專案的目標架構。",
- "symbols/Framework/choices/net10.0/description": "目標 net10.0",
- "symbols/Framework/choices/net10.0/displayName": ".NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "目標 net11.0",
+ "symbols/Framework/choices/net11.0/displayName": ".NET 10.0",
"symbols/Framework/displayName": "架構",
"symbols/langVersion/description": "設定建立的專案檔中的 LangVersion 屬性",
"symbols/langVersion/displayName": "語言版本",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/template.json
similarity index 91%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/template.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/template.json
index 468759614fa8..481f8380f140 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/.template.config/template.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/.template.config/template.json
@@ -9,8 +9,8 @@
"generatorVersions": "[1.0.0.0-*)",
"description": "A project for creating an empty command-line application that can run on .NET on Windows, Linux and macOS",
"groupIdentity": "Microsoft.Common.Console",
- "precedence": "12000",
- "identity": "Microsoft.Common.Console.VisualBasic.10.0",
+ "precedence": "13000",
+ "identity": "Microsoft.Common.Console.VisualBasic.11.0",
"shortName": "console",
"tags": {
"language": "VB",
@@ -33,13 +33,13 @@
"datatype": "choice",
"choices": [
{
- "choice": "net10.0",
- "description": "Target net10.0",
- "displayName": ".NET 10.0"
+ "choice": "net11.0",
+ "description": "Target net11.0",
+ "displayName": ".NET 11.0"
}
],
- "replaces": "net10.0",
- "defaultValue": "net10.0",
+ "replaces": "net11.0",
+ "defaultValue": "net11.0",
"displayName": "Framework"
},
"langVersion": {
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/Company.ConsoleApplication1.vbproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/Company.ConsoleApplication1.vbproj
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/Company.ConsoleApplication1.vbproj
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/Company.ConsoleApplication1.vbproj
index 50fd38f4c5a9..68e7885f7a78 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/Company.ConsoleApplication1.vbproj
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/Company.ConsoleApplication1.vbproj
@@ -3,7 +3,7 @@
Exe
Company.ConsoleApplication1
- net10.0
+ net11.0
TargetFrameworkOverride
$(ProjectLanguageVersion)
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/Program.vb b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/Program.vb
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-VisualBasic/Program.vb
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/ConsoleApplication-VisualBasic/Program.vb
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/dotnetcli.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/dotnetcli.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/dotnetcli.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/ide.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/ide.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/ide.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/ide.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/ide/icon.ico b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/ide/icon.ico
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/ide/icon.ico
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/ide/icon.ico
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.cs.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.cs.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.cs.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.cs.json
index dbdc72f5048d..ae23dc015845 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.cs.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.cs.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Přepsání cílové architektury",
"symbols/Framework/description": "Cílová architektura pro projekt",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (jenom Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (jenom Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (jenom Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.de.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.de.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.de.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.de.json
index 827485d01a68..0a8cd0dab24f 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.de.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.de.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Zielframeworküberschreibung",
"symbols/Framework/description": "Das Zielframework für das Projekt.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (nur Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (nur Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (nur Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.en.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.en.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.en.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.en.json
index ef734e6510e4..8d2859b5db31 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.en.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.en.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Target framework override",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (Windows only)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (Windows only)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (Windows only)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.es.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.es.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.es.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.es.json
index c35eccac0856..20e634ab69d9 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.es.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.es.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Invalidación de la plataforma de destino",
"symbols/Framework/description": "Marco de destino del proyecto.",
"symbols/Framework/displayName": "Plataforma",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (solo Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (solo Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (solo Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.fr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.fr.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.fr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.fr.json
index 33a3f59420f6..e5bfc07e0f75 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.fr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.fr.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Remplacement du cadre cible",
"symbols/Framework/description": "Le cadre cible du projet.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (Windows uniquement)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (Windows uniquement)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (Windows uniquement)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.it.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.it.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.it.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.it.json
index 385d5e56fdb7..8e659ed1a3af 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.it.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.it.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Override del framework di destinazione",
"symbols/Framework/description": "Il framework di destinazione per il progetto.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (solo Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (solo Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (solo Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.ja.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.ja.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.ja.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.ja.json
index 5e9ca4b3ba89..c13c6064b9be 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.ja.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.ja.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "ターゲット フレームワークのオーバーライド",
"symbols/Framework/description": "プロジェクトのターゲット フレームワークです。",
"symbols/Framework/displayName": "フレームワーク",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (Windows のみ)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (Windows のみ)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (Windows のみ)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.ko.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.ko.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.ko.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.ko.json
index a0c1a01a2d67..84a56314d769 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.ko.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.ko.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "대상 프레임워크 재정의",
"symbols/Framework/description": "프로젝트에 대한 대상 프레임워크입니다.",
"symbols/Framework/displayName": "프레임워크",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10(Windows만 해당)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10(Windows만 해당)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9(Windows만 해당)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.pl.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.pl.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.pl.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.pl.json
index 5bda1965559b..d314c5603fce 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.pl.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.pl.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Zastąpienie struktury docelowej",
"symbols/Framework/description": "Platforma docelowa dla tego projektu.",
"symbols/Framework/displayName": "Struktura",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (tylko system Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (tylko system Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (tylko system Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.pt-BR.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.pt-BR.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.pt-BR.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.pt-BR.json
index a14db3f6cfe2..16ee91c27451 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.pt-BR.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.pt-BR.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Substituição da estrutura de destino",
"symbols/Framework/description": "A estrutura de destino para o projeto.",
"symbols/Framework/displayName": "Estrutura",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (somente Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (somente Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (somente Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.ru.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.ru.json
similarity index 98%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.ru.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.ru.json
index e677a9bfed40..c81379a05fc0 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.ru.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.ru.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Переопределение целевой платформы",
"symbols/Framework/description": "Целевая платформа для проекта.",
"symbols/Framework/displayName": "Платформа",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (только для Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (только для Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (только для Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.tr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.tr.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.tr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.tr.json
index c2710ec296de..0b8fca76413c 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.tr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.tr.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Hedef çerçeveyi geçersiz kılma",
"symbols/Framework/description": "Projenin hedef çerçevesi.",
"symbols/Framework/displayName": "Çerçeve",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (yalnızca Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (yalnızca Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (yalnızca Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.zh-Hans.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.zh-Hans.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.zh-Hans.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.zh-Hans.json
index 8a8bbfb8339c..601e33f073d5 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.zh-Hans.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.zh-Hans.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "目标框架替代",
"symbols/Framework/description": "项目的目标框架。",
"symbols/Framework/displayName": "框架",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (仅限 Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (仅限 Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (仅限 Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.zh-Hant.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.zh-Hant.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.zh-Hant.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.zh-Hant.json
index e677ca36d9a4..11a1574526c9 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/localize/templatestrings.zh-Hant.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/localize/templatestrings.zh-Hant.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "目標架構覆寫",
"symbols/Framework/description": "專案的目標架構。",
"symbols/Framework/displayName": "架構",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (僅限 Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (僅限 Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (僅限 Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/template.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/template.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/template.json
index 642d2f3b5a19..4fa231e893c9 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/.template.config/template.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/.template.config/template.json
@@ -6,8 +6,8 @@
"generatorVersions": "[1.0.0.0-*)",
"description": "A project that contains MSTest tests that can run on .NET on Windows, Linux and MacOS.",
"groupIdentity": "Microsoft.Test.MSTest",
- "precedence": "12000",
- "identity": "Microsoft.Test.MSTest.CSharp.10.0",
+ "precedence": "13000",
+ "identity": "Microsoft.Test.MSTest.CSharp.11.0",
"shortName": "mstest",
"tags": {
"language": "C#",
@@ -31,11 +31,11 @@
"datatype": "choice",
"choices": [
{
- "choice": "net10.0",
+ "choice": "net11.0",
"description": ".NET 10"
},
{
- "choice": "net10.0-windows",
+ "choice": "net11.0-windows",
"description": ".NET 10 (Windows only)"
},
{
@@ -79,8 +79,8 @@
"description": ".NET Framework 4.6.2"
}
],
- "replaces": "net10.0",
- "defaultValue": "net10.0"
+ "replaces": "net11.0",
+ "defaultValue": "net11.0"
},
"HostIdentifier": {
"type": "bind",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/Company.TestProject1.csproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/Company.TestProject1.csproj
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/Company.TestProject1.csproj
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/Company.TestProject1.csproj
index 1361945b4ee3..9fd33170462b 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/Company.TestProject1.csproj
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/Company.TestProject1.csproj
@@ -2,7 +2,7 @@
- net10.0
+ net11.0
TargetFrameworkOverride
Company.TestProject1
$(ProjectLanguageVersion)
@@ -27,7 +27,7 @@
- net10.0
+ net11.0
TargetFrameworkOverride
Company.TestProject1
$(ProjectLanguageVersion)
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/MSTestSettings.cs b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/MSTestSettings.cs
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/MSTestSettings.cs
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/MSTestSettings.cs
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/Test1.cs b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/Test1.cs
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-CSharp/Test1.cs
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-CSharp/Test1.cs
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/dotnetcli.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/dotnetcli.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/dotnetcli.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/ide.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/ide.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/ide.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/ide.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/ide/icon.ico b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/ide/icon.ico
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/ide/icon.ico
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/ide/icon.ico
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.cs.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.cs.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.cs.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.cs.json
index 044ee2de540a..edcb1a90b19e 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.cs.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.cs.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Přepsání cílové architektury",
"symbols/Framework/description": "Cílová architektura pro projekt",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (jenom Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (jenom Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (jenom Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.de.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.de.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.de.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.de.json
index d63f705d430c..6c58a6e3d823 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.de.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.de.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Zielframeworküberschreibung",
"symbols/Framework/description": "Das Zielframework für das Projekt.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (nur Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (nur Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (nur Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.en.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.en.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.en.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.en.json
index 2ddfebf82f61..9b793a960443 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.en.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.en.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Target framework override",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (Windows only)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (Windows only)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (Windows only)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.es.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.es.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.es.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.es.json
index e8453105b8d7..5e723d58ba8e 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.es.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.es.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Invalidación de la plataforma de destino",
"symbols/Framework/description": "Marco de destino del proyecto.",
"symbols/Framework/displayName": "Plataforma",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (solo Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (solo Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (solo Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.fr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.fr.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.fr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.fr.json
index 5d164b74452d..242775058935 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.fr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.fr.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Remplacement du cadre cible",
"symbols/Framework/description": "Le cadre cible du projet.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (Windows uniquement)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (Windows uniquement)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (Windows uniquement)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.it.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.it.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.it.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.it.json
index 58a28f206074..dc80149574e3 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.it.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.it.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Override del framework di destinazione",
"symbols/Framework/description": "Il framework di destinazione per il progetto.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (solo Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (solo Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (solo Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.ja.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.ja.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.ja.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.ja.json
index 843eb3d0de87..c3e72bd47076 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.ja.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.ja.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "ターゲット フレームワークのオーバーライド",
"symbols/Framework/description": "プロジェクトのターゲット フレームワークです。",
"symbols/Framework/displayName": "フレームワーク",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (Windows のみ)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (Windows のみ)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (Windows のみ)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.ko.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.ko.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.ko.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.ko.json
index 6d0c6975eff3..b133708e57d1 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.ko.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.ko.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "대상 프레임워크 재정의",
"symbols/Framework/description": "프로젝트에 대한 대상 프레임워크입니다.",
"symbols/Framework/displayName": "프레임워크",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10(Windows만 해당)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10(Windows만 해당)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9(Windows만 해당)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.pl.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.pl.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.pl.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.pl.json
index 1d42137802a6..f680e72320e0 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.pl.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.pl.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Zastąpienie struktury docelowej",
"symbols/Framework/description": "Platforma docelowa dla tego projektu.",
"symbols/Framework/displayName": "Struktura",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (tylko system Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (tylko system Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (tylko system Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.pt-BR.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.pt-BR.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.pt-BR.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.pt-BR.json
index f7d966d58048..4f85ebc17a9b 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.pt-BR.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.pt-BR.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Substituição da estrutura de destino",
"symbols/Framework/description": "A estrutura de destino para o projeto.",
"symbols/Framework/displayName": "Estrutura",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (somente Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (somente Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (somente Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.ru.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.ru.json
similarity index 98%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.ru.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.ru.json
index c1037df6c803..a3c0ddab5efe 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.ru.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.ru.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Переопределение целевой платформы",
"symbols/Framework/description": "Целевая платформа для проекта.",
"symbols/Framework/displayName": "Платформа",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (только для Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (только для Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (только для Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.tr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.tr.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.tr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.tr.json
index f4f8ad417a2e..8b5c1f3a545b 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.tr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.tr.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Hedef çerçeveyi geçersiz kılma",
"symbols/Framework/description": "Projenin hedef çerçevesi.",
"symbols/Framework/displayName": "Çerçeve",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (yalnızca Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (yalnızca Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (yalnızca Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.zh-Hans.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.zh-Hans.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.zh-Hans.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.zh-Hans.json
index 64ab47000ce2..ee7d51083668 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.zh-Hans.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.zh-Hans.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "目标框架替代",
"symbols/Framework/description": "项目的目标框架。",
"symbols/Framework/displayName": "框架",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (仅限 Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (仅限 Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (仅限 Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.zh-Hant.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.zh-Hant.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.zh-Hant.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.zh-Hant.json
index 838f19ee002d..595374d78e9e 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/localize/templatestrings.zh-Hant.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/localize/templatestrings.zh-Hant.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "目標架構覆寫",
"symbols/Framework/description": "專案的目標架構。",
"symbols/Framework/displayName": "架構",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (僅限 Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (僅限 Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (僅限 Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/template.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/template.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/template.json
index ed388b0b28da..6acfb38af542 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/.template.config/template.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/.template.config/template.json
@@ -6,8 +6,8 @@
"generatorVersions": "[1.0.0.0-*)",
"description": "A project that contains MSTest tests that can run on .NET on Windows, Linux and MacOS.",
"groupIdentity": "Microsoft.Test.MSTest",
- "precedence": "12000",
- "identity": "Microsoft.Test.MSTest.FSharp.10.0",
+ "precedence": "13000",
+ "identity": "Microsoft.Test.MSTest.FSharp.11.0",
"shortName": "mstest",
"tags": {
"language": "F#",
@@ -31,11 +31,11 @@
"datatype": "choice",
"choices": [
{
- "choice": "net10.0",
+ "choice": "net11.0",
"description": ".NET 10"
},
{
- "choice": "net10.0-windows",
+ "choice": "net11.0-windows",
"description": ".NET 10 (Windows only)"
},
{
@@ -79,8 +79,8 @@
"description": ".NET Framework 4.6.2"
}
],
- "replaces": "net10.0",
- "defaultValue": "net10.0"
+ "replaces": "net11.0",
+ "defaultValue": "net11.0"
},
"HostIdentifier": {
"type": "bind",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/Company.TestProject1.fsproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/Company.TestProject1.fsproj
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/Company.TestProject1.fsproj
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/Company.TestProject1.fsproj
index 01c607006f14..c259c109e0c9 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/Company.TestProject1.fsproj
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/Company.TestProject1.fsproj
@@ -2,7 +2,7 @@
- net10.0
+ net11.0
TargetFrameworkOverride
Company.TestProject1
$(ProjectLanguageVersion)
@@ -32,7 +32,7 @@
- net10.0
+ net11.0
TargetFrameworkOverride
Company.TestProject1
$(ProjectLanguageVersion)
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/MSTestSettings.fs b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/MSTestSettings.fs
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/MSTestSettings.fs
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/MSTestSettings.fs
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/Test1.fs b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/Test1.fs
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-FSharp/Test1.fs
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-FSharp/Test1.fs
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/dotnetcli.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/dotnetcli.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/dotnetcli.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/ide.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/ide.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/ide.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/ide.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/ide/icon.ico b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/ide/icon.ico
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/ide/icon.ico
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/ide/icon.ico
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.cs.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.cs.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.cs.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.cs.json
index 7fc05eea04bf..e1c68bd08bfb 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.cs.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.cs.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Přepsání cílové architektury",
"symbols/Framework/description": "Cílová architektura pro projekt",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (jenom Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (jenom Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (jenom Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.de.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.de.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.de.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.de.json
index b75b7acc6f3a..fa365fe53277 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.de.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.de.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Zielframeworküberschreibung",
"symbols/Framework/description": "Das Zielframework für das Projekt.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (nur Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (nur Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (nur Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.en.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.en.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.en.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.en.json
index 7e7ca4cc4ab3..54f70c437b77 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.en.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.en.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Target framework override",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (Windows only)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (Windows only)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (Windows only)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.es.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.es.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.es.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.es.json
index 5975b418d535..3cfc950bab1f 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.es.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.es.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Invalidación de la plataforma de destino",
"symbols/Framework/description": "Marco de destino del proyecto.",
"symbols/Framework/displayName": "Plataforma",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (solo Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (solo Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (solo Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.fr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.fr.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.fr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.fr.json
index dc3b33577aa9..7d72fc861b42 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.fr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.fr.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Remplacement du cadre cible",
"symbols/Framework/description": "Le cadre cible du projet.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (Windows uniquement)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (Windows uniquement)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (Windows uniquement)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.it.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.it.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.it.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.it.json
index 6d460d9c878f..9677695ffa5f 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.it.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.it.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Override del framework di destinazione",
"symbols/Framework/description": "Il framework di destinazione per il progetto.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (solo Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (solo Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (solo Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.ja.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.ja.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.ja.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.ja.json
index b633c77f31e8..34b7a8b0a9f8 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.ja.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.ja.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "ターゲット フレームワークのオーバーライド",
"symbols/Framework/description": "プロジェクトのターゲット フレームワークです。",
"symbols/Framework/displayName": "フレームワーク",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (Windows のみ)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (Windows のみ)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (Windows のみ)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.ko.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.ko.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.ko.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.ko.json
index ecb7b8cfc7e3..5d8df24ba458 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.ko.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.ko.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "대상 프레임워크 재정의",
"symbols/Framework/description": "프로젝트에 대한 대상 프레임워크입니다.",
"symbols/Framework/displayName": "프레임워크",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10(Windows만 해당)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10(Windows만 해당)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9(Windows만 해당)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.pl.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.pl.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.pl.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.pl.json
index b27d9229cbde..67c99c25dfaa 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.pl.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.pl.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Zastąpienie struktury docelowej",
"symbols/Framework/description": "Platforma docelowa dla tego projektu.",
"symbols/Framework/displayName": "Struktura",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (tylko system Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (tylko system Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (tylko system Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.pt-BR.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.pt-BR.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.pt-BR.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.pt-BR.json
index a9207ecaa0fc..93e1e5a1b03a 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.pt-BR.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.pt-BR.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Substituição da estrutura de destino",
"symbols/Framework/description": "A estrutura de destino para o projeto.",
"symbols/Framework/displayName": "Estrutura",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (somente Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (somente Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (somente Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.ru.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.ru.json
similarity index 98%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.ru.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.ru.json
index a9c905169569..c9ca0f8fcbc3 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.ru.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.ru.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Переопределение целевой платформы",
"symbols/Framework/description": "Целевая платформа для проекта.",
"symbols/Framework/displayName": "Платформа",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (только для Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (только для Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (только для Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.tr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.tr.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.tr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.tr.json
index 7a131994c2bc..f545af8d9829 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.tr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.tr.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Hedef çerçeveyi geçersiz kılma",
"symbols/Framework/description": "Projenin hedef çerçevesi.",
"symbols/Framework/displayName": "Çerçeve",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (yalnızca Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (yalnızca Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (yalnızca Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json
index c0c1696f53c4..9f34cf98c1d0 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "目标框架替代",
"symbols/Framework/description": "项目的目标框架。",
"symbols/Framework/displayName": "框架",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (仅限 Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (仅限 Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (仅限 Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json
index 3aefbbe58e9f..42d7e027ff59 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "目標架構覆寫",
"symbols/Framework/description": "專案的目標架構。",
"symbols/Framework/displayName": "架構",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (僅限 Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (僅限 Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (僅限 Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/template.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/template.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/template.json
index a110969e6973..d73954f97e2a 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/.template.config/template.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/.template.config/template.json
@@ -6,8 +6,8 @@
"generatorVersions": "[1.0.0.0-*)",
"description": "A project that contains MSTest tests that can run on .NET on Windows, Linux and MacOS.",
"groupIdentity": "Microsoft.Test.MSTest",
- "precedence": "12000",
- "identity": "Microsoft.Test.MSTest.VisualBasic.10.0",
+ "precedence": "13000",
+ "identity": "Microsoft.Test.MSTest.VisualBasic.11.0",
"shortName": "mstest",
"tags": {
"language": "VB",
@@ -31,11 +31,11 @@
"datatype": "choice",
"choices": [
{
- "choice": "net10.0",
+ "choice": "net11.0",
"description": ".NET 10"
},
{
- "choice": "net10.0-windows",
+ "choice": "net11.0-windows",
"description": ".NET 10 (Windows only)"
},
{
@@ -79,8 +79,8 @@
"description": ".NET Framework 4.6.2"
}
],
- "replaces": "net10.0",
- "defaultValue": "net10.0"
+ "replaces": "net11.0",
+ "defaultValue": "net11.0"
},
"HostIdentifier": {
"type": "bind",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/Company.TestProject1.vbproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/Company.TestProject1.vbproj
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/Company.TestProject1.vbproj
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/Company.TestProject1.vbproj
index 1361945b4ee3..9fd33170462b 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/Company.TestProject1.vbproj
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/Company.TestProject1.vbproj
@@ -2,7 +2,7 @@
- net10.0
+ net11.0
TargetFrameworkOverride
Company.TestProject1
$(ProjectLanguageVersion)
@@ -27,7 +27,7 @@
- net10.0
+ net11.0
TargetFrameworkOverride
Company.TestProject1
$(ProjectLanguageVersion)
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/MSTestSettings.vb b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/MSTestSettings.vb
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/MSTestSettings.vb
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/MSTestSettings.vb
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/Test1.vb b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/Test1.vb
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/MSTest-VisualBasic/Test1.vb
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/MSTest-VisualBasic/Test1.vb
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/dotnetcli.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/dotnetcli.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/dotnetcli.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/ide.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/ide.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/ide.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/ide.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/ide/icon.ico b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/ide/icon.ico
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/ide/icon.ico
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/ide/icon.ico
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.cs.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.cs.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.cs.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.cs.json
index 701fc5eea96e..d301c60c2338 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.cs.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.cs.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Přepsání cílové architektury",
"symbols/Framework/description": "Cílová architektura pro projekt",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": "Cíl net10.0",
+ "symbols/Framework/choices/net11.0/description": "Cíl net11.0",
"symbols/EnablePack/description": "Určuje, jestli se má pro projekt povolit balení (přes „dotnet pack“).",
"symbols/EnablePack/displayName": "Povolit balíček",
"symbols/skipRestore/description": "Je-li zadáno, přeskočí automatické obnovení projektu při vytvoření.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.de.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.de.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.de.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.de.json
index 054e5ed7b3c8..4d51383a70a9 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.de.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.de.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Zielframeworküberschreibung",
"symbols/Framework/description": "Das Zielframework für das Projekt.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": "Ziel.-NET10.0",
+ "symbols/Framework/choices/net11.0/description": "Ziel.-net11.0",
"symbols/EnablePack/description": "Gibt an, ob die Paketerstellung (über \"dotnet pack\") für das Projekt aktiviert werden soll.",
"symbols/EnablePack/displayName": "Paket aktivieren",
"symbols/skipRestore/description": "Wenn angegeben, wird die automatische Wiederherstellung des Projekts beim Erstellen übersprungen.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.en.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.en.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.en.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.en.json
index a62504783114..1168a6514753 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.en.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.en.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Target framework override",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": "Target net10.0",
+ "symbols/Framework/choices/net11.0/description": "Target net11.0",
"symbols/EnablePack/description": "Whether or not to enable packaging (via \"dotnet pack\") for the project.",
"symbols/EnablePack/displayName": "Enable pack",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.es.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.es.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.es.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.es.json
index a101159657ac..e45839401a5a 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.es.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.es.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Invalidación de la plataforma de destino",
"symbols/Framework/description": "Marco de destino del proyecto.",
"symbols/Framework/displayName": "Plataforma",
- "symbols/Framework/choices/net10.0/description": "Destino net10.0",
+ "symbols/Framework/choices/net11.0/description": "Destino net11.0",
"symbols/EnablePack/description": "Indica si se va a habilitar o no el empaquetado (a través de \"dotnet pack\") para el proyecto.",
"symbols/EnablePack/displayName": "Habilitar paquete",
"symbols/skipRestore/description": "Si se especifica, se omite la restauración automática del proyecto durante la creación.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.fr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.fr.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.fr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.fr.json
index c7b14592493f..1b964fcb9810 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.fr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.fr.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Remplacement du cadre cible",
"symbols/Framework/description": "Le cadre cible du projet.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": "Net10.0 cible",
+ "symbols/Framework/choices/net11.0/description": "net11.0 cible",
"symbols/EnablePack/description": "Indique s’il faut activer ou non la création de packages (via « dotnet pack ») pour le projet.",
"symbols/EnablePack/displayName": "Activer le pack",
"symbols/skipRestore/description": "Si spécifié, ignore la restauration automatique du projet lors de la création.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.it.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.it.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.it.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.it.json
index 08396b6d7014..03ae326d6f6b 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.it.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.it.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Override del framework di destinazione",
"symbols/Framework/description": "Il framework di destinazione per il progetto.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": "Destinazione net10.0",
+ "symbols/Framework/choices/net11.0/description": "Destinazione net11.0",
"symbols/EnablePack/description": "Indica se abilitare o meno la creazione del pacchetto (tramite \"dotnet pack\") per il progetto.",
"symbols/EnablePack/displayName": "Abilita pacchetto",
"symbols/skipRestore/description": "Se specificato, ignora il ripristino automatico del progetto durante la creazione.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.ja.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.ja.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.ja.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.ja.json
index 19cd8b216941..d891f6f06478 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.ja.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.ja.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "ターゲット フレームワークのオーバーライド",
"symbols/Framework/description": "プロジェクトのターゲット フレームワークです。",
"symbols/Framework/displayName": "フレームワーク",
- "symbols/Framework/choices/net10.0/description": "ターゲット net10.0",
+ "symbols/Framework/choices/net11.0/description": "ターゲット net11.0",
"symbols/EnablePack/description": "(\"dotnet pack\" を使用して) プロジェクトのパッケージ化を有効にするかどうか。",
"symbols/EnablePack/displayName": "パックを有効にする",
"symbols/skipRestore/description": "指定した場合、作成時にプロジェクトの自動復元がスキップされます。",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.ko.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.ko.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.ko.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.ko.json
index afd846e69549..281d92b295b3 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.ko.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.ko.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "대상 프레임워크 재정의",
"symbols/Framework/description": "프로젝트에 대한 대상 프레임워크입니다.",
"symbols/Framework/displayName": "프레임워크",
- "symbols/Framework/choices/net10.0/description": "대상 net10.0",
+ "symbols/Framework/choices/net11.0/description": "대상 net11.0",
"symbols/EnablePack/description": "프로젝트에 대해 패키징(\"dotnet pack\"을 통해)을 활성화할지 여부",
"symbols/EnablePack/displayName": "팩 사용",
"symbols/skipRestore/description": "지정된 경우, 프로젝트 생성 시 자동 복원을 건너뜁니다.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.pl.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.pl.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.pl.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.pl.json
index e3a0959e9370..61e9d814a56c 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.pl.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.pl.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Zastąpienie struktury docelowej",
"symbols/Framework/description": "Platforma docelowa dla tego projektu.",
"symbols/Framework/displayName": "Struktura",
- "symbols/Framework/choices/net10.0/description": "Docelowa platforma net10.0",
+ "symbols/Framework/choices/net11.0/description": "Docelowa platforma net11.0",
"symbols/EnablePack/description": "Określa, czy włączyć pakowanie (za pośrednictwem „pakietu dotnet”) dla projektu.",
"symbols/EnablePack/displayName": "Włącz pakiet",
"symbols/skipRestore/description": "Jeśli ta opcja jest określona, pomija automatyczne przywracanie projektu podczas tworzenia.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.pt-BR.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.pt-BR.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.pt-BR.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.pt-BR.json
index 3d9030dcdd67..019010a90a34 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.pt-BR.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.pt-BR.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Substituição da estrutura de destino",
"symbols/Framework/description": "A estrutura de destino para o projeto.",
"symbols/Framework/displayName": "Estrutura",
- "symbols/Framework/choices/net10.0/description": "Net10.0 de destino",
+ "symbols/Framework/choices/net11.0/description": "net11.0 de destino",
"symbols/EnablePack/description": "Se deseja ou não habilitar o empacotamento (via \"dotnet pack\") para o projeto.",
"symbols/EnablePack/displayName": "Habilitar pacote",
"symbols/skipRestore/description": "Se especificado, ignora a restauração automática do projeto na criação.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.ru.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.ru.json
similarity index 96%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.ru.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.ru.json
index f44695891ba8..25f550bda5ac 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.ru.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.ru.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Переопределение целевой платформы",
"symbols/Framework/description": "Целевая платформа для проекта.",
"symbols/Framework/displayName": "Платформа",
- "symbols/Framework/choices/net10.0/description": "Целевая платформа .NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Целевая платформа .NET 10.0",
"symbols/EnablePack/description": "Следует ли включить упаковку (через \"dotnet pack\") для проекта.",
"symbols/EnablePack/displayName": "Включить пакет",
"symbols/skipRestore/description": "Если указано, пропускает автоматическое восстановление проекта при создании.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.tr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.tr.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.tr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.tr.json
index 101ec3d1f6ba..5f3886cb9e8f 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.tr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.tr.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Hedef çerçeveyi geçersiz kılma",
"symbols/Framework/description": "Projenin hedef çerçevesi.",
"symbols/Framework/displayName": "Çerçeve",
- "symbols/Framework/choices/net10.0/description": "Hedef net10.0",
+ "symbols/Framework/choices/net11.0/description": "Hedef net11.0",
"symbols/EnablePack/description": "Proje için paketlemeyi etkinleştirip etkinleştirmeme ayarı ( \"dotnet pack\" üzerinden).",
"symbols/EnablePack/displayName": "Paketi etkinleştir",
"symbols/skipRestore/description": "Belirtilmişse, oluşturma anında projenin otomatik geri yüklenmesini atlar.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.zh-Hans.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.zh-Hans.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.zh-Hans.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.zh-Hans.json
index e8eb55ad0152..ac76d22dab3a 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.zh-Hans.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.zh-Hans.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "目标框架替代",
"symbols/Framework/description": "项目的目标框架。",
"symbols/Framework/displayName": "框架",
- "symbols/Framework/choices/net10.0/description": "目标 net10.0",
+ "symbols/Framework/choices/net11.0/description": "目标 net11.0",
"symbols/EnablePack/description": "是否(通过 \"dotnet pack\")为项目启用打包。",
"symbols/EnablePack/displayName": "启用包",
"symbols/skipRestore/description": "如果指定,则在创建时跳过项目的自动还原。",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.zh-Hant.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.zh-Hant.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.zh-Hant.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.zh-Hant.json
index 70a1b6e3dfee..d317222479fe 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/localize/templatestrings.zh-Hant.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/localize/templatestrings.zh-Hant.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "目標架構覆寫",
"symbols/Framework/description": "專案的目標架構。",
"symbols/Framework/displayName": "架構",
- "symbols/Framework/choices/net10.0/description": "目標 net10.0",
+ "symbols/Framework/choices/net11.0/description": "目標 net11.0",
"symbols/EnablePack/description": "是否要啟用專案的封裝 (透過 \"dotnet pack\")。",
"symbols/EnablePack/displayName": "啟用壓縮",
"symbols/skipRestore/description": "如果指定,則會在建立時跳過專案的自動還原。",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/template.json
similarity index 93%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/template.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/template.json
index 449c215d070c..6a5c0eb76799 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/.template.config/template.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/.template.config/template.json
@@ -7,8 +7,8 @@
"generatorVersions": "[1.0.0.0-*)",
"description": "A project that contains NUnit tests that can run on .NET on Windows, Linux and macOS",
"groupIdentity": "NUnit3.DotNetNew.Template",
- "precedence": "12000",
- "identity": "NUnit3.DotNetNew.Template.CSharp.10.0",
+ "precedence": "13000",
+ "identity": "NUnit3.DotNetNew.Template.CSharp.11.0",
"shortName": "nunit",
"tags": {
"language": "C#",
@@ -32,12 +32,12 @@
"datatype": "choice",
"choices": [
{
- "choice": "net10.0",
- "description": "Target net10.0"
+ "choice": "net11.0",
+ "description": "Target net11.0"
}
],
- "replaces": "net10.0",
- "defaultValue": "net10.0"
+ "replaces": "net11.0",
+ "defaultValue": "net11.0"
},
"EnablePack": {
"type": "parameter",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/Company.TestProject1.csproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/Company.TestProject1.csproj
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/Company.TestProject1.csproj
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/Company.TestProject1.csproj
index ab2c6d6741db..e21c9b22a978 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/Company.TestProject1.csproj
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/Company.TestProject1.csproj
@@ -1,7 +1,7 @@
- net10.0
+ net11.0
TargetFrameworkOverride
Company.TestProject1
$(ProjectLanguageVersion)
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/UnitTest1.cs b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/UnitTest1.cs
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-CSharp/UnitTest1.cs
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-CSharp/UnitTest1.cs
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/dotnetcli.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/dotnetcli.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/dotnetcli.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/ide.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/ide.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/ide.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/ide.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/ide/icon.ico b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/ide/icon.ico
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/ide/icon.ico
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/ide/icon.ico
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.cs.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.cs.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.cs.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.cs.json
index 63907a44ea66..46fe90a7042e 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.cs.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.cs.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Přepsání cílové architektury",
"symbols/Framework/description": "Cílová architektura pro projekt",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": "Cíl net10.0",
+ "symbols/Framework/choices/net11.0/description": "Cíl net11.0",
"symbols/EnablePack/description": "Určuje, jestli se má pro projekt povolit balení (přes „dotnet pack“).",
"symbols/EnablePack/displayName": "Povolit balíček",
"symbols/skipRestore/description": "Je-li zadáno, přeskočí automatické obnovení projektu při vytvoření.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.de.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.de.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.de.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.de.json
index 391863ec0fe9..422330d96422 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.de.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.de.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Zielframeworküberschreibung",
"symbols/Framework/description": "Das Zielframework für das Projekt.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": "Ziel.-NET10.0",
+ "symbols/Framework/choices/net11.0/description": "Ziel.-net11.0",
"symbols/EnablePack/description": "Gibt an, ob die Paketerstellung (über \"dotnet pack\") für das Projekt aktiviert werden soll.",
"symbols/EnablePack/displayName": "Paket aktivieren",
"symbols/skipRestore/description": "Wenn angegeben, wird die automatische Wiederherstellung des Projekts beim Erstellen übersprungen.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.en.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.en.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.en.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.en.json
index 101e1d03aed5..b6469dc4f6d2 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.en.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.en.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Target framework override",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": "Target net10.0",
+ "symbols/Framework/choices/net11.0/description": "Target net11.0",
"symbols/EnablePack/description": "Whether or not to enable packaging (via \"dotnet pack\") for the project.",
"symbols/EnablePack/displayName": "Enable pack",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.es.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.es.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.es.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.es.json
index 9205b1148309..db1131fa2825 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.es.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.es.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Invalidación de la plataforma de destino",
"symbols/Framework/description": "Marco de destino del proyecto.",
"symbols/Framework/displayName": "Plataforma",
- "symbols/Framework/choices/net10.0/description": "Destino net10.0",
+ "symbols/Framework/choices/net11.0/description": "Destino net11.0",
"symbols/EnablePack/description": "Indica si se va a habilitar o no el empaquetado (a través de \"dotnet pack\") para el proyecto.",
"symbols/EnablePack/displayName": "Habilitar paquete",
"symbols/skipRestore/description": "Si se especifica, se omite la restauración automática del proyecto durante la creación.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.fr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.fr.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.fr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.fr.json
index ab29b2c85ac9..fe7f48586378 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.fr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.fr.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Remplacement du cadre cible",
"symbols/Framework/description": "Le cadre cible du projet.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": "Net10.0 cible",
+ "symbols/Framework/choices/net11.0/description": "net11.0 cible",
"symbols/EnablePack/description": "Indique s’il faut activer ou non la création de packages (via « dotnet pack ») pour le projet.",
"symbols/EnablePack/displayName": "Activer le pack",
"symbols/skipRestore/description": "Si spécifié, ignore la restauration automatique du projet lors de la création.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.it.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.it.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.it.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.it.json
index 50d48fd4a0d4..0655c64bda54 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.it.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.it.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Override del framework di destinazione",
"symbols/Framework/description": "Il framework di destinazione per il progetto.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": "Destinazione net10.0",
+ "symbols/Framework/choices/net11.0/description": "Destinazione net11.0",
"symbols/EnablePack/description": "Indica se abilitare o meno la creazione del pacchetto (tramite \"dotnet pack\") per il progetto.",
"symbols/EnablePack/displayName": "Abilita pacchetto",
"symbols/skipRestore/description": "Se specificato, ignora il ripristino automatico del progetto durante la creazione.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.ja.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.ja.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.ja.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.ja.json
index a8b33fb33d31..6596dffa15a7 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.ja.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.ja.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "ターゲット フレームワークのオーバーライド",
"symbols/Framework/description": "プロジェクトのターゲット フレームワークです。",
"symbols/Framework/displayName": "フレームワーク",
- "symbols/Framework/choices/net10.0/description": "ターゲット net10.0",
+ "symbols/Framework/choices/net11.0/description": "ターゲット net11.0",
"symbols/EnablePack/description": "(\"dotnet pack\" を使用して) プロジェクトのパッケージ化を有効にするかどうか。",
"symbols/EnablePack/displayName": "パックを有効にする",
"symbols/skipRestore/description": "指定した場合、作成時にプロジェクトの自動復元がスキップされます。",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.ko.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.ko.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.ko.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.ko.json
index 606c57f5e2ed..b2c20f235da4 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.ko.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.ko.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "대상 프레임워크 재정의",
"symbols/Framework/description": "프로젝트에 대한 대상 프레임워크입니다.",
"symbols/Framework/displayName": "프레임워크",
- "symbols/Framework/choices/net10.0/description": "대상 net10.0",
+ "symbols/Framework/choices/net11.0/description": "대상 net11.0",
"symbols/EnablePack/description": "프로젝트에 대해 패키징(\"dotnet pack\"을 통해)을 활성화할지 여부",
"symbols/EnablePack/displayName": "팩 사용",
"symbols/skipRestore/description": "지정된 경우, 프로젝트 생성 시 자동 복원을 건너뜁니다.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.pl.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.pl.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.pl.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.pl.json
index e71d99e54189..436a47e18f7b 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.pl.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.pl.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Zastąpienie struktury docelowej",
"symbols/Framework/description": "Platforma docelowa dla tego projektu.",
"symbols/Framework/displayName": "Struktura",
- "symbols/Framework/choices/net10.0/description": "Docelowa platforma net10.0",
+ "symbols/Framework/choices/net11.0/description": "Docelowa platforma net11.0",
"symbols/EnablePack/description": "Określa, czy włączyć pakowanie (za pośrednictwem „pakietu dotnet”) dla projektu.",
"symbols/EnablePack/displayName": "Włącz pakiet",
"symbols/skipRestore/description": "Jeśli ta opcja jest określona, pomija automatyczne przywracanie projektu podczas tworzenia.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.pt-BR.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.pt-BR.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.pt-BR.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.pt-BR.json
index a2062d98ad66..1f903b642b4f 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.pt-BR.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.pt-BR.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Substituição da estrutura de destino",
"symbols/Framework/description": "A estrutura de destino para o projeto.",
"symbols/Framework/displayName": "Estrutura",
- "symbols/Framework/choices/net10.0/description": "Net10.0 de destino",
+ "symbols/Framework/choices/net11.0/description": "net11.0 de destino",
"symbols/EnablePack/description": "Se deseja ou não habilitar o empacotamento (via \"dotnet pack\") para o projeto.",
"symbols/EnablePack/displayName": "Habilitar pacote",
"symbols/skipRestore/description": "Se especificado, ignora a restauração automática do projeto na criação.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.ru.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.ru.json
similarity index 96%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.ru.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.ru.json
index 3e4e02c44b10..f905caf725e3 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.ru.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.ru.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Переопределение целевой платформы",
"symbols/Framework/description": "Целевая платформа для проекта.",
"symbols/Framework/displayName": "Платформа",
- "symbols/Framework/choices/net10.0/description": "Целевая платформа .NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Целевая платформа .NET 10.0",
"symbols/EnablePack/description": "Следует ли включить упаковку (через \"dotnet pack\") для проекта.",
"symbols/EnablePack/displayName": "Включить пакет",
"symbols/skipRestore/description": "Если указано, пропускает автоматическое восстановление проекта при создании.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.tr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.tr.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.tr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.tr.json
index 9f1a423071f7..479512833aa0 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.tr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.tr.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Hedef çerçeveyi geçersiz kılma",
"symbols/Framework/description": "Projenin hedef çerçevesi.",
"symbols/Framework/displayName": "Çerçeve",
- "symbols/Framework/choices/net10.0/description": "Hedef net10.0",
+ "symbols/Framework/choices/net11.0/description": "Hedef net11.0",
"symbols/EnablePack/description": "Proje için paketlemeyi etkinleştirip etkinleştirmeme ayarı ( \"dotnet pack\" üzerinden).",
"symbols/EnablePack/displayName": "Paketi etkinleştir",
"symbols/skipRestore/description": "Belirtilmişse, oluşturma anında projenin otomatik geri yüklenmesini atlar.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.zh-Hans.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.zh-Hans.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.zh-Hans.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.zh-Hans.json
index 301dd3330045..f63ccf4fbd67 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.zh-Hans.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.zh-Hans.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "目标框架替代",
"symbols/Framework/description": "项目的目标框架。",
"symbols/Framework/displayName": "框架",
- "symbols/Framework/choices/net10.0/description": "目标 net10.0",
+ "symbols/Framework/choices/net11.0/description": "目标 net11.0",
"symbols/EnablePack/description": "是否(通过 \"dotnet pack\")为项目启用打包。",
"symbols/EnablePack/displayName": "启用包",
"symbols/skipRestore/description": "如果指定,则在创建时跳过项目的自动还原。",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.zh-Hant.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.zh-Hant.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.zh-Hant.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.zh-Hant.json
index c792ed2f208b..05f63c196e67 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/localize/templatestrings.zh-Hant.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/localize/templatestrings.zh-Hant.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "目標架構覆寫",
"symbols/Framework/description": "專案的目標架構。",
"symbols/Framework/displayName": "架構",
- "symbols/Framework/choices/net10.0/description": "目標 net10.0",
+ "symbols/Framework/choices/net11.0/description": "目標 net11.0",
"symbols/EnablePack/description": "是否要啟用專案的封裝 (透過 \"dotnet pack\")。",
"symbols/EnablePack/displayName": "啟用壓縮",
"symbols/skipRestore/description": "如果指定,則會在建立時跳過專案的自動還原。",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/template.json
similarity index 93%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/template.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/template.json
index 3a702db5d332..f9917f9be27a 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/.template.config/template.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/.template.config/template.json
@@ -7,8 +7,8 @@
"generatorVersions": "[1.0.0.0-*)",
"description": "A project that contains NUnit tests that can run on .NET on Windows, Linux and macOS",
"groupIdentity": "NUnit3.DotNetNew.Template",
- "precedence": "12000",
- "identity": "NUnit3.DotNetNew.Template.FSharp.10.0",
+ "precedence": "13000",
+ "identity": "NUnit3.DotNetNew.Template.FSharp.11.0",
"shortName": "nunit",
"tags": {
"language": "F#",
@@ -32,12 +32,12 @@
"datatype": "choice",
"choices": [
{
- "choice": "net10.0",
- "description": "Target net10.0"
+ "choice": "net11.0",
+ "description": "Target net11.0"
}
],
- "replaces": "net10.0",
- "defaultValue": "net10.0"
+ "replaces": "net11.0",
+ "defaultValue": "net11.0"
},
"EnablePack": {
"type": "parameter",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/Company.TestProject1.fsproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/Company.TestProject1.fsproj
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/Company.TestProject1.fsproj
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/Company.TestProject1.fsproj
index b0f43d7b90bf..323e235ae945 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/Company.TestProject1.fsproj
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/Company.TestProject1.fsproj
@@ -1,7 +1,7 @@
- net10.0
+ net11.0
TargetFrameworkOverride
Company.TestProject1
$(ProjectLanguageVersion)
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/Program.fs b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/Program.fs
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/Program.fs
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/Program.fs
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/UnitTest1.fs b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/UnitTest1.fs
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-FSharp/UnitTest1.fs
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-FSharp/UnitTest1.fs
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/dotnetcli.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/dotnetcli.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/dotnetcli.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/ide.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/ide.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/ide.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/ide.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/ide/icon.ico b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/ide/icon.ico
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/ide/icon.ico
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/ide/icon.ico
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.cs.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.cs.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.cs.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.cs.json
index 2828123c7190..44333c1eefd2 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.cs.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.cs.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Přepsání cílové architektury",
"symbols/Framework/description": "Cílová architektura pro projekt",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": "Cíl net10.0",
+ "symbols/Framework/choices/net11.0/description": "Cíl net11.0",
"symbols/EnablePack/description": "Určuje, jestli se má pro projekt povolit balení (přes „dotnet pack“).",
"symbols/EnablePack/displayName": "Povolit balíček",
"symbols/skipRestore/description": "Je-li zadáno, přeskočí automatické obnovení projektu při vytvoření.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.de.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.de.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.de.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.de.json
index 8e6dcf58377f..3809ff457d24 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.de.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.de.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Zielframeworküberschreibung",
"symbols/Framework/description": "Das Zielframework für das Projekt.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": "Ziel.-NET10.0",
+ "symbols/Framework/choices/net11.0/description": "Ziel.-net11.0",
"symbols/EnablePack/description": "Gibt an, ob die Paketerstellung (über \"dotnet pack\") für das Projekt aktiviert werden soll.",
"symbols/EnablePack/displayName": "Paket aktivieren",
"symbols/skipRestore/description": "Wenn angegeben, wird die automatische Wiederherstellung des Projekts beim Erstellen übersprungen.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.en.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.en.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.en.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.en.json
index e47207676889..e67aea0ca3d6 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.en.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.en.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Target framework override",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": "Target net10.0",
+ "symbols/Framework/choices/net11.0/description": "Target net11.0",
"symbols/EnablePack/description": "Whether or not to enable packaging (via \"dotnet pack\") for the project.",
"symbols/EnablePack/displayName": "Enable pack",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.es.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.es.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.es.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.es.json
index 5c7d93ce04dd..e964b400bbc0 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.es.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.es.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Invalidación de la plataforma de destino",
"symbols/Framework/description": "Marco de destino del proyecto.",
"symbols/Framework/displayName": "Plataforma",
- "symbols/Framework/choices/net10.0/description": "Destino net10.0",
+ "symbols/Framework/choices/net11.0/description": "Destino net11.0",
"symbols/EnablePack/description": "Indica si se va a habilitar o no el empaquetado (a través de \"dotnet pack\") para el proyecto.",
"symbols/EnablePack/displayName": "Habilitar paquete",
"symbols/skipRestore/description": "Si se especifica, se omite la restauración automática del proyecto durante la creación.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.fr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.fr.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.fr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.fr.json
index 62563f07e32c..bfd3205ecb1a 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.fr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.fr.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Remplacement du cadre cible",
"symbols/Framework/description": "Le cadre cible du projet.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": "Net10.0 cible",
+ "symbols/Framework/choices/net11.0/description": "net11.0 cible",
"symbols/EnablePack/description": "Indique s’il faut activer ou non la création de packages (via « dotnet pack ») pour le projet.",
"symbols/EnablePack/displayName": "Activer le pack",
"symbols/skipRestore/description": "Si spécifié, ignore la restauration automatique du projet lors de la création.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.it.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.it.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.it.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.it.json
index e84409d242ff..739e388c64f7 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.it.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.it.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Override del framework di destinazione",
"symbols/Framework/description": "Il framework di destinazione per il progetto.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": "Destinazione net10.0",
+ "symbols/Framework/choices/net11.0/description": "Destinazione net11.0",
"symbols/EnablePack/description": "Indica se abilitare o meno la creazione del pacchetto (tramite \"dotnet pack\") per il progetto.",
"symbols/EnablePack/displayName": "Abilita pacchetto",
"symbols/skipRestore/description": "Se specificato, ignora il ripristino automatico del progetto durante la creazione.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.ja.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.ja.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.ja.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.ja.json
index 39dc9884bbf7..e6db7b410ab3 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.ja.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.ja.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "ターゲット フレームワークのオーバーライド",
"symbols/Framework/description": "プロジェクトのターゲット フレームワークです。",
"symbols/Framework/displayName": "フレームワーク",
- "symbols/Framework/choices/net10.0/description": "ターゲット net10.0",
+ "symbols/Framework/choices/net11.0/description": "ターゲット net11.0",
"symbols/EnablePack/description": "(\"dotnet pack\" を使用して) プロジェクトのパッケージ化を有効にするかどうか。",
"symbols/EnablePack/displayName": "パックを有効にする",
"symbols/skipRestore/description": "指定した場合、作成時にプロジェクトの自動復元がスキップされます。",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.ko.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.ko.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.ko.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.ko.json
index 2387c5e21f9c..615065b861ee 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.ko.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.ko.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "대상 프레임워크 재정의",
"symbols/Framework/description": "프로젝트에 대한 대상 프레임워크입니다.",
"symbols/Framework/displayName": "프레임워크",
- "symbols/Framework/choices/net10.0/description": "대상 net10.0",
+ "symbols/Framework/choices/net11.0/description": "대상 net11.0",
"symbols/EnablePack/description": "프로젝트에 대해 패키징(\"dotnet pack\"을 통해)을 활성화할지 여부",
"symbols/EnablePack/displayName": "팩 사용",
"symbols/skipRestore/description": "지정된 경우, 프로젝트 생성 시 자동 복원을 건너뜁니다.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.pl.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.pl.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.pl.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.pl.json
index 359b3d041bbc..8c063659d9f2 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.pl.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.pl.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Zastąpienie struktury docelowej",
"symbols/Framework/description": "Platforma docelowa dla tego projektu.",
"symbols/Framework/displayName": "Struktura",
- "symbols/Framework/choices/net10.0/description": "Docelowa platforma net10.0",
+ "symbols/Framework/choices/net11.0/description": "Docelowa platforma net11.0",
"symbols/EnablePack/description": "Określa, czy włączyć pakowanie (za pośrednictwem „pakietu dotnet”) dla projektu.",
"symbols/EnablePack/displayName": "Włącz pakiet",
"symbols/skipRestore/description": "Jeśli ta opcja jest określona, pomija automatyczne przywracanie projektu podczas tworzenia.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.pt-BR.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.pt-BR.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.pt-BR.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.pt-BR.json
index 1e35517314dd..438e8c27b5b7 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.pt-BR.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.pt-BR.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Substituição da estrutura de destino",
"symbols/Framework/description": "A estrutura de destino para o projeto.",
"symbols/Framework/displayName": "Estrutura",
- "symbols/Framework/choices/net10.0/description": "Net10.0 de destino",
+ "symbols/Framework/choices/net11.0/description": "net11.0 de destino",
"symbols/EnablePack/description": "Se deseja ou não habilitar o empacotamento (via \"dotnet pack\") para o projeto.",
"symbols/EnablePack/displayName": "Habilitar pacote",
"symbols/skipRestore/description": "Se especificado, ignora a restauração automática do projeto na criação.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.ru.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.ru.json
similarity index 96%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.ru.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.ru.json
index 30ad6ec72f49..954666a66adc 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.ru.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.ru.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Переопределение целевой платформы",
"symbols/Framework/description": "Целевая платформа для проекта.",
"symbols/Framework/displayName": "Платформа",
- "symbols/Framework/choices/net10.0/description": "Целевая платформа .NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Целевая платформа .NET 10.0",
"symbols/EnablePack/description": "Следует ли включить упаковку (через \"dotnet pack\") для проекта.",
"symbols/EnablePack/displayName": "Включить пакет",
"symbols/skipRestore/description": "Если указано, пропускает автоматическое восстановление проекта при создании.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.tr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.tr.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.tr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.tr.json
index 8ad25acb4a76..a0bf5d6d4d9a 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.tr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.tr.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Hedef çerçeveyi geçersiz kılma",
"symbols/Framework/description": "Projenin hedef çerçevesi.",
"symbols/Framework/displayName": "Çerçeve",
- "symbols/Framework/choices/net10.0/description": "Hedef net10.0",
+ "symbols/Framework/choices/net11.0/description": "Hedef net11.0",
"symbols/EnablePack/description": "Proje için paketlemeyi etkinleştirip etkinleştirmeme ayarı ( \"dotnet pack\" üzerinden).",
"symbols/EnablePack/displayName": "Paketi etkinleştir",
"symbols/skipRestore/description": "Belirtilmişse, oluşturma anında projenin otomatik geri yüklenmesini atlar.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json
index 3f2d65c4ca04..0ec17172948d 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "目标框架替代",
"symbols/Framework/description": "项目的目标框架。",
"symbols/Framework/displayName": "框架",
- "symbols/Framework/choices/net10.0/description": "目标 net10.0",
+ "symbols/Framework/choices/net11.0/description": "目标 net11.0",
"symbols/EnablePack/description": "是否(通过 \"dotnet pack\")为项目启用打包。",
"symbols/EnablePack/displayName": "启用包",
"symbols/skipRestore/description": "如果指定,则在创建时跳过项目的自动还原。",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json
index 67ecb574e9f9..92c2191a1910 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "目標架構覆寫",
"symbols/Framework/description": "專案的目標架構。",
"symbols/Framework/displayName": "架構",
- "symbols/Framework/choices/net10.0/description": "目標 net10.0",
+ "symbols/Framework/choices/net11.0/description": "目標 net11.0",
"symbols/EnablePack/description": "是否要啟用專案的封裝 (透過 \"dotnet pack\")。",
"symbols/EnablePack/displayName": "啟用壓縮",
"symbols/skipRestore/description": "如果指定,則會在建立時跳過專案的自動還原。",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/template.json
similarity index 92%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/template.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/template.json
index ffbfedcd2411..7854e54018f5 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/.template.config/template.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/.template.config/template.json
@@ -7,8 +7,8 @@
"generatorVersions": "[1.0.0.0-*)",
"description": "A project that contains NUnit tests that can run on .NET on Windows, Linux and macOS",
"groupIdentity": "NUnit3.DotNetNew.Template",
- "precedence": "12000",
- "identity": "NUnit3.DotNetNew.Template.VisualBasic.10.0",
+ "precedence": "13000",
+ "identity": "NUnit3.DotNetNew.Template.VisualBasic.11.0",
"shortName": "nunit",
"tags": {
"language": "VB",
@@ -32,12 +32,12 @@
"datatype": "choice",
"choices": [
{
- "choice": "net10.0",
- "description": "Target net10.0"
+ "choice": "net11.0",
+ "description": "Target net11.0"
}
],
- "replaces": "net10.0",
- "defaultValue": "net10.0"
+ "replaces": "net11.0",
+ "defaultValue": "net11.0"
},
"EnablePack": {
"type": "parameter",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/Company.TestProject1.vbproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/Company.TestProject1.vbproj
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/Company.TestProject1.vbproj
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/Company.TestProject1.vbproj
index faa836e44638..3ac473bc2f43 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/Company.TestProject1.vbproj
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/Company.TestProject1.vbproj
@@ -1,7 +1,7 @@
- net10.0
+ net11.0
TargetFrameworkOverride
Company.TestProject1
$(ProjectLanguageVersion)
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/UnitTest1.vb b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/UnitTest1.vb
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/NUnit-VisualBasic/UnitTest1.vb
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/NUnit-VisualBasic/UnitTest1.vb
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/dotnetcli.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/dotnetcli.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/dotnetcli.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/ide.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/ide.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/ide.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/ide.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/ide/icon.ico b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/ide/icon.ico
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/ide/icon.ico
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/ide/icon.ico
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.cs.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.cs.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.cs.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.cs.json
index 648f92bd3831..e442fd8eaf15 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.cs.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.cs.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Přepsání cílové architektury",
"symbols/Framework/description": "Cílová architektura pro projekt",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (jenom Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (jenom Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (jenom Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.de.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.de.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.de.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.de.json
index 7f9ccea06133..df2af5f15c56 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.de.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.de.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Zielframeworküberschreibung",
"symbols/Framework/description": "Das Zielframework für das Projekt.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (nur Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (nur Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (nur Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.en.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.en.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.en.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.en.json
index e2c13a92416c..504bb131ac93 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.en.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.en.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Target framework override",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (Windows only)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (Windows only)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (Windows only)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.es.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.es.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.es.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.es.json
index 64561fd033d4..6ea211622315 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.es.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.es.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Invalidación de la plataforma de destino",
"symbols/Framework/description": "Marco de destino del proyecto.",
"symbols/Framework/displayName": "Plataforma",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (solo Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (solo Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (solo Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.fr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.fr.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.fr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.fr.json
index ea1459b7e9ab..5714868d4851 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.fr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.fr.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Remplacement du cadre cible",
"symbols/Framework/description": "Le cadre cible du projet.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (Windows uniquement)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (Windows uniquement)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (Windows uniquement)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.it.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.it.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.it.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.it.json
index 5acc742cb7af..11f2115b9c83 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.it.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.it.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Override del framework di destinazione",
"symbols/Framework/description": "Il framework di destinazione per il progetto.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (solo Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (solo Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (solo Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.ja.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.ja.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.ja.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.ja.json
index 00caa4fbecee..799636dbefbd 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.ja.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.ja.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "ターゲット フレームワークのオーバーライド",
"symbols/Framework/description": "プロジェクトのターゲット フレームワークです。",
"symbols/Framework/displayName": "フレームワーク",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (Windows のみ)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (Windows のみ)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (Windows のみ)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.ko.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.ko.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.ko.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.ko.json
index 91eb4cc23954..83cb540b9d80 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.ko.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.ko.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "대상 프레임워크 재정의",
"symbols/Framework/description": "프로젝트에 대한 대상 프레임워크입니다.",
"symbols/Framework/displayName": "프레임워크",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10(Windows만 해당)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10(Windows만 해당)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9(Windows만 해당)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.pl.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.pl.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.pl.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.pl.json
index be9450819ab2..e14314b73783 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.pl.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.pl.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Zastąpienie struktury docelowej",
"symbols/Framework/description": "Platforma docelowa dla tego projektu.",
"symbols/Framework/displayName": "Struktura",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (tylko system Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (tylko system Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (tylko system Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.pt-BR.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.pt-BR.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.pt-BR.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.pt-BR.json
index 10f54ae4f26c..6c0014e62791 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.pt-BR.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.pt-BR.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Substituição da estrutura de destino",
"symbols/Framework/description": "A estrutura de destino para o projeto.",
"symbols/Framework/displayName": "Estrutura",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (somente Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (somente Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (somente Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.ru.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.ru.json
similarity index 98%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.ru.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.ru.json
index 1651693ff9ee..97bc6eb6db24 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.ru.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.ru.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Переопределение целевой платформы",
"symbols/Framework/description": "Целевая платформа для проекта.",
"symbols/Framework/displayName": "Платформа",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (только для Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (только для Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (только для Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.tr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.tr.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.tr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.tr.json
index 500badeba886..b1cf03d8fd20 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.tr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.tr.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "Hedef çerçeveyi geçersiz kılma",
"symbols/Framework/description": "Projenin hedef çerçevesi.",
"symbols/Framework/displayName": "Çerçeve",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (yalnızca Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (yalnızca Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (yalnızca Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.zh-Hans.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.zh-Hans.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.zh-Hans.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.zh-Hans.json
index ef8e55b747cc..5748977403d5 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.zh-Hans.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.zh-Hans.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "目标框架替代",
"symbols/Framework/description": "项目的目标框架。",
"symbols/Framework/displayName": "框架",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (仅限 Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (仅限 Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (仅限 Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.zh-Hant.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.zh-Hant.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.zh-Hant.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.zh-Hant.json
index 0b99b95bc994..72341ea49858 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.zh-Hant.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/localize/templatestrings.zh-Hant.json
@@ -6,8 +6,8 @@
"symbols/TargetFrameworkOverride/displayName": "目標架構覆寫",
"symbols/Framework/description": "專案的目標架構。",
"symbols/Framework/displayName": "架構",
- "symbols/Framework/choices/net10.0/description": ".NET 10",
- "symbols/Framework/choices/net10.0-windows/description": ".NET 10 (僅限 Windows)",
+ "symbols/Framework/choices/net11.0/description": ".NET 10",
+ "symbols/Framework/choices/net11.0-windows/description": ".NET 10 (僅限 Windows)",
"symbols/Framework/choices/net9.0/description": ".NET 9",
"symbols/Framework/choices/net9.0-windows/description": ".NET 9 (僅限 Windows)",
"symbols/Framework/choices/net8.0/description": ".NET 8",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/template.json
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/template.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/template.json
index cca0c7262957..339026195198 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/.template.config/template.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/.template.config/template.json
@@ -6,8 +6,8 @@
"generatorVersions": "[1.0.0.0-*)",
"description": "A project that contains Playwright tests using MSTest test framework, that can run on .NET on Windows, Linux and MacOS.",
"groupIdentity": "Microsoft.Test.Playwright.MSTest",
- "precedence": "12000",
- "identity": "Microsoft.Test.Playwright.MSTest.CSharp.10.0",
+ "precedence": "13000",
+ "identity": "Microsoft.Test.Playwright.MSTest.CSharp.11.0",
"shortName": "mstest-playwright",
"tags": {
"language": "C#",
@@ -31,11 +31,11 @@
"datatype": "choice",
"choices": [
{
- "choice": "net10.0",
+ "choice": "net11.0",
"description": ".NET 10"
},
{
- "choice": "net10.0-windows",
+ "choice": "net11.0-windows",
"description": ".NET 10 (Windows only)"
},
{
@@ -99,8 +99,8 @@
"description": ".NET Framework 4.6.2"
}
],
- "replaces": "net10.0",
- "defaultValue": "net10.0"
+ "replaces": "net11.0",
+ "defaultValue": "net11.0"
},
"HostIdentifier": {
"type": "bind",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/Company.TestProject1.csproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/Company.TestProject1.csproj
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/Company.TestProject1.csproj
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/Company.TestProject1.csproj
index 2bd07494bbe9..6c02220c16fd 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/Company.TestProject1.csproj
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/Company.TestProject1.csproj
@@ -2,7 +2,7 @@
- net10.0
+ net11.0
TargetFrameworkOverride
Company.TestProject1
$(ProjectLanguageVersion)
@@ -28,7 +28,7 @@
- net10.0
+ net11.0
TargetFrameworkOverride
Company.TestProject1
$(ProjectLanguageVersion)
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/MSTestSettings.cs b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/MSTestSettings.cs
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/MSTestSettings.cs
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/MSTestSettings.cs
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/Test1.cs b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/Test1.cs
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-MSTest-CSharp/Test1.cs
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-MSTest-CSharp/Test1.cs
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/dotnetcli.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/dotnetcli.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/dotnetcli.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/ide.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/ide.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/ide.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/ide.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/ide/icon.ico b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/ide/icon.ico
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/ide/icon.ico
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/ide/icon.ico
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.cs.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.cs.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.cs.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.cs.json
index 01266bce8961..c0f45b731a4e 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.cs.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.cs.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Přepsání cílové architektury",
"symbols/Framework/description": "Cílová architektura pro projekt",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": "Cíl net10.0",
+ "symbols/Framework/choices/net11.0/description": "Cíl net11.0",
"symbols/EnablePack/description": "Určuje, jestli se má pro projekt povolit balení (přes „dotnet pack“).",
"symbols/EnablePack/displayName": "Povolit balíček",
"symbols/skipRestore/description": "Je-li zadáno, přeskočí automatické obnovení projektu při vytvoření.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.de.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.de.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.de.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.de.json
index 1513d385386b..cbc7cf9bcbc2 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.de.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.de.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Zielframeworküberschreibung",
"symbols/Framework/description": "Das Zielframework für das Projekt.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": "Ziel.-NET10.0",
+ "symbols/Framework/choices/net11.0/description": "Ziel.-net11.0",
"symbols/EnablePack/description": "Gibt an, ob die Paketerstellung (über \"dotnet pack\") für das Projekt aktiviert werden soll.",
"symbols/EnablePack/displayName": "Paket aktivieren",
"symbols/skipRestore/description": "Wenn angegeben, wird die automatische Wiederherstellung des Projekts beim Erstellen übersprungen.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.en.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.en.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.en.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.en.json
index 8355638e38f5..ad922acd5cd4 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.en.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.en.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Target framework override",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": "Target net10.0",
+ "symbols/Framework/choices/net11.0/description": "Target net11.0",
"symbols/EnablePack/description": "Whether or not to enable packaging (via \"dotnet pack\") for the project.",
"symbols/EnablePack/displayName": "Enable pack",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.es.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.es.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.es.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.es.json
index 7ff0950f0d28..79263d4e4919 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.es.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.es.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Invalidación de la plataforma de destino",
"symbols/Framework/description": "Marco de destino del proyecto.",
"symbols/Framework/displayName": "Plataforma",
- "symbols/Framework/choices/net10.0/description": "Destino net10.0",
+ "symbols/Framework/choices/net11.0/description": "Destino net11.0",
"symbols/EnablePack/description": "Indica si se va a habilitar o no el empaquetado (a través de \"dotnet pack\") para el proyecto.",
"symbols/EnablePack/displayName": "Habilitar paquete",
"symbols/skipRestore/description": "Si se especifica, se omite la restauración automática del proyecto durante la creación.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.fr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.fr.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.fr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.fr.json
index 3ed4c34e2516..1076a711c129 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.fr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.fr.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Remplacement du cadre cible",
"symbols/Framework/description": "Le cadre cible du projet.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": "Net10.0 cible",
+ "symbols/Framework/choices/net11.0/description": "net11.0 cible",
"symbols/EnablePack/description": "Indique s’il faut activer ou non la création de packages (via « dotnet pack ») pour le projet.",
"symbols/EnablePack/displayName": "Activer le pack",
"symbols/skipRestore/description": "Si spécifié, ignore la restauration automatique du projet lors de la création.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.it.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.it.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.it.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.it.json
index 86f25c6b4a37..23bd6db62add 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.it.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.it.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Override del framework di destinazione",
"symbols/Framework/description": "Il framework di destinazione per il progetto.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": "Destinazione net10.0",
+ "symbols/Framework/choices/net11.0/description": "Destinazione net11.0",
"symbols/EnablePack/description": "Indica se abilitare o meno la creazione del pacchetto (tramite \"dotnet pack\") per il progetto.",
"symbols/EnablePack/displayName": "Abilita pacchetto",
"symbols/skipRestore/description": "Se specificato, ignora il ripristino automatico del progetto durante la creazione.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.ja.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.ja.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.ja.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.ja.json
index 9e33fc2368c5..d4de531686f1 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.ja.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.ja.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "ターゲット フレームワークのオーバーライド",
"symbols/Framework/description": "プロジェクトのターゲット フレームワークです。",
"symbols/Framework/displayName": "フレームワーク",
- "symbols/Framework/choices/net10.0/description": "ターゲット net10.0",
+ "symbols/Framework/choices/net11.0/description": "ターゲット net11.0",
"symbols/EnablePack/description": "(\"dotnet pack\" を使用して) プロジェクトのパッケージ化を有効にするかどうか。",
"symbols/EnablePack/displayName": "パックを有効にする",
"symbols/skipRestore/description": "指定した場合、作成時にプロジェクトの自動復元がスキップされます。",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.ko.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.ko.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.ko.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.ko.json
index d923bd254a4e..0c8735ba5cb2 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.ko.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.ko.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "대상 프레임워크 재정의",
"symbols/Framework/description": "프로젝트에 대한 대상 프레임워크입니다.",
"symbols/Framework/displayName": "프레임워크",
- "symbols/Framework/choices/net10.0/description": "대상 net10.0",
+ "symbols/Framework/choices/net11.0/description": "대상 net11.0",
"symbols/EnablePack/description": "프로젝트에 대해 패키징(\"dotnet pack\"을 통해)을 활성화할지 여부",
"symbols/EnablePack/displayName": "팩 사용",
"symbols/skipRestore/description": "지정된 경우, 프로젝트 생성 시 자동 복원을 건너뜁니다.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.pl.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.pl.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.pl.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.pl.json
index 3b9d20f930f2..7b446449fe59 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.pl.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.pl.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Zastąpienie struktury docelowej",
"symbols/Framework/description": "Platforma docelowa dla tego projektu.",
"symbols/Framework/displayName": "Struktura",
- "symbols/Framework/choices/net10.0/description": "Docelowa platforma net10.0",
+ "symbols/Framework/choices/net11.0/description": "Docelowa platforma net11.0",
"symbols/EnablePack/description": "Określa, czy włączyć pakowanie (za pośrednictwem „pakietu dotnet”) dla projektu.",
"symbols/EnablePack/displayName": "Włącz pakiet",
"symbols/skipRestore/description": "Jeśli ta opcja jest określona, pomija automatyczne przywracanie projektu podczas tworzenia.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.pt-BR.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.pt-BR.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.pt-BR.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.pt-BR.json
index 223976147e9c..46c8326aaa62 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.pt-BR.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.pt-BR.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Substituição da estrutura de destino",
"symbols/Framework/description": "A estrutura de destino para o projeto.",
"symbols/Framework/displayName": "Estrutura",
- "symbols/Framework/choices/net10.0/description": "Net10.0 de destino",
+ "symbols/Framework/choices/net11.0/description": "net11.0 de destino",
"symbols/EnablePack/description": "Se deseja ou não habilitar o empacotamento (via \"dotnet pack\") para o projeto.",
"symbols/EnablePack/displayName": "Habilitar pacote",
"symbols/skipRestore/description": "Se especificado, ignora a restauração automática do projeto na criação.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.ru.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.ru.json
similarity index 96%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.ru.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.ru.json
index 138efd64c43a..be0ec4a3ba4f 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.ru.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.ru.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Переопределение целевой платформы",
"symbols/Framework/description": "Целевая платформа для проекта.",
"symbols/Framework/displayName": "Платформа",
- "symbols/Framework/choices/net10.0/description": "Целевая платформа .NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Целевая платформа .NET 10.0",
"symbols/EnablePack/description": "Следует ли включить упаковку (через \"dotnet pack\") для проекта.",
"symbols/EnablePack/displayName": "Включить пакет",
"symbols/skipRestore/description": "Если указано, пропускает автоматическое восстановление проекта при создании.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.tr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.tr.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.tr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.tr.json
index 7926538e08e9..fc762ce6e243 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.tr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.tr.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Hedef çerçeveyi geçersiz kılma",
"symbols/Framework/description": "Projenin hedef çerçevesi.",
"symbols/Framework/displayName": "Çerçeve",
- "symbols/Framework/choices/net10.0/description": "Hedef net10.0",
+ "symbols/Framework/choices/net11.0/description": "Hedef net11.0",
"symbols/EnablePack/description": "Proje için paketlemeyi etkinleştirip etkinleştirmeme ayarı ( \"dotnet pack\" üzerinden).",
"symbols/EnablePack/displayName": "Paketi etkinleştir",
"symbols/skipRestore/description": "Belirtilmişse, oluşturma anında projenin otomatik geri yüklenmesini atlar.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.zh-Hans.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.zh-Hans.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.zh-Hans.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.zh-Hans.json
index 5c6f8b1447c3..d2072dd064ff 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.zh-Hans.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.zh-Hans.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "目标框架替代",
"symbols/Framework/description": "项目的目标框架。",
"symbols/Framework/displayName": "框架",
- "symbols/Framework/choices/net10.0/description": "目标 net10.0",
+ "symbols/Framework/choices/net11.0/description": "目标 net11.0",
"symbols/EnablePack/description": "是否(通过 \"dotnet pack\")为项目启用打包。",
"symbols/EnablePack/displayName": "启用包",
"symbols/skipRestore/description": "如果指定,则在创建时跳过项目的自动还原。",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.zh-Hant.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.zh-Hant.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.zh-Hant.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.zh-Hant.json
index 365a03d1536e..f95042149b53 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.zh-Hant.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/localize/templatestrings.zh-Hant.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "目標架構覆寫",
"symbols/Framework/description": "專案的目標架構。",
"symbols/Framework/displayName": "架構",
- "symbols/Framework/choices/net10.0/description": "目標 net10.0",
+ "symbols/Framework/choices/net11.0/description": "目標 net11.0",
"symbols/EnablePack/description": "是否要啟用專案的封裝 (透過 \"dotnet pack\")。",
"symbols/EnablePack/displayName": "啟用壓縮",
"symbols/skipRestore/description": "如果指定,則會在建立時跳過專案的自動還原。",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/template.json
similarity index 93%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/template.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/template.json
index de3c0063934b..38ddb706b7cb 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/.template.config/template.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/.template.config/template.json
@@ -6,8 +6,8 @@
"generatorVersions": "[1.0.0.0-*)",
"description": "A project that contains Playwright tests using NUnit test framework, that can run on .NET on Windows, Linux and MacOS.",
"groupIdentity": "Microsoft.Test.Playwright.NUnit",
- "precedence": "12000",
- "identity": "Microsoft.Test.Playwright.NUnit.CSharp.10.0",
+ "precedence": "13000",
+ "identity": "Microsoft.Test.Playwright.NUnit.CSharp.11.0",
"shortName": "nunit-playwright",
"tags": {
"language": "C#",
@@ -31,12 +31,12 @@
"datatype": "choice",
"choices": [
{
- "choice": "net10.0",
- "description": "Target net10.0"
+ "choice": "net11.0",
+ "description": "Target net11.0"
}
],
- "replaces": "net10.0",
- "defaultValue": "net10.0"
+ "replaces": "net11.0",
+ "defaultValue": "net11.0"
},
"EnablePack": {
"type": "parameter",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/Company.TestProject1.csproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/Company.TestProject1.csproj
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/Company.TestProject1.csproj
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/Company.TestProject1.csproj
index 49bd1b394cc2..12312d733513 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/Company.TestProject1.csproj
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/Company.TestProject1.csproj
@@ -1,7 +1,7 @@
- net10.0
+ net11.0
TargetFrameworkOverride
Company.TestProject1
$(ProjectLanguageVersion)
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/UnitTest1.cs b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/UnitTest1.cs
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/Playwright-NUnit-CSharp/UnitTest1.cs
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/Playwright-NUnit-CSharp/UnitTest1.cs
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/dotnetcli.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/dotnetcli.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/dotnetcli.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/ide.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/ide.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/ide.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/ide.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/ide/icon.ico b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/ide/icon.ico
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/ide/icon.ico
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/ide/icon.ico
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.cs.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.cs.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.cs.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.cs.json
index fa8792b1f9d4..1d76e2855e60 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.cs.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.cs.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Přepsání cílové architektury",
"symbols/Framework/description": "Cílová architektura pro projekt",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": "Cíl net10.0",
+ "symbols/Framework/choices/net11.0/description": "Cíl net11.0",
"symbols/EnablePack/description": "Určuje, jestli se má pro projekt povolit balení (přes „dotnet pack“).",
"symbols/EnablePack/displayName": "Povolit balíček",
"symbols/skipRestore/description": "Je-li zadáno, přeskočí automatické obnovení projektu při vytvoření.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.de.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.de.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.de.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.de.json
index c4075c59c1c6..9101e4d19017 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.de.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.de.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Zielframeworküberschreibung",
"symbols/Framework/description": "Das Zielframework für das Projekt.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": "Ziel.-NET10.0",
+ "symbols/Framework/choices/net11.0/description": "Ziel.-net11.0",
"symbols/EnablePack/description": "Gibt an, ob die Paketerstellung (über \"dotnet pack\") für das Projekt aktiviert werden soll.",
"symbols/EnablePack/displayName": "Paket aktivieren",
"symbols/skipRestore/description": "Wenn angegeben, wird die automatische Wiederherstellung des Projekts beim Erstellen übersprungen.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.en.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.en.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.en.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.en.json
index 47c72c7192da..0003f3eb62e4 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.en.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.en.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Target framework override",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": "Target net10.0",
+ "symbols/Framework/choices/net11.0/description": "Target net11.0",
"symbols/EnablePack/description": "Whether or not to enable packaging (via \"dotnet pack\") for the project.",
"symbols/EnablePack/displayName": "Enable pack",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.es.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.es.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.es.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.es.json
index f4193382c011..4ea2cb87597a 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.es.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.es.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Invalidación de la plataforma de destino",
"symbols/Framework/description": "Marco de destino del proyecto.",
"symbols/Framework/displayName": "Plataforma",
- "symbols/Framework/choices/net10.0/description": "Destino net10.0",
+ "symbols/Framework/choices/net11.0/description": "Destino net11.0",
"symbols/EnablePack/description": "Indica si se va a habilitar o no el empaquetado (a través de \"dotnet pack\") para el proyecto.",
"symbols/EnablePack/displayName": "Habilitar paquete",
"symbols/skipRestore/description": "Si se especifica, se omite la restauración automática del proyecto durante la creación.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.fr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.fr.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.fr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.fr.json
index f4e01266682b..b1c52236a21a 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.fr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.fr.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Remplacement du cadre cible",
"symbols/Framework/description": "Le cadre cible du projet.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": "Net10.0 cible",
+ "symbols/Framework/choices/net11.0/description": "net11.0 cible",
"symbols/EnablePack/description": "Indique s’il faut activer ou non la création de packages (via « dotnet pack ») pour le projet.",
"symbols/EnablePack/displayName": "Activer le pack",
"symbols/skipRestore/description": "Si spécifié, ignore la restauration automatique du projet lors de la création.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.it.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.it.json
similarity index 93%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.it.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.it.json
index c92f9455ea55..c9717f8ebe69 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.it.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.it.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Override del framework di destinazione",
"symbols/Framework/description": "Il framework di destinazione per il progetto.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": "Destinazione net10.0",
+ "symbols/Framework/choices/net11.0/description": "Destinazione net11.0",
"symbols/EnablePack/description": "Indica se abilitare o meno la creazione del pacchetto (tramite \"dotnet pack\") per il progetto.",
"symbols/EnablePack/displayName": "Abilita pacchetto",
"symbols/skipRestore/description": "Se specificato, ignora il ripristino automatico del progetto durante la creazione.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.ja.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.ja.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.ja.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.ja.json
index c7d2438ec69c..5d1935afaa41 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.ja.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.ja.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "ターゲット フレームワークのオーバーライド",
"symbols/Framework/description": "プロジェクトのターゲット フレームワークです。",
"symbols/Framework/displayName": "フレームワーク",
- "symbols/Framework/choices/net10.0/description": "ターゲット net10.0",
+ "symbols/Framework/choices/net11.0/description": "ターゲット net11.0",
"symbols/EnablePack/description": "(\"dotnet pack\" を使用して) プロジェクトのパッケージ化を有効にするかどうか。",
"symbols/EnablePack/displayName": "パックを有効にする",
"symbols/skipRestore/description": "指定した場合、作成時にプロジェクトの自動復元がスキップされます。",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.ko.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.ko.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.ko.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.ko.json
index cb0414b235e2..4f43081b779b 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.ko.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.ko.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "대상 프레임워크 재정의",
"symbols/Framework/description": "프로젝트에 대한 대상 프레임워크입니다.",
"symbols/Framework/displayName": "프레임워크",
- "symbols/Framework/choices/net10.0/description": "대상 net10.0",
+ "symbols/Framework/choices/net11.0/description": "대상 net11.0",
"symbols/EnablePack/description": "프로젝트에 대해 패키징(\"dotnet pack\"을 통해)을 활성화할지 여부",
"symbols/EnablePack/displayName": "팩 사용",
"symbols/skipRestore/description": "지정된 경우, 프로젝트 생성 시 자동 복원을 건너뜁니다.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.pl.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.pl.json
similarity index 93%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.pl.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.pl.json
index 3c180485d1e7..9859cc61cea9 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.pl.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.pl.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Zastąpienie struktury docelowej",
"symbols/Framework/description": "Platforma docelowa dla tego projektu.",
"symbols/Framework/displayName": "Struktura",
- "symbols/Framework/choices/net10.0/description": "Docelowa platforma net10.0",
+ "symbols/Framework/choices/net11.0/description": "Docelowa platforma net11.0",
"symbols/EnablePack/description": "Określa, czy włączyć pakowanie (za pośrednictwem „pakietu dotnet”) dla projektu.",
"symbols/EnablePack/displayName": "Włącz pakiet",
"symbols/skipRestore/description": "Jeśli ta opcja jest określona, pomija automatyczne przywracanie projektu podczas tworzenia.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.pt-BR.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.pt-BR.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.pt-BR.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.pt-BR.json
index 42f1d9d1390f..b29d142212bd 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.pt-BR.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.pt-BR.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Substituição da estrutura de destino",
"symbols/Framework/description": "A estrutura de destino para o projeto.",
"symbols/Framework/displayName": "Estrutura",
- "symbols/Framework/choices/net10.0/description": "Net10.0 de destino",
+ "symbols/Framework/choices/net11.0/description": "net11.0 de destino",
"symbols/EnablePack/description": "Se deseja ou não habilitar o empacotamento (via \"dotnet pack\") para o projeto.",
"symbols/EnablePack/displayName": "Habilitar pacote",
"symbols/skipRestore/description": "Se especificado, ignora a restauração automática do projeto na criação.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.ru.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.ru.json
similarity index 96%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.ru.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.ru.json
index 670f9ec57130..fe1d650e21a7 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.ru.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.ru.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Переопределение целевой платформы",
"symbols/Framework/description": "Целевая платформа для проекта.",
"symbols/Framework/displayName": "Платформа",
- "symbols/Framework/choices/net10.0/description": "Целевая платформа .NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Целевая платформа .NET 10.0",
"symbols/EnablePack/description": "Следует ли включить упаковку (через \"dotnet pack\") для проекта.",
"symbols/EnablePack/displayName": "Включить пакет",
"symbols/skipRestore/description": "Если указано, пропускает автоматическое восстановление проекта при создании.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.tr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.tr.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.tr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.tr.json
index 0121340d5e93..c91a8e762889 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.tr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.tr.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Hedef çerçeveyi geçersiz kılma",
"symbols/Framework/description": "Projenin hedef çerçevesi.",
"symbols/Framework/displayName": "Çerçeve",
- "symbols/Framework/choices/net10.0/description": "Hedef net10.0",
+ "symbols/Framework/choices/net11.0/description": "Hedef net11.0",
"symbols/EnablePack/description": "Proje için paketlemeyi etkinleştirip etkinleştirmeme ayarı ( \"dotnet pack\" üzerinden).",
"symbols/EnablePack/displayName": "Paketi etkinleştir",
"symbols/skipRestore/description": "Belirtilmişse, oluşturma anında projenin otomatik geri yüklenmesini atlar.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.zh-Hans.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.zh-Hans.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.zh-Hans.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.zh-Hans.json
index 179b6d2cdb27..e5908ba38368 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.zh-Hans.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.zh-Hans.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "目标框架替代",
"symbols/Framework/description": "项目的目标框架。",
"symbols/Framework/displayName": "框架",
- "symbols/Framework/choices/net10.0/description": "目标 net10.0",
+ "symbols/Framework/choices/net11.0/description": "目标 net11.0",
"symbols/EnablePack/description": "是否(通过 \"dotnet pack\")为项目启用打包。",
"symbols/EnablePack/displayName": "启用包",
"symbols/skipRestore/description": "如果指定,则在创建时跳过项目的自动还原。",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.zh-Hant.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.zh-Hant.json
index ad268deb9946..84b2a3b73a18 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/localize/templatestrings.zh-Hant.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "目標架構覆寫",
"symbols/Framework/description": "專案的目標架構。",
"symbols/Framework/displayName": "架構",
- "symbols/Framework/choices/net10.0/description": "目標 net10.0",
+ "symbols/Framework/choices/net11.0/description": "目標 net11.0",
"symbols/EnablePack/description": "是否要啟用專案的封裝 (透過 \"dotnet pack\")。",
"symbols/EnablePack/displayName": "啟用壓縮",
"symbols/skipRestore/description": "如果指定,則會在建立時跳過專案的自動還原。",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/template.json
similarity index 92%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/template.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/template.json
index 4267937bfd3b..899b4e539845 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/template.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/.template.config/template.json
@@ -6,8 +6,8 @@
"generatorVersions": "[1.0.0.0-*)",
"description": "A project that contains xUnit.net tests that can run on .NET on Windows, Linux and macOS",
"groupIdentity": "Microsoft.Test.xUnit",
- "precedence": "12000",
- "identity": "Microsoft.Test.xUnit.CSharp.10.0",
+ "precedence": "13000",
+ "identity": "Microsoft.Test.xUnit.CSharp.11.0",
"shortName": "xunit",
"tags": {
"language": "C#",
@@ -31,12 +31,12 @@
"datatype": "choice",
"choices": [
{
- "choice": "net10.0",
- "description": "Target net10.0"
+ "choice": "net11.0",
+ "description": "Target net11.0"
}
],
- "replaces": "net10.0",
- "defaultValue": "net10.0"
+ "replaces": "net11.0",
+ "defaultValue": "net11.0"
},
"EnablePack": {
"type": "parameter",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/Company.TestProject1.csproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/Company.TestProject1.csproj
similarity index 97%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/Company.TestProject1.csproj
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/Company.TestProject1.csproj
index bbcb92a579c5..5fa6752c3c29 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/Company.TestProject1.csproj
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/Company.TestProject1.csproj
@@ -1,7 +1,7 @@
- net10.0
+ net11.0
TargetFrameworkOverride
Company.TestProject1
enable
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/UnitTest1.cs b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/UnitTest1.cs
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/UnitTest1.cs
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-CSharp/UnitTest1.cs
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/dotnetcli.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/dotnetcli.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/dotnetcli.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/ide.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/ide.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/ide.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/ide.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/ide/icon.ico b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/ide/icon.ico
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/ide/icon.ico
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/ide/icon.ico
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.cs.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.cs.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.cs.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.cs.json
index f623db33d01b..0fc9ad102eab 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.cs.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.cs.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Přepsání cílové architektury",
"symbols/Framework/description": "Cílová architektura pro projekt",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": "Cíl net10.0",
+ "symbols/Framework/choices/net11.0/description": "Cíl net11.0",
"symbols/EnablePack/description": "Určuje, jestli se má pro projekt povolit balení (přes „dotnet pack“).",
"symbols/EnablePack/displayName": "Povolit balíček",
"symbols/skipRestore/description": "Je-li zadáno, přeskočí automatické obnovení projektu při vytvoření.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.de.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.de.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.de.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.de.json
index 2a733b0d5a70..22a3749eee4e 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.de.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.de.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Zielframeworküberschreibung",
"symbols/Framework/description": "Das Zielframework für das Projekt.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": "Ziel.-NET10.0",
+ "symbols/Framework/choices/net11.0/description": "Ziel.-net11.0",
"symbols/EnablePack/description": "Gibt an, ob die Paketerstellung (über \"dotnet pack\") für das Projekt aktiviert werden soll.",
"symbols/EnablePack/displayName": "Paket aktivieren",
"symbols/skipRestore/description": "Wenn angegeben, wird die automatische Wiederherstellung des Projekts beim Erstellen übersprungen.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.en.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.en.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.en.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.en.json
index 373107d96640..72b954b04caa 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.en.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.en.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Target framework override",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": "Target net10.0",
+ "symbols/Framework/choices/net11.0/description": "Target net11.0",
"symbols/EnablePack/description": "Whether or not to enable packaging (via \"dotnet pack\") for the project.",
"symbols/EnablePack/displayName": "Enable pack",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.es.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.es.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.es.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.es.json
index 44003a0c150b..17ab16f67a19 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.es.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.es.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Invalidación de la plataforma de destino",
"symbols/Framework/description": "Marco de destino del proyecto.",
"symbols/Framework/displayName": "Plataforma",
- "symbols/Framework/choices/net10.0/description": "Destino net10.0",
+ "symbols/Framework/choices/net11.0/description": "Destino net11.0",
"symbols/EnablePack/description": "Indica si se va a habilitar o no el empaquetado (a través de \"dotnet pack\") para el proyecto.",
"symbols/EnablePack/displayName": "Habilitar paquete",
"symbols/skipRestore/description": "Si se especifica, se omite la restauración automática del proyecto durante la creación.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.fr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.fr.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.fr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.fr.json
index d773b89356b7..7a9617557855 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.fr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.fr.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Remplacement du cadre cible",
"symbols/Framework/description": "Le cadre cible du projet.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": "Net10.0 cible",
+ "symbols/Framework/choices/net11.0/description": "net11.0 cible",
"symbols/EnablePack/description": "Indique s’il faut activer ou non la création de packages (via « dotnet pack ») pour le projet.",
"symbols/EnablePack/displayName": "Activer le pack",
"symbols/skipRestore/description": "Si spécifié, ignore la restauration automatique du projet lors de la création.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.it.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.it.json
similarity index 93%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.it.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.it.json
index 51179df89eb7..409acc2e6d86 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.it.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.it.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Override del framework di destinazione",
"symbols/Framework/description": "Il framework di destinazione per il progetto.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": "Destinazione net10.0",
+ "symbols/Framework/choices/net11.0/description": "Destinazione net11.0",
"symbols/EnablePack/description": "Indica se abilitare o meno la creazione del pacchetto (tramite \"dotnet pack\") per il progetto.",
"symbols/EnablePack/displayName": "Abilita pacchetto",
"symbols/skipRestore/description": "Se specificato, ignora il ripristino automatico del progetto durante la creazione.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.ja.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.ja.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.ja.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.ja.json
index 74399f220006..04d298e4a98a 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.ja.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.ja.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "ターゲット フレームワークのオーバーライド",
"symbols/Framework/description": "プロジェクトのターゲット フレームワークです。",
"symbols/Framework/displayName": "フレームワーク",
- "symbols/Framework/choices/net10.0/description": "ターゲット net10.0",
+ "symbols/Framework/choices/net11.0/description": "ターゲット net11.0",
"symbols/EnablePack/description": "(\"dotnet pack\" を使用して) プロジェクトのパッケージ化を有効にするかどうか。",
"symbols/EnablePack/displayName": "パックを有効にする",
"symbols/skipRestore/description": "指定した場合、作成時にプロジェクトの自動復元がスキップされます。",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.ko.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.ko.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.ko.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.ko.json
index 0d043126b6f7..9afab3f13ffc 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.ko.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.ko.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "대상 프레임워크 재정의",
"symbols/Framework/description": "프로젝트에 대한 대상 프레임워크입니다.",
"symbols/Framework/displayName": "프레임워크",
- "symbols/Framework/choices/net10.0/description": "대상 net10.0",
+ "symbols/Framework/choices/net11.0/description": "대상 net11.0",
"symbols/EnablePack/description": "프로젝트에 대해 패키징(\"dotnet pack\"을 통해)을 활성화할지 여부",
"symbols/EnablePack/displayName": "팩 사용",
"symbols/skipRestore/description": "지정된 경우, 프로젝트 생성 시 자동 복원을 건너뜁니다.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.pl.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.pl.json
similarity index 93%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.pl.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.pl.json
index e45b61f27861..977bd2720f76 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.pl.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.pl.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Zastąpienie struktury docelowej",
"symbols/Framework/description": "Platforma docelowa dla tego projektu.",
"symbols/Framework/displayName": "Struktura",
- "symbols/Framework/choices/net10.0/description": "Docelowa platforma net10.0",
+ "symbols/Framework/choices/net11.0/description": "Docelowa platforma net11.0",
"symbols/EnablePack/description": "Określa, czy włączyć pakowanie (za pośrednictwem „pakietu dotnet”) dla projektu.",
"symbols/EnablePack/displayName": "Włącz pakiet",
"symbols/skipRestore/description": "Jeśli ta opcja jest określona, pomija automatyczne przywracanie projektu podczas tworzenia.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.pt-BR.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.pt-BR.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.pt-BR.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.pt-BR.json
index fc21f1c450e0..86cf44ae43a2 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.pt-BR.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.pt-BR.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Substituição da estrutura de destino",
"symbols/Framework/description": "A estrutura de destino para o projeto.",
"symbols/Framework/displayName": "Estrutura",
- "symbols/Framework/choices/net10.0/description": "Net10.0 de destino",
+ "symbols/Framework/choices/net11.0/description": "net11.0 de destino",
"symbols/EnablePack/description": "Se deseja ou não habilitar o empacotamento (via \"dotnet pack\") para o projeto.",
"symbols/EnablePack/displayName": "Habilitar pacote",
"symbols/skipRestore/description": "Se especificado, ignora a restauração automática do projeto na criação.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.ru.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.ru.json
similarity index 95%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.ru.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.ru.json
index e95b41da459e..4416751a6600 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.ru.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.ru.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Переопределение целевой платформы",
"symbols/Framework/description": "Целевая платформа для проекта.",
"symbols/Framework/displayName": "Платформа",
- "symbols/Framework/choices/net10.0/description": "Целевая платформа .NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Целевая платформа .NET 10.0",
"symbols/EnablePack/description": "Следует ли включить упаковку (через \"dotnet pack\") для проекта.",
"symbols/EnablePack/displayName": "Включить пакет",
"symbols/skipRestore/description": "Если указано, пропускает автоматическое восстановление проекта при создании.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.tr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.tr.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.tr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.tr.json
index 7083772a4a6f..efd2bc94bfaf 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.tr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.tr.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Hedef çerçeveyi geçersiz kılma",
"symbols/Framework/description": "Projenin hedef çerçevesi.",
"symbols/Framework/displayName": "Çerçeve",
- "symbols/Framework/choices/net10.0/description": "Hedef net10.0",
+ "symbols/Framework/choices/net11.0/description": "Hedef net11.0",
"symbols/EnablePack/description": "Proje için paketlemeyi etkinleştirip etkinleştirmeme ayarı ( \"dotnet pack\" üzerinden).",
"symbols/EnablePack/displayName": "Paketi etkinleştir",
"symbols/skipRestore/description": "Belirtilmişse, oluşturma anında projenin otomatik geri yüklenmesini atlar.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.zh-Hans.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.zh-Hans.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.zh-Hans.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.zh-Hans.json
index 6987eb15e833..62c13d1822aa 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.zh-Hans.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.zh-Hans.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "目标框架替代",
"symbols/Framework/description": "项目的目标框架。",
"symbols/Framework/displayName": "框架",
- "symbols/Framework/choices/net10.0/description": "目标 net10.0",
+ "symbols/Framework/choices/net11.0/description": "目标 net11.0",
"symbols/EnablePack/description": "是否(通过 \"dotnet pack\")为项目启用打包。",
"symbols/EnablePack/displayName": "启用包",
"symbols/skipRestore/description": "如果指定,则在创建时跳过项目的自动还原。",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.zh-Hant.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.zh-Hant.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.zh-Hant.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.zh-Hant.json
index 9f10b2ffab59..15b6c04827af 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/localize/templatestrings.zh-Hant.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/localize/templatestrings.zh-Hant.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "目標架構覆寫",
"symbols/Framework/description": "專案的目標架構。",
"symbols/Framework/displayName": "架構",
- "symbols/Framework/choices/net10.0/description": "目標 net10.0",
+ "symbols/Framework/choices/net11.0/description": "目標 net11.0",
"symbols/EnablePack/description": "是否要啟用專案的封裝 (透過 \"dotnet pack\")。",
"symbols/EnablePack/displayName": "啟用壓縮",
"symbols/skipRestore/description": "如果指定,則會在建立時跳過專案的自動還原。",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/template.json
similarity index 92%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/template.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/template.json
index e3cee6e75741..9b508cdf6a9a 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/.template.config/template.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/.template.config/template.json
@@ -6,8 +6,8 @@
"generatorVersions": "[1.0.0.0-*)",
"description": "A project that contains xUnit.net tests that can run on .NET on Windows, Linux and macOS",
"groupIdentity": "Microsoft.Test.xUnit",
- "precedence": "12000",
- "identity": "Microsoft.Test.xUnit.FSharp.10.0",
+ "precedence": "13000",
+ "identity": "Microsoft.Test.xUnit.FSharp.11.0",
"shortName": "xunit",
"tags": {
"language": "F#",
@@ -31,12 +31,12 @@
"datatype": "choice",
"choices": [
{
- "choice": "net10.0",
- "description": "Target net10.0"
+ "choice": "net11.0",
+ "description": "Target net11.0"
}
],
- "replaces": "net10.0",
- "defaultValue": "net10.0"
+ "replaces": "net11.0",
+ "defaultValue": "net11.0"
},
"EnablePack": {
"type": "parameter",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/Company.TestProject1.fsproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/Company.TestProject1.fsproj
similarity index 96%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/Company.TestProject1.fsproj
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/Company.TestProject1.fsproj
index bf9c5b0b607e..87dd7841f8bc 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/Company.TestProject1.fsproj
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/Company.TestProject1.fsproj
@@ -1,7 +1,7 @@
- net10.0
+ net11.0
TargetFrameworkOverride
Company.TestProject1
true
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/Tests.fs b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/Tests.fs
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-FSharp/Tests.fs
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-FSharp/Tests.fs
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/dotnetcli.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/dotnetcli.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/dotnetcli.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/ide.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/ide.host.json
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/ide.host.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/ide.host.json
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/ide/icon.ico b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/ide/icon.ico
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/ide/icon.ico
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/ide/icon.ico
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.cs.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.cs.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.cs.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.cs.json
index fa8792b1f9d4..1d76e2855e60 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.cs.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.cs.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Přepsání cílové architektury",
"symbols/Framework/description": "Cílová architektura pro projekt",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": "Cíl net10.0",
+ "symbols/Framework/choices/net11.0/description": "Cíl net11.0",
"symbols/EnablePack/description": "Určuje, jestli se má pro projekt povolit balení (přes „dotnet pack“).",
"symbols/EnablePack/displayName": "Povolit balíček",
"symbols/skipRestore/description": "Je-li zadáno, přeskočí automatické obnovení projektu při vytvoření.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.de.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.de.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.de.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.de.json
index c4075c59c1c6..9101e4d19017 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.de.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.de.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Zielframeworküberschreibung",
"symbols/Framework/description": "Das Zielframework für das Projekt.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": "Ziel.-NET10.0",
+ "symbols/Framework/choices/net11.0/description": "Ziel.-net11.0",
"symbols/EnablePack/description": "Gibt an, ob die Paketerstellung (über \"dotnet pack\") für das Projekt aktiviert werden soll.",
"symbols/EnablePack/displayName": "Paket aktivieren",
"symbols/skipRestore/description": "Wenn angegeben, wird die automatische Wiederherstellung des Projekts beim Erstellen übersprungen.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.en.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.en.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.en.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.en.json
index 47c72c7192da..0003f3eb62e4 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.en.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.en.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Target framework override",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": "Target net10.0",
+ "symbols/Framework/choices/net11.0/description": "Target net11.0",
"symbols/EnablePack/description": "Whether or not to enable packaging (via \"dotnet pack\") for the project.",
"symbols/EnablePack/displayName": "Enable pack",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.es.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.es.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.es.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.es.json
index f4193382c011..4ea2cb87597a 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.es.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.es.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Invalidación de la plataforma de destino",
"symbols/Framework/description": "Marco de destino del proyecto.",
"symbols/Framework/displayName": "Plataforma",
- "symbols/Framework/choices/net10.0/description": "Destino net10.0",
+ "symbols/Framework/choices/net11.0/description": "Destino net11.0",
"symbols/EnablePack/description": "Indica si se va a habilitar o no el empaquetado (a través de \"dotnet pack\") para el proyecto.",
"symbols/EnablePack/displayName": "Habilitar paquete",
"symbols/skipRestore/description": "Si se especifica, se omite la restauración automática del proyecto durante la creación.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.fr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.fr.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.fr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.fr.json
index f4e01266682b..b1c52236a21a 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.fr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.fr.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Remplacement du cadre cible",
"symbols/Framework/description": "Le cadre cible du projet.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": "Net10.0 cible",
+ "symbols/Framework/choices/net11.0/description": "net11.0 cible",
"symbols/EnablePack/description": "Indique s’il faut activer ou non la création de packages (via « dotnet pack ») pour le projet.",
"symbols/EnablePack/displayName": "Activer le pack",
"symbols/skipRestore/description": "Si spécifié, ignore la restauration automatique du projet lors de la création.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.it.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.it.json
similarity index 93%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.it.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.it.json
index c92f9455ea55..c9717f8ebe69 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.it.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.it.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Override del framework di destinazione",
"symbols/Framework/description": "Il framework di destinazione per il progetto.",
"symbols/Framework/displayName": "Framework",
- "symbols/Framework/choices/net10.0/description": "Destinazione net10.0",
+ "symbols/Framework/choices/net11.0/description": "Destinazione net11.0",
"symbols/EnablePack/description": "Indica se abilitare o meno la creazione del pacchetto (tramite \"dotnet pack\") per il progetto.",
"symbols/EnablePack/displayName": "Abilita pacchetto",
"symbols/skipRestore/description": "Se specificato, ignora il ripristino automatico del progetto durante la creazione.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.ja.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.ja.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.ja.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.ja.json
index c7d2438ec69c..5d1935afaa41 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.ja.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.ja.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "ターゲット フレームワークのオーバーライド",
"symbols/Framework/description": "プロジェクトのターゲット フレームワークです。",
"symbols/Framework/displayName": "フレームワーク",
- "symbols/Framework/choices/net10.0/description": "ターゲット net10.0",
+ "symbols/Framework/choices/net11.0/description": "ターゲット net11.0",
"symbols/EnablePack/description": "(\"dotnet pack\" を使用して) プロジェクトのパッケージ化を有効にするかどうか。",
"symbols/EnablePack/displayName": "パックを有効にする",
"symbols/skipRestore/description": "指定した場合、作成時にプロジェクトの自動復元がスキップされます。",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.ko.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.ko.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.ko.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.ko.json
index cb0414b235e2..4f43081b779b 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.ko.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.ko.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "대상 프레임워크 재정의",
"symbols/Framework/description": "프로젝트에 대한 대상 프레임워크입니다.",
"symbols/Framework/displayName": "프레임워크",
- "symbols/Framework/choices/net10.0/description": "대상 net10.0",
+ "symbols/Framework/choices/net11.0/description": "대상 net11.0",
"symbols/EnablePack/description": "프로젝트에 대해 패키징(\"dotnet pack\"을 통해)을 활성화할지 여부",
"symbols/EnablePack/displayName": "팩 사용",
"symbols/skipRestore/description": "지정된 경우, 프로젝트 생성 시 자동 복원을 건너뜁니다.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.pl.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.pl.json
similarity index 93%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.pl.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.pl.json
index 3c180485d1e7..9859cc61cea9 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.pl.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.pl.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Zastąpienie struktury docelowej",
"symbols/Framework/description": "Platforma docelowa dla tego projektu.",
"symbols/Framework/displayName": "Struktura",
- "symbols/Framework/choices/net10.0/description": "Docelowa platforma net10.0",
+ "symbols/Framework/choices/net11.0/description": "Docelowa platforma net11.0",
"symbols/EnablePack/description": "Określa, czy włączyć pakowanie (za pośrednictwem „pakietu dotnet”) dla projektu.",
"symbols/EnablePack/displayName": "Włącz pakiet",
"symbols/skipRestore/description": "Jeśli ta opcja jest określona, pomija automatyczne przywracanie projektu podczas tworzenia.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.pt-BR.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.pt-BR.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.pt-BR.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.pt-BR.json
index 42f1d9d1390f..b29d142212bd 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.pt-BR.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.pt-BR.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Substituição da estrutura de destino",
"symbols/Framework/description": "A estrutura de destino para o projeto.",
"symbols/Framework/displayName": "Estrutura",
- "symbols/Framework/choices/net10.0/description": "Net10.0 de destino",
+ "symbols/Framework/choices/net11.0/description": "net11.0 de destino",
"symbols/EnablePack/description": "Se deseja ou não habilitar o empacotamento (via \"dotnet pack\") para o projeto.",
"symbols/EnablePack/displayName": "Habilitar pacote",
"symbols/skipRestore/description": "Se especificado, ignora a restauração automática do projeto na criação.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.ru.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.ru.json
similarity index 96%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.ru.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.ru.json
index 670f9ec57130..fe1d650e21a7 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.ru.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.ru.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Переопределение целевой платформы",
"symbols/Framework/description": "Целевая платформа для проекта.",
"symbols/Framework/displayName": "Платформа",
- "symbols/Framework/choices/net10.0/description": "Целевая платформа .NET 10.0",
+ "symbols/Framework/choices/net11.0/description": "Целевая платформа .NET 10.0",
"symbols/EnablePack/description": "Следует ли включить упаковку (через \"dotnet pack\") для проекта.",
"symbols/EnablePack/displayName": "Включить пакет",
"symbols/skipRestore/description": "Если указано, пропускает автоматическое восстановление проекта при создании.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.tr.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.tr.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.tr.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.tr.json
index 0121340d5e93..c91a8e762889 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.tr.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.tr.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "Hedef çerçeveyi geçersiz kılma",
"symbols/Framework/description": "Projenin hedef çerçevesi.",
"symbols/Framework/displayName": "Çerçeve",
- "symbols/Framework/choices/net10.0/description": "Hedef net10.0",
+ "symbols/Framework/choices/net11.0/description": "Hedef net11.0",
"symbols/EnablePack/description": "Proje için paketlemeyi etkinleştirip etkinleştirmeme ayarı ( \"dotnet pack\" üzerinden).",
"symbols/EnablePack/displayName": "Paketi etkinleştir",
"symbols/skipRestore/description": "Belirtilmişse, oluşturma anında projenin otomatik geri yüklenmesini atlar.",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json
index 179b6d2cdb27..e5908ba38368 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.zh-Hans.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "目标框架替代",
"symbols/Framework/description": "项目的目标框架。",
"symbols/Framework/displayName": "框架",
- "symbols/Framework/choices/net10.0/description": "目标 net10.0",
+ "symbols/Framework/choices/net11.0/description": "目标 net11.0",
"symbols/EnablePack/description": "是否(通过 \"dotnet pack\")为项目启用打包。",
"symbols/EnablePack/displayName": "启用包",
"symbols/skipRestore/description": "如果指定,则在创建时跳过项目的自动还原。",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.zh-Hant.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json
similarity index 94%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.zh-Hant.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json
index ad268deb9946..84b2a3b73a18 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-CSharp/.template.config/localize/templatestrings.zh-Hant.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/localize/templatestrings.zh-Hant.json
@@ -6,7 +6,7 @@
"symbols/TargetFrameworkOverride/displayName": "目標架構覆寫",
"symbols/Framework/description": "專案的目標架構。",
"symbols/Framework/displayName": "架構",
- "symbols/Framework/choices/net10.0/description": "目標 net10.0",
+ "symbols/Framework/choices/net11.0/description": "目標 net11.0",
"symbols/EnablePack/description": "是否要啟用專案的封裝 (透過 \"dotnet pack\")。",
"symbols/EnablePack/displayName": "啟用壓縮",
"symbols/skipRestore/description": "如果指定,則會在建立時跳過專案的自動還原。",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/template.json
similarity index 92%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/template.json
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/template.json
index 8d63b4b475d3..9090fd8cb0f4 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/.template.config/template.json
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/.template.config/template.json
@@ -6,8 +6,8 @@
"generatorVersions": "[1.0.0.0-*)",
"description": "A project that contains xUnit.net tests that can run on .NET on Windows, Linux and macOS",
"groupIdentity": "Microsoft.Test.xUnit",
- "precedence": "12000",
- "identity": "Microsoft.Test.xUnit.VisualBasic.10.0",
+ "precedence": "13000",
+ "identity": "Microsoft.Test.xUnit.VisualBasic.11.0",
"shortName": "xunit",
"tags": {
"language": "VB",
@@ -31,12 +31,12 @@
"datatype": "choice",
"choices": [
{
- "choice": "net10.0",
- "description": "Target net10.0"
+ "choice": "net11.0",
+ "description": "Target net11.0"
}
],
- "replaces": "net10.0",
- "defaultValue": "net10.0"
+ "replaces": "net11.0",
+ "defaultValue": "net11.0"
},
"EnablePack": {
"type": "parameter",
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/Company.TestProject1.vbproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/Company.TestProject1.vbproj
similarity index 96%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/Company.TestProject1.vbproj
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/Company.TestProject1.vbproj
index d88c072952f9..f34b4aba4a86 100644
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/Company.TestProject1.vbproj
+++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/Company.TestProject1.vbproj
@@ -2,7 +2,7 @@
Company.TestProject1
- net10.0
+ net11.0
TargetFrameworkOverride
true
false
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/UnitTest1.vb b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/UnitTest1.vb
similarity index 100%
rename from template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/XUnit-VisualBasic/UnitTest1.vb
rename to template_feed/Microsoft.DotNet.Common.ProjectTemplates.11.0/content/XUnit-VisualBasic/UnitTest1.vb
diff --git a/test/EndToEnd.Tests/GivenFrameworkDependentApps.cs b/test/EndToEnd.Tests/GivenFrameworkDependentApps.cs
index f6c1aa250b72..9b42d9cec7d6 100644
--- a/test/EndToEnd.Tests/GivenFrameworkDependentApps.cs
+++ b/test/EndToEnd.Tests/GivenFrameworkDependentApps.cs
@@ -15,7 +15,7 @@ public class GivenFrameworkDependentApps(ITestOutputHelper log) : SdkTest(log)
[ClassData(typeof(SupportedNetCoreAppVersions))]
public void ItDoesNotRollForwardToTheLatestVersionOfNetCore(string minorVersion)
{
- if (minorVersion == "3.0" || minorVersion == "3.1" || minorVersion == "5.0" || minorVersion == "6.0" || minorVersion == "7.0" || minorVersion == "8.0" || minorVersion == "9.0" || minorVersion == "10.0")
+ if (minorVersion == "3.0" || minorVersion == "3.1" || minorVersion == "5.0" || minorVersion == "6.0" || minorVersion == "7.0" || minorVersion == "8.0" || minorVersion == "9.0" || minorVersion == "10.0" || minorVersion == "11.0")
{
// https://github.com/dotnet/core-sdk/issues/621
return;
@@ -27,7 +27,7 @@ public void ItDoesNotRollForwardToTheLatestVersionOfNetCore(string minorVersion)
[ClassData(typeof(SupportedAspNetCoreVersions))]
public void ItDoesNotRollForwardToTheLatestVersionOfAspNetCoreApp(string minorVersion)
{
- if (minorVersion == "3.0" || minorVersion == "3.1" || minorVersion == "5.0" || minorVersion == "6.0" || minorVersion == "7.0" || minorVersion == "8.0" || minorVersion == "9.0" || minorVersion == "10.0")
+ if (minorVersion == "3.0" || minorVersion == "3.1" || minorVersion == "5.0" || minorVersion == "6.0" || minorVersion == "7.0" || minorVersion == "8.0" || minorVersion == "9.0" || minorVersion == "10.0" || minorVersion == "11.0")
{
// https://github.com/dotnet/core-sdk/issues/621
return;
diff --git a/test/EndToEnd.Tests/ProjectBuildTests.cs b/test/EndToEnd.Tests/ProjectBuildTests.cs
index ae176eb62ca8..6b73bdd3a0ab 100644
--- a/test/EndToEnd.Tests/ProjectBuildTests.cs
+++ b/test/EndToEnd.Tests/ProjectBuildTests.cs
@@ -405,7 +405,7 @@ private static string DetectExpectedDefaultFramework(string template = "")
string dotnetFolder = Path.GetDirectoryName(TestContext.Current.ToolsetUnderTest.DotNetHostPath);
string[] runtimeFolders = Directory.GetDirectories(Path.Combine(dotnetFolder, "shared", "Microsoft.NETCore.App"));
int latestMajorVersion = runtimeFolders.Select(folder => int.Parse(Path.GetFileName(folder).Split('.').First())).Max();
- if (latestMajorVersion == 10)
+ if (latestMajorVersion == 11)
{
return $"net{latestMajorVersion}.0";
}
diff --git a/test/EndToEnd.Tests/Utilities/SupportedNetCoreAppVersions.cs b/test/EndToEnd.Tests/Utilities/SupportedNetCoreAppVersions.cs
index a83706124a26..a97c4b445432 100644
--- a/test/EndToEnd.Tests/Utilities/SupportedNetCoreAppVersions.cs
+++ b/test/EndToEnd.Tests/Utilities/SupportedNetCoreAppVersions.cs
@@ -33,7 +33,8 @@ public class SupportedNetCoreAppVersions : IEnumerable