Skip to content

Commit 505fd5d

Browse files
committed
Use file-scoped namespaces.
1 parent 4c8f14a commit 505fd5d

File tree

4 files changed

+248
-255
lines changed

4 files changed

+248
-255
lines changed

Diff for: src/AdoNetApiTest/AdoNetApiTest.csproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<AssemblyName>AdoNetApiTest</AssemblyName>
55
<TargetFramework>net6.0</TargetFramework>
66
<OutputType>Exe</OutputType>
7-
<LangVersion>latest</LangVersion>
7+
<LangVersion>10.0</LangVersion>
8+
<ImplicitUsings>enable</ImplicitUsings>
89
</PropertyGroup>
910

1011
</Project>

0 commit comments

Comments
 (0)