File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
MongoDB.Bson.Tests.Dotnet
MongoDB.Driver.Core.Tests.Dotnet
MongoDB.Driver.GridFS.Tests.Dotnet
MongoDB.Driver.Tests.Dotnet Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
"testRunner" : " xunit" ,
4
4
"dependencies" : {
5
5
"FluentAssertions" : " 4.11.0" ,
6
- "moq.netcore" : " 4.4.0-beta8" ,
7
6
"NETStandard.Library" : " 1.6.0" ,
8
7
"System.Collections.Specialized" : " 4.0.1" ,
9
8
"xunit" : " 2.2.0-beta2-build3300" ,
10
9
"dotnet-test-xunit" : " 2.2.0-preview2-build1029" ,
11
10
"System.Diagnostics.TraceSource" : " 4.0.0" ,
12
11
"System.Dynamic.Runtime" : " 4.0.11" ,
13
12
"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"
15
15
},
16
16
17
17
"frameworks" : {
Original file line number Diff line number Diff line change 1
- {
1
+ {
2
2
"version" : " 1.0.0-*" ,
3
3
"testRunner" : " xunit" ,
4
4
8
8
"MongoDB.Bson.Dotnet" : " 1.0.0-*" ,
9
9
"MongoDB.Bson.TestHelpers.Dotnet" : " 1.0.0-*" ,
10
10
"MongoDB.Driver.Core.TestHelpers.Dotnet" : " 1.0.0-*" ,
11
- "moq.netcore " : " 4.4.0-beta8 " ,
11
+ "Moq " : " 4.6.36-alpha " ,
12
12
"NETStandard.Library" : " 1.6.0" ,
13
13
"xunit" : " 2.2.0-beta2-build3300"
14
14
},
Original file line number Diff line number Diff line change 1
- {
1
+ {
2
2
"version" : " 1.0.0-*" ,
3
3
"testRunner" : " xunit" ,
4
4
12
12
"MongoDB.Driver.Dotnet" : " 1.0.0-*" ,
13
13
"MongoDB.Driver.GridFS.Dotnet" : " 1.0.0-*" ,
14
14
"MongoDB.Driver.TestHelpers.Dotnet" : " 1.0.0-*" ,
15
- "moq.netcore " : " 4.4.0-beta8 " ,
15
+ "Moq " : " 4.6.36-alpha " ,
16
16
"NETStandard.Library" : " 1.6.0" ,
17
17
"xunit" : " 2.2.0-beta2-build3300"
18
18
},
Original file line number Diff line number Diff line change 11
11
"MongoDB.Driver.Core.TestHelpers.Dotnet" : " 1.0.0-*" ,
12
12
"MongoDB.Driver.Dotnet" : " 1.0.0-*" ,
13
13
"MongoDB.Driver.TestHelpers.Dotnet" : " 1.0.0-*" ,
14
- "moq.netcore " : " 4.4.0-beta8 " ,
14
+ "Moq " : " 4.6.36-alpha " ,
15
15
"NETStandard.Library" : " 1.6.0" ,
16
16
"xunit" : " 2.2.0-beta2-build3300"
17
17
},
You can’t perform that action at this time.
0 commit comments