-
-
Notifications
You must be signed in to change notification settings - Fork 621
framework
starkos edited this page Apr 10, 2021
·
9 revisions
This wiki is no longer being maintained.
Selects a .NET framework version.
framework ("version")
This value currently is only applied to Visual Studio 2005 or later, and GNU makefiles using Mono. If no framework is specified the toolset default is used.
version
is one of:
- 1.0
- 1.1
- 2.0
- 3.0
- 3.5
- 4.0
Project configurations.
Premake 4.4 or later.
Use the .NET 3.0 Framework.
framework "3.0"
This API is deprecated since 5.0, please use dotnetframework instead.