winamp/Src/external_dependencies/openmpt-trunk/include/premake/website/docs/csversion.md

24 lines
291 B
Markdown
Raw Normal View History

2024-09-24 12:54:57 +00:00
Specifies the C# language level.
```lua
csversion ("value")
```
### Parameters ###
`value` is a string specifying the C# language level.
### Applies To ###
Project.
### Availability ###
Premake 5.0 or later.
### See Also ###
* [clr](clr.md)
* [dotnetframework](dotnetframework.md)