IProjectContext.RuntimeConfig Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Full path to runtimeconfig.json file for the project.
public:
property System::String ^ RuntimeConfig { System::String ^ get(); };
public string RuntimeConfig { get; }
member this.RuntimeConfig : string
Public ReadOnly Property RuntimeConfig As String