Skip to content

Commit 80b3807

Browse files
authored
Merge pull request #29 from mikhail-denisenko/bump_csharp_version
Bump C# language version
2 parents fc801db + e094ab0 commit 80b3807

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

BunqSdk.Samples/BunqSdk.Samples.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<OutputType>Exe</OutputType>
44
<RootNamespace>Bunq.Sdk.Samples</RootNamespace>
55
<TargetFramework>netcoreapp1.1</TargetFramework>
6-
<LangVersion>5</LangVersion>
6+
<LangVersion>default</LangVersion>
77
</PropertyGroup>
88
<ItemGroup>
99
<ProjectReference Include="..\BunqSdk\BunqSdk.csproj" />

BunqSdk.Tests/BunqSdk.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFramework>netcoreapp1.1</TargetFramework>
44
<RootNamespace>Bunq.Sdk.Tests</RootNamespace>
5-
<LangVersion>5</LangVersion>
5+
<LangVersion>default</LangVersion>
66
<AssemblyName>BunqSdk.Tests.xunit.runner.json</AssemblyName>
77
</PropertyGroup>
88
<ItemGroup>

BunqSdk/BunqSdk.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<RuntimeFrameworkVersion>1.1.2</RuntimeFrameworkVersion>
44
<TargetFramework>netcoreapp1.1</TargetFramework>
55
<OutputType>Library</OutputType>
6-
<LangVersion>5</LangVersion>
6+
<LangVersion>default</LangVersion>
77
</PropertyGroup>
88
<PropertyGroup>
99
<AssemblyName>Bunq.Sdk</AssemblyName>

0 commit comments

Comments
 (0)