Closed mikhail-denisenko closed 7 years ago
Guys, I ran into an issue when tried to use string interpolation - apparently you've got C# 5.0 in the project settings.
This PR changes it to default: https://github.com/bunq/sdk_csharp/pull/29
default
This will allow the usage of C# 6+
Btw, is there's a specific reason you're using C# 5.0?
thanks for merging-in the PR
Guys, I ran into an issue when tried to use string interpolation - apparently you've got C# 5.0 in the project settings.
This PR changes it to
default
: https://github.com/bunq/sdk_csharp/pull/29This will allow the usage of C# 6+
Btw, is there's a specific reason you're using C# 5.0?