Skip to content

Commit c6fe227

Browse files
committed
lang version to latest
1 parent f4f5328 commit c6fe227

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/Tocsoft.DateTimeAbstractions.Analyzer/Tocsoft.DateTimeAbstractions.Analyzer.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5+
<LangVersion>latest</LangVersion>
56
<IncludeBuildOutput>false</IncludeBuildOutput>
67
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
78
<MinVerTagPrefix>v</MinVerTagPrefix>

src/Tocsoft.DateTimeAbstractions/Tocsoft.DateTimeAbstractions.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5+
<LangVersion>latest</LangVersion>
56
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
67
<GenerateDocumentationFile>true</GenerateDocumentationFile>
78
<MinVerTagPrefix>v</MinVerTagPrefix>

tests/Tocsoft.DateTimeAbstractions.Tests/Tocsoft.DateTimeAbstractions.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
5+
<LangVersion>latest</LangVersion>
56
<ApplicationIcon />
67
<OutputType>Exe</OutputType>
78
<StartupObject />

0 commit comments

Comments
 (0)