Skip to content

Commit a3ad7ff

Browse files
committed
CSHARP-1561, CSHARP-1562, CSHARP-1563: Renamed NetCore project suffix to Dotnet.
1 parent 92a9ae6 commit a3ad7ff

File tree

277 files changed

+46
-46
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

277 files changed

+46
-46
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,30 @@ VisualStudioVersion = 14.0.25420.1
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{CB619CDE-385F-4D7D-8601-A6482943975C}"
77
EndProject
8-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MongoDB.Bson.NetCore", "src\MongoDB.Bson.NetCore\MongoDB.Bson.NetCore.xproj", "{8FBED623-BA2E-4279-B585-0ACE3AC7F754}"
8+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MongoDB.Bson.Dotnet", "src\MongoDB.Bson.Dotnet\MongoDB.Bson.Dotnet.xproj", "{8FBED623-BA2E-4279-B585-0ACE3AC7F754}"
99
EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{6D163A80-981C-491A-B519-465342D76568}"
1111
EndProject
12-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MongoDB.Bson.TestHelpers.NetCore", "tests\MongoDB.Bson.TestHelpers.NetCore\MongoDB.Bson.TestHelpers.NetCore.xproj", "{99526437-0509-4768-90AA-C4B1E48BD5CD}"
12+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MongoDB.Bson.TestHelpers.Dotnet", "tests\MongoDB.Bson.TestHelpers.Dotnet\MongoDB.Bson.TestHelpers.Dotnet.xproj", "{99526437-0509-4768-90AA-C4B1E48BD5CD}"
1313
EndProject
1414
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AC5DB261-73A0-4802-A3E0-7D5ED75FC52E}"
1515
ProjectSection(SolutionItems) = preProject
1616
global.json = global.json
1717
EndProjectSection
1818
EndProject
19-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MongoDB.Bson.Tests.NetCore", "tests\MongoDB.Bson.Tests.NetCore\MongoDB.Bson.Tests.NetCore.xproj", "{4C1AEA13-BE27-40E6-B1AE-E505F3B3E957}"
19+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MongoDB.Bson.Tests.Dotnet", "tests\MongoDB.Bson.Tests.Dotnet\MongoDB.Bson.Tests.Dotnet.xproj", "{4C1AEA13-BE27-40E6-B1AE-E505F3B3E957}"
2020
EndProject
21-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MongoDB.Driver.Core.NetCore", "src\MongoDB.Driver.Core.NetCore\MongoDB.Driver.Core.NetCore.xproj", "{5A517A0D-D809-490A-9FB9-61EC4457CC5C}"
21+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MongoDB.Driver.Core.Dotnet", "src\MongoDB.Driver.Core.Dotnet\MongoDB.Driver.Core.Dotnet.xproj", "{5A517A0D-D809-490A-9FB9-61EC4457CC5C}"
2222
EndProject
23-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MongoDB.Driver.Core.TestHelpers.NetCore", "tests\MongoDB.Driver.Core.TestHelpers.NetCore\MongoDB.Driver.Core.TestHelpers.NetCore.xproj", "{E345CE1D-7876-49BF-BBD3-CD78707B715B}"
23+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MongoDB.Driver.Core.TestHelpers.Dotnet", "tests\MongoDB.Driver.Core.TestHelpers.Dotnet\MongoDB.Driver.Core.TestHelpers.Dotnet.xproj", "{E345CE1D-7876-49BF-BBD3-CD78707B715B}"
2424
EndProject
25-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MongoDB.Driver.Core.Tests.NetCore", "tests\MongoDB.Driver.Core.Tests.NetCore\MongoDB.Driver.Core.Tests.NetCore.xproj", "{264D9363-60CF-4B7A-BCCB-6FE8D883B36B}"
25+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MongoDB.Driver.Core.Tests.Dotnet", "tests\MongoDB.Driver.Core.Tests.Dotnet\MongoDB.Driver.Core.Tests.Dotnet.xproj", "{264D9363-60CF-4B7A-BCCB-6FE8D883B36B}"
2626
EndProject
27-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MongoDB.Driver.NetCore", "src\MongoDB.Driver.NetCore\MongoDB.Driver.NetCore.xproj", "{98B177EC-39FA-4854-BB6A-55CB837767EE}"
27+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MongoDB.Driver.Dotnet", "src\MongoDB.Driver.Dotnet\MongoDB.Driver.Dotnet.xproj", "{98B177EC-39FA-4854-BB6A-55CB837767EE}"
2828
EndProject
29-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MongoDB.Driver.TestHelpers.NetCore", "tests\MongoDB.Driver.TestHelpers.NetCore\MongoDB.Driver.TestHelpers.NetCore.xproj", "{4D0C8048-E009-4CE5-9C7F-40A6E5CD8C7F}"
29+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MongoDB.Driver.TestHelpers.Dotnet", "tests\MongoDB.Driver.TestHelpers.Dotnet\MongoDB.Driver.TestHelpers.Dotnet.xproj", "{4D0C8048-E009-4CE5-9C7F-40A6E5CD8C7F}"
3030
EndProject
31-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MongoDB.Driver.Tests.NetCore", "tests\MongoDB.Driver.Tests.NetCore\MongoDB.Driver.Tests.NetCore.xproj", "{0478B209-1898-4AD3-A09D-4275E6B20974}"
31+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MongoDB.Driver.Tests.Dotnet", "tests\MongoDB.Driver.Tests.Dotnet\MongoDB.Driver.Tests.Dotnet.xproj", "{0478B209-1898-4AD3-A09D-4275E6B20974}"
3232
EndProject
3333
Global
3434
GlobalSection(SolutionConfigurationPlatforms) = preSolution
File renamed without changes.

src/MongoDB.Bson/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
[assembly: ComVisible(false)]
3232

3333
[assembly: InternalsVisibleTo("MongoDB.Bson.Tests")]
34-
[assembly: InternalsVisibleTo("MongoDB.Bson.Tests.NetCore")]
34+
[assembly: InternalsVisibleTo("MongoDB.Bson.Tests.Dotnet")]

src/MongoDB.Driver.Core.NetCore/MongoDB.Driver.Core.NetCore.xproj renamed to src/MongoDB.Driver.Core.Dotnet/MongoDB.Driver.Core.Dotnet.xproj

File renamed without changes.

src/MongoDB.Driver.Core.NetCore/project.json renamed to src/MongoDB.Driver.Core.Dotnet/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "1.0.0-*",
33

44
"dependencies": {
5-
"MongoDB.Bson.NetCore": "1.0.0-*",
5+
"MongoDB.Bson.Dotnet": "1.0.0-*",
66
"NETStandard.Library": "1.6.0",
77
"System.Collections.Specialized": "4.0.1",
88
"System.Diagnostics.TraceSource": "4.0.0",

src/MongoDB.Driver.Core/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232

3333
[assembly: InternalsVisibleTo("MongoDB.Driver.Core.FunctionalTests")]
3434
[assembly: InternalsVisibleTo("MongoDB.Driver.Core.Tests")]
35-
[assembly: InternalsVisibleTo("MongoDB.Driver.Core.Tests.NetCore")]
35+
[assembly: InternalsVisibleTo("MongoDB.Driver.Core.Tests.Dotnet")]
3636
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")]

src/MongoDB.Driver.NetCore/MongoDB.Driver.NetCore.xproj renamed to src/MongoDB.Driver.Dotnet/MongoDB.Driver.Dotnet.xproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" />
99
<PropertyGroup Label="Globals">
1010
<ProjectGuid>98b177ec-39fa-4854-bb6a-55cb837767ee</ProjectGuid>
11-
<RootNamespace>MongoDB.Driver.NetCore</RootNamespace>
11+
<RootNamespace>MongoDB.Driver.Dotnet</RootNamespace>
1212
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
1313
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
1414
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"version": "1.0.0-*",
33

44
"dependencies": {
5-
"MongoDB.Bson.NetCore": "1.0.0-*",
6-
"MongoDB.Driver.Core.NetCore": "1.0.0-*",
5+
"MongoDB.Bson.Dotnet": "1.0.0-*",
6+
"MongoDB.Driver.Core.Dotnet": "1.0.0-*",
77
"NETStandard.Library": "1.6.0",
88
"System.Linq.Expressions": "4.1.0",
99
"System.Linq.Queryable": "4.0.1"

src/MongoDB.Driver/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
[assembly: InternalsVisibleTo("MongoDB.Driver.Legacy.TestHelpers")]
3535
[assembly: InternalsVisibleTo("MongoDB.Driver.Legacy.Tests")]
3636
[assembly: InternalsVisibleTo("MongoDB.Driver.Tests")]
37-
[assembly: InternalsVisibleTo("MongoDB.Driver.Tests.NetCore")]
37+
[assembly: InternalsVisibleTo("MongoDB.Driver.Tests.Dotnet")]
3838
[assembly: InternalsVisibleTo("MongoDB.Driver.TestHelpers")]

0 commit comments

Comments
 (0)