From 9ab9295954145f6011936a6dda871e9e5d326365 Mon Sep 17 00:00:00 2001 From: Jan Jones Date: Mon, 24 Nov 2025 12:21:57 +0100 Subject: [PATCH] Mention deprecation of RoslynCompilerType=Framework in the docs --- documentation/general/decouple-vs-and-net-sdk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/general/decouple-vs-and-net-sdk.md b/documentation/general/decouple-vs-and-net-sdk.md index ff77240fc4e3..065b568fa23b 100644 --- a/documentation/general/decouple-vs-and-net-sdk.md +++ b/documentation/general/decouple-vs-and-net-sdk.md @@ -145,7 +145,7 @@ Based on the value of the `RoslynCompilerType` property, the SDK (or compiler to These values are recognized for property `RoslynCompilerType`: - `Core`: use the compiler that comes with the .NET SDK -- `Framework`: use the compiler that comes with .NET Framework MSBuild +- `Framework`: use the compiler that comes with .NET Framework MSBuild (this option is [deprecated and will be removed in .NET 11](https://aka.ms/roslyn-compiler-type-framework)) - `FrameworkPackage`: download the Microsoft.Net.Sdk.Compilers.Toolset package which contains the .NET Framework compiler corresponding to the .NET SDK version - `Custom`: the SDK will not override `RoslynTasksAssembly` and the other properties listed above - used for example by Microsoft.Net.Compilers.Toolset package which injects its own version of the build task