Skip to content

Commit 5a805e8

Browse files
committed
Use LangVersion 7.3 everywhere
1 parent 8ec9808 commit 5a805e8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<BaseIntermediateOutputPath>$(MSBuildThisFileDirectory)..\obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath>
55
<OutputPath>$(MSBuildThisFileDirectory)..\bin\$(MSBuildProjectName)\$(Configuration)\</OutputPath>
66
<DocumentationRootFolder>$(MSBuildThisFileDirectory)..\wiki\api</DocumentationRootFolder>
7+
<LangVersion>7.3</LangVersion>
78

89
<SignAssembly>true</SignAssembly>
910
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)strongname.snk</AssemblyOriginatorKeyFile>

src/nbgv/nbgv.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<OutputType>Exe</OutputType>
77
<TargetFramework>netcoreapp2.1</TargetFramework>
88
<RootNamespace>Nerdbank.GitVersioning.Tool</RootNamespace>
9-
<LangVersion>7.3</LangVersion>
109
<Description>A .NET Core Tool that can install, read and set version information based on git history, using Nerdbank.GitVersioning.</Description>
1110
</PropertyGroup>
1211

0 commit comments

Comments
 (0)