Platform TypeDot Net Core App Field
.NET Core Application
Definition
Namespace: Sandcastle.Core.Reflection
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public const string DotNetCoreApp = ".NETCoreApp"VB
Public Const DotNetCoreApp As String = ".NETCoreApp"C++
public:
literal String^ DotNetCoreApp = ".NETCoreApp"F#
static val mutable DotNetCoreApp: string