Skip to content

Commit ede4bde

Browse files
Copilottrackd
andcommitted
Revert C# language version back to 13.0 in Sixel.csproj
Co-authored-by: trackd <17672644+trackd@users.noreply.github.com>
1 parent 8751144 commit ede4bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sixel/Sixel.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
8-
<LangVersion>12.0</LangVersion>
8+
<LangVersion>13.0</LangVersion>
99
<Version>0.5.0</Version>
1010
<AnalysisMode>Recommended</AnalysisMode>
1111
<EnableNETAnalyzers>true</EnableNETAnalyzers>

0 commit comments

Comments
 (0)