We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a054e6 commit 2982e6eCopy full SHA for 2982e6e
src/LazyCoder/LazyCoder.csproj
@@ -2,9 +2,10 @@
2
3
<PropertyGroup>
4
<TargetFramework>net6.0</TargetFramework>
5
- <LangVersion>9</LangVersion>
+ <LangVersion>10</LangVersion>
6
<Nullable>enable</Nullable>
7
<Version>0.03.12</Version>
8
+ <ImplicitUsings>enable</ImplicitUsings>
9
</PropertyGroup>
10
11
</Project>
tests/LazyCoder.Tests/LazyCoder.Tests.csproj
@@ -3,8 +3,9 @@
<IsPackable>false</IsPackable>
<ItemGroup>
0 commit comments