Skip to content

Commit 0705367

Browse files
authored
Fix lint error
1 parent ede1780 commit 0705367

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/core/project-sdk/msbuild-props.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,6 +853,7 @@ If `RoslynCompilerType` is specified explicitly, `BuildWithNetFrameworkHostedCom
853853
### RoslynCompilerType
854854

855855
The `RoslynCompilerType` property controls version of C#/VB compiler. These values are recognized:
856+
856857
- `Core`: Use the compiler that comes with the .NET SDK. This is the default since .NET 10, even when using .NET Framework MSBuild.
857858
- `Framework`: Use the compiler that comes with .NET Framework MSBuild.
858859
- `FrameworkPackage`: When using .NET Framework MSBuild, download and use a package with .NET Framework compiler corresponding to the .NET SDK version.

0 commit comments

Comments
 (0)