Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ Rather than embedding a subset of the Visual Basic Runtime in your assembly, you
<VBRuntime>Default</VBRuntime>
```

> [!NOTE]
> This solution does not apply to SDK-style projects that target .NET Standard because parts of the Visual Basic Runtime are not available in .NET Standard.

## See also

- [**-vbruntime** compiler option](../../reference/command-line-compiler/vbruntime.md)
Loading