Skip to content
This repository was archived by the owner on Oct 17, 2018. It is now read-only.

Commit 8691686

Browse files
committed
Updating to Moq \ Castle.Core that does not require imports
1 parent eb17453 commit 8691686

File tree

3 files changed

+6
-9
lines changed
  • test
    • Microsoft.AspNetCore.DataProtection.Abstractions.Test
    • Microsoft.AspNetCore.DataProtection.Extensions.Test
    • Microsoft.AspNetCore.DataProtection.Test

3 files changed

+6
-9
lines changed

test/Microsoft.AspNetCore.DataProtection.Abstractions.Test/project.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Microsoft.AspNetCore.Cryptography.Internal": "1.1.0-*",
55
"Microsoft.AspNetCore.DataProtection.Abstractions": "1.1.0-*",
66
"Microsoft.AspNetCore.Testing": "1.1.0-*",
7-
"Moq": "4.6.25-*",
7+
"Moq": "4.6.36-*",
88
"xunit": "2.2.0-*"
99
},
1010
"frameworks": {
@@ -15,8 +15,7 @@
1515
"type": "platform"
1616
},
1717
"System.Diagnostics.TraceSource": "4.0.0-*"
18-
},
19-
"imports": "dotnet5.4"
18+
}
2019
},
2120
"net451": {}
2221
},

test/Microsoft.AspNetCore.DataProtection.Extensions.Test/project.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"version": "1.0.0-*"
99
},
1010
"Microsoft.AspNetCore.Testing": "1.1.0-*",
11-
"Moq": "4.6.25-*",
11+
"Moq": "4.6.36-*",
1212
"xunit": "2.2.0-*"
1313
},
1414
"frameworks": {
@@ -19,8 +19,7 @@
1919
"type": "platform"
2020
},
2121
"System.Diagnostics.TraceSource": "4.0.0-*"
22-
},
23-
"imports": "dotnet5.4"
22+
}
2423
},
2524
"net451": {}
2625
},

test/Microsoft.AspNetCore.DataProtection.Test/project.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"Microsoft.AspNetCore.Testing": "1.1.0-*",
1111
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
12-
"Moq": "4.6.25-*",
12+
"Moq": "4.6.36-*",
1313
"xunit": "2.2.0-*"
1414
},
1515
"frameworks": {
@@ -20,8 +20,7 @@
2020
"type": "platform"
2121
},
2222
"System.Diagnostics.TraceSource": "4.0.0-*"
23-
},
24-
"imports": "dotnet5.4"
23+
}
2524
},
2625
"net451": {}
2726
},

0 commit comments

Comments
 (0)