Skip to content

Commit

Permalink
Fixing MOQ version
Browse files Browse the repository at this point in the history
  • Loading branch information
jbogard committed Aug 28, 2016
1 parent b721a3e commit 4fc6020
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/HtmlTags.AspNetCore.TestSite/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"Microsoft.Extensions.Logging.Debug": "1.0.0",
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0",
"Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.0.0",
"HtmlTags.AspNetCore": "4.1.0"
"HtmlTags.AspNetCore": { "target": "project" }
},

"tools": {
Expand Down
7 changes: 3 additions & 4 deletions test/HtmlTags.AspNetCore.Testing/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"dependencies": {
"HtmlTags.AspNetCore": { "target": "project" },
"xunit": "2.2.0-beta2-build3300",
"dotnet-test-xunit": "2.2.0-preview2-build1029"
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"moq": "4.6.38-alpha"
},
"frameworks": {
"net451": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1",
"Moq": "4.2.1510.2205"
"Microsoft.NETCore.Platforms": "1.0.1"
}
},
"netcoreapp1.0": {
Expand All @@ -26,7 +26,6 @@
"type": "platform",
"version": "1.0.0"
},
"moq.netcore": "4.4.0-beta8",
"System.Diagnostics.TraceSource": "4.0.0"
},
"imports": [
Expand Down

0 comments on commit 4fc6020

Please sign in to comment.