Skip to content

Commit 8c12785

Browse files
committed
fix: change language version to fix build issue
I'm not sure exactly why this change is even necessary, both PRs built fine and main has been building fine even with the collection literal since its introduction 5 months ago
1 parent 19565ee commit 8c12785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PropertyGroup Label="Language Properties">
2121
<Deterministic>true</Deterministic>
2222
<ImplicitUsings>enable</ImplicitUsings>
23-
<LangVersion>latest</LangVersion>
23+
<LangVersion>preview</LangVersion>
2424
<Nullable>enable</Nullable>
2525
<RuntimeIdentifiers>linux-arm64;linux-x64;osx-arm64;osx-x64;win-x64</RuntimeIdentifiers>
2626
<TargetFramework>net7.0</TargetFramework>

0 commit comments

Comments
 (0)