Skip to content

Commit 2982e6e

Browse files
committed
c#10 + implicit usings
1 parent 1a054e6 commit 2982e6e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/LazyCoder/LazyCoder.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
5-
<LangVersion>9</LangVersion>
5+
<LangVersion>10</LangVersion>
66
<Nullable>enable</Nullable>
77
<Version>0.03.12</Version>
8+
<ImplicitUsings>enable</ImplicitUsings>
89
</PropertyGroup>
910

1011
</Project>

tests/LazyCoder.Tests/LazyCoder.Tests.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
55
<IsPackable>false</IsPackable>
6-
<LangVersion>9</LangVersion>
6+
<LangVersion>10</LangVersion>
77
<Nullable>enable</Nullable>
8+
<ImplicitUsings>enable</ImplicitUsings>
89
</PropertyGroup>
910

1011
<ItemGroup>

0 commit comments

Comments
 (0)