Skip to content

Commit 2c6dfac

Browse files
committed
fix: update C# language version to latest for switch expressions
1 parent 6eebf73 commit 2c6dfac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CodingWithCalvin.CouchbaseExplorer/CodingWithCalvin.CouchbaseExplorer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<DefineConstants>DEBUG;TRACE</DefineConstants>
2323
<DebugType>full</DebugType>
2424
<PlatformTarget>x64</PlatformTarget>
25-
<LangVersion>7.3</LangVersion>
25+
<LangVersion>latest</LangVersion>
2626
<ErrorReport>prompt</ErrorReport>
2727
</PropertyGroup>
2828
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
@@ -31,7 +31,7 @@
3131
<Optimize>true</Optimize>
3232
<DebugType>pdbonly</DebugType>
3333
<PlatformTarget>x64</PlatformTarget>
34-
<LangVersion>7.3</LangVersion>
34+
<LangVersion>latest</LangVersion>
3535
<ErrorReport>prompt</ErrorReport>
3636
</PropertyGroup>
3737
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />

0 commit comments

Comments
 (0)