Skip to content

Commit 32ba251

Browse files
committed
CSHARP-1707: Upgrade to latest alpha version of Moq.
1 parent 5f4a463 commit 32ba251

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

tests/MongoDB.Bson.Tests.Dotnet/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"testRunner": "xunit",
44
"dependencies": {
55
"FluentAssertions": "4.11.0",
6-
"moq.netcore": "4.4.0-beta8",
76
"NETStandard.Library": "1.6.0",
87
"System.Collections.Specialized": "4.0.1",
98
"xunit": "2.2.0-beta2-build3300",
109
"dotnet-test-xunit": "2.2.0-preview2-build1029",
1110
"System.Diagnostics.TraceSource": "4.0.0",
1211
"System.Dynamic.Runtime": "4.0.11",
1312
"MongoDB.Bson.Dotnet": "1.0.0-*",
14-
"MongoDB.Bson.TestHelpers.Dotnet": "1.0.0-*"
13+
"MongoDB.Bson.TestHelpers.Dotnet": "1.0.0-*",
14+
"Moq": "4.6.36-alpha"
1515
},
1616

1717
"frameworks": {

tests/MongoDB.Driver.Core.Tests.Dotnet/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"version": "1.0.0-*",
33
"testRunner": "xunit",
44

@@ -8,7 +8,7 @@
88
"MongoDB.Bson.Dotnet": "1.0.0-*",
99
"MongoDB.Bson.TestHelpers.Dotnet": "1.0.0-*",
1010
"MongoDB.Driver.Core.TestHelpers.Dotnet": "1.0.0-*",
11-
"moq.netcore": "4.4.0-beta8",
11+
"Moq": "4.6.36-alpha",
1212
"NETStandard.Library": "1.6.0",
1313
"xunit": "2.2.0-beta2-build3300"
1414
},

tests/MongoDB.Driver.GridFS.Tests.Dotnet/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"version": "1.0.0-*",
33
"testRunner": "xunit",
44

@@ -12,7 +12,7 @@
1212
"MongoDB.Driver.Dotnet": "1.0.0-*",
1313
"MongoDB.Driver.GridFS.Dotnet": "1.0.0-*",
1414
"MongoDB.Driver.TestHelpers.Dotnet": "1.0.0-*",
15-
"moq.netcore": "4.4.0-beta8",
15+
"Moq": "4.6.36-alpha",
1616
"NETStandard.Library": "1.6.0",
1717
"xunit": "2.2.0-beta2-build3300"
1818
},

tests/MongoDB.Driver.Tests.Dotnet/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"MongoDB.Driver.Core.TestHelpers.Dotnet": "1.0.0-*",
1212
"MongoDB.Driver.Dotnet": "1.0.0-*",
1313
"MongoDB.Driver.TestHelpers.Dotnet": "1.0.0-*",
14-
"moq.netcore": "4.4.0-beta8",
14+
"Moq": "4.6.36-alpha",
1515
"NETStandard.Library": "1.6.0",
1616
"xunit": "2.2.0-beta2-build3300"
1717
},

0 commit comments

Comments
 (0)