Skip to content
This repository was archived by the owner on Dec 24, 2020. It is now read-only.

Commit 7d13372

Browse files
committed
Migrate to Moq 4.6.38-alpha
1 parent f89bc6d commit 7d13372

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

test/AspNet.Security.OAuth.Validation.Tests/project.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,15 @@
99
"Microsoft.AspNetCore.TestHost": "1.0.0",
1010
"Microsoft.Extensions.Caching.Memory": "1.0.0",
1111
"Microsoft.Extensions.Logging.Debug": "1.0.0",
12+
"Moq": "4.6.38-alpha",
1213
"Newtonsoft.Json": "9.0.1",
1314
"xunit": "2.2.0-beta2-build3300"
1415
},
1516

1617
"frameworks": {
1718
"netcoreapp1.0": {
1819
"dependencies": {
19-
"Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0" },
20-
"moq.netcore": "4.4.0-beta8",
21-
"System.Diagnostics.TraceSource": "4.0.0"
20+
"Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0" }
2221
},
2322

2423
"imports": [
@@ -29,8 +28,7 @@
2928

3029
"net451": {
3130
"dependencies": {
32-
"Microsoft.NETCore.Platforms": "1.0.1",
33-
"Moq": "4.2.1312.1622"
31+
"Microsoft.NETCore.Platforms": "1.0.1"
3432
}
3533
}
3634
},

test/Owin.Security.OAuth.Validation.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dotnet-test-xunit": "2.2.0-preview2-build1029",
88
"Microsoft.NETCore.Platforms": "1.0.1",
99
"Microsoft.Owin.Testing": "3.0.1",
10-
"Moq": "4.2.1312.1622",
10+
"Moq": "4.6.38-alpha",
1111
"Newtonsoft.Json": "9.0.1",
1212
"Owin.Security.OAuth.Validation": { "target": "project" },
1313
"xunit": "2.2.0-beta2-build3300"

0 commit comments

Comments
 (0)