Updating DataAnnotations version in project.json
This commit is contained in:
parent
eae9d3a951
commit
072e2cc1f1
|
|
@ -1,11 +1,12 @@
|
||||||
{
|
{
|
||||||
"version" : "0.1-alpha-*",
|
"version": "0.1-alpha-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Helios" : "0.1-alpha-*",
|
"Helios": "0.1-alpha-*",
|
||||||
"Microsoft.AspNet.Abstractions": "0.1-alpha-*",
|
"Microsoft.AspNet.Abstractions": "0.1-alpha-*",
|
||||||
"Microsoft.AspNet.ConfigurationModel" : "0.1-alpha-*",
|
"Microsoft.AspNet.ConfigurationModel": "0.1-alpha-*",
|
||||||
"Microsoft.AspNet.DependencyInjection" : "0.1-alpha-*",
|
"Microsoft.AspNet.DependencyInjection": "0.1-alpha-*",
|
||||||
"Microsoft.AspNet.Routing" : "0.1-alpha-*",
|
"Microsoft.AspNet.Routing": "0.1-alpha-*",
|
||||||
|
"Microsoft.ComponentModel.DataAnnotations": "4.0.10.0",
|
||||||
"Microsoft.AspNet.Mvc.ModelBinding": "",
|
"Microsoft.AspNet.Mvc.ModelBinding": "",
|
||||||
"Microsoft.AspNet.Mvc.Core": "",
|
"Microsoft.AspNet.Mvc.Core": "",
|
||||||
"Microsoft.AspNet.Mvc": "",
|
"Microsoft.AspNet.Mvc": "",
|
||||||
|
|
@ -16,22 +17,21 @@
|
||||||
"net45": {
|
"net45": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Autofac": "3.3.0",
|
"Autofac": "3.3.0",
|
||||||
"Microsoft.AspNet.DependencyInjection.Autofac": "0.1-alpha-*",
|
"System.ComponentModel.DataAnnotations": "",
|
||||||
"System.ComponentModel.DataAnnotations": ""
|
"Microsoft.AspNet.DependencyInjection.Autofac": "0.1-alpha-*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"k10" : {
|
"k10": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.ComponentModel": "4.0.0.0",
|
"System.ComponentModel": "4.0.0.0",
|
||||||
"System.Console": "4.0.0.0",
|
"System.Console": "4.0.0.0",
|
||||||
"System.Diagnostics.Debug": "4.0.10.0",
|
"System.Diagnostics.Debug": "4.0.10.0",
|
||||||
"System.Diagnostics.Tools": "4.0.0.0",
|
"System.Diagnostics.Tools": "4.0.0.0",
|
||||||
"System.Dynamic.Runtime": "4.0.0.0",
|
"System.Dynamic.Runtime": "4.0.0.0",
|
||||||
"System.Runtime": "4.0.20.0",
|
"System.Runtime": "4.0.20.0",
|
||||||
"System.Runtime.InteropServices": "4.0.10.0",
|
"System.Runtime.InteropServices": "4.0.10.0",
|
||||||
"System.Threading.Tasks": "4.0.0.0",
|
"System.Threading.Tasks": "4.0.0.0"
|
||||||
"Microsoft.ComponentModel.DataAnnotations": "0.1-alpha-*"
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"Common": "",
|
"Common": "",
|
||||||
"Microsoft.AspNet.DependencyInjection": "0.1-alpha-*",
|
"Microsoft.AspNet.DependencyInjection": "0.1-alpha-*",
|
||||||
"Microsoft.AspNet.Abstractions": "0.1-alpha-*",
|
"Microsoft.AspNet.Abstractions": "0.1-alpha-*",
|
||||||
|
"Microsoft.ComponentModel.DataAnnotations": "4.0.10.0",
|
||||||
"Newtonsoft.Json": "5.0.8"
|
"Newtonsoft.Json": "5.0.8"
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
|
|
@ -35,8 +36,7 @@
|
||||||
"System.Runtime.Extensions": "4.0.10.0",
|
"System.Runtime.Extensions": "4.0.10.0",
|
||||||
"System.Threading": "4.0.0.0",
|
"System.Threading": "4.0.0.0",
|
||||||
"System.Threading.Tasks": "4.0.0.0",
|
"System.Threading.Tasks": "4.0.0.0",
|
||||||
"System.Runtime.Serialization.Primitives": "4.0.0.0",
|
"System.Runtime.Serialization.Primitives": "4.0.0.0"
|
||||||
"Microsoft.ComponentModel.DataAnnotations": "0.1-alpha-*"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.Abstractions": "0.1-alpha-*",
|
"Microsoft.AspNet.Abstractions": "0.1-alpha-*",
|
||||||
"Microsoft.AspNet.PipelineCore": "0.1-alpha-*",
|
"Microsoft.AspNet.PipelineCore": "0.1-alpha-*",
|
||||||
|
"Microsoft.ComponentModel.DataAnnotations" : "4.0.10.0",
|
||||||
"Microsoft.AspNet.Mvc.ModelBinding" : "",
|
"Microsoft.AspNet.Mvc.ModelBinding" : "",
|
||||||
"TestCommon" : "",
|
"TestCommon" : "",
|
||||||
"Xunit.KRunner": "0.1-alpha-*",
|
"Xunit.KRunner": "0.1-alpha-*",
|
||||||
|
|
@ -25,7 +26,7 @@
|
||||||
},
|
},
|
||||||
"k10" : {
|
"k10" : {
|
||||||
dependencies: {
|
dependencies: {
|
||||||
"Microsoft.ComponentModel.DataAnnotations" : "0.1-alpha-*"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue