Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Startup settings specify the version of the common language runtime that should run the application.
Element | Description |
---|---|
<requiredRuntime> | Specifies that the application supports only version 1.0 of the common language runtime. Applications built with runtime version 1.1 should use the <supportedRuntime> element. |
<supportedRuntime> | Specifies which versions of the common language runtime the application supports. |
<startup> | Contains the <requiredRuntime> and <supportedRuntime> elements. |
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.