Skip to content

Commit

Permalink
Upgraded to the latest version of C# (7.3).
Browse files Browse the repository at this point in the history
  • Loading branch information
NimaAra committed May 25, 2019
1 parent 765bbef commit f8ca41b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Easy.Storage.Common/Easy.Storage.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<AssemblyTitle>Easy Storage Common</AssemblyTitle>
<AssemblyName>Easy.Storage.Common</AssemblyName>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<LangVersion>7.3</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Easy.Storage.SQLServer/Easy.Storage.SqlServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<AssemblyTitle>Easy Storage SQL Server</AssemblyTitle>
<AssemblyName>Easy.Storage.SQLServer</AssemblyName>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<LangVersion>7.3</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Easy.Storage.SQLite/Easy.Storage.Sqlite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<AssemblyTitle>Easy Storage SQLite</AssemblyTitle>
<AssemblyName>Easy.Storage.SQLite</AssemblyName>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<LangVersion>7.3</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Easy.Storage.Tests.Unit/Easy.Storage.Tests.Unit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<AssemblyTitle>Easy Storage Tests.Unit</AssemblyTitle>
<AssemblyName>Easy.Storage.Tests.Unit</AssemblyName>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<LangVersion>7.3</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit f8ca41b

Please sign in to comment.