Skip to content

Commit 1d0363e

Browse files
committed
Fix default root namespaces in .csproj files to match what they were before changing to the new single solution/multiple targets build system.
1 parent 4ca5355 commit 1d0363e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/MongoDB.Driver.Core/MongoDB.Driver.Core.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939

4040
<PropertyGroup>
4141
<GenerateDocumentationFile>true</GenerateDocumentationFile>
42+
<RootNamespace>MongoDB.Driver</RootNamespace>
4243
</PropertyGroup>
4344

4445
<ItemGroup>

src/MongoDB.Driver.Legacy/MongoDB.Driver.Legacy.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040

4141
<PropertyGroup>
4242
<GenerateDocumentationFile>true</GenerateDocumentationFile>
43+
<RootNamespace>MongoDB.Driver</RootNamespace>
4344
</PropertyGroup>
4445

4546
<ItemGroup>

0 commit comments

Comments
 (0)