Skip to content

Commit 732fc7f

Browse files
committed
chore: Downgrade c# langversion from 11 -> 10
1 parent 08400f3 commit 732fc7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
<PropertyGroup Label="Compile settings">
1818
<Nullable>enable</Nullable>
19-
<LangVersion>11.0</LangVersion>
19+
<LangVersion>10.0</LangVersion>
2020
<ImplicitUsings>enable</ImplicitUsings>
21-
<TargetFramework>net7.0</TargetFramework>
21+
<TargetFramework>net6.0</TargetFramework>
2222
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2323
<NoWarn>1573,1591,1712,CA1014</NoWarn>
2424

atc-coding-rules-updater.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"projectTarget": "DotNet7",
2+
"projectTarget": "DotNet6",
33
"mappings": {
44
"src": { "paths": [ "src" ] },
55
"test": { "paths": [ "test" ] }

0 commit comments

Comments
 (0)