Skip to content

Commit 07e360c

Browse files
committed
Cleanup: Remove unused LangVersion and IsTestProject properties from test project file
1 parent 3ce8d89 commit 07e360c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/Tests.CodeOfChaos.Extensions.EntityFrameworkCore/Tests.CodeOfChaos.Extensions.EntityFrameworkCore.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net9.0;net10.0</TargetFrameworks>
5-
<LangVersion>latest</LangVersion>
65
<ImplicitUsings>enable</ImplicitUsings>
76
<Nullable>enable</Nullable>
8-
97
<IsPackable>false</IsPackable>
10-
<IsTestProject>true</IsTestProject>
118
</PropertyGroup>
129

1310
<ItemGroup>

0 commit comments

Comments
 (0)