urbas/bud

Language version should be configurable separately to the framework version

Opened this issue · 1 comments

urbas commented

Right now the only way to compile with C# 6 is to target the .NET Framework version 4.6.

Use case: Bud must be built with C# 6 but should target .NET Framework version 4.5 (for compatibility with Mono).

Currently Bud builds itself with .NET 4.6 and C# 6. Bud should build itself with .NET 4.5 and C# 5.

Also, other combinations of frameworks and language versions should be supported.

urbas commented

This issue is being addressed in branch feature/22-framework-and-language-version.