bunq / sdk_csharp

C# SDK for bunq API
MIT License
35 stars 22 forks source link

Bump C# version #30

Closed mikhail-denisenko closed 7 years ago

mikhail-denisenko commented 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

This will allow the usage of C# 6+

Btw, is there's a specific reason you're using C# 5.0?

mikhail-denisenko commented 7 years ago

thanks for merging-in the PR