urbas / bud

Build tool without the 'ill'.
MIT License
12 stars 2 forks source link

Language version should be configurable separately to the framework version #22

Open urbas opened 9 years ago

urbas commented 9 years ago

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 9 years ago

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