Skip to content

Commit b0b91f6

Browse files
authored
Mention deprecation of RoslynCompilerType=Framework in the docs (#51870)
1 parent 23978e6 commit b0b91f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/general/decouple-vs-and-net-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Based on the value of the `RoslynCompilerType` property, the SDK (or compiler to
145145

146146
These values are recognized for property `RoslynCompilerType`:
147147
- `Core`: use the compiler that comes with the .NET SDK
148-
- `Framework`: use the compiler that comes with .NET Framework MSBuild
148+
- `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))
149149
- `FrameworkPackage`: download the Microsoft.Net.Sdk.Compilers.Toolset package which contains the .NET Framework compiler corresponding to the .NET SDK version
150150
- `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
151151

0 commit comments

Comments
 (0)