Updating DataAnnotations version reference
This commit is contained in:
parent
490b6d1434
commit
bbcac43aaa
|
|
@ -10,7 +10,7 @@
|
|||
"Microsoft.AspNet.DependencyInjection": "0.1-alpha-*",
|
||||
"Microsoft.AspNet.Routing": "0.1-alpha-*",
|
||||
"Microsoft.AspNet.Server.WebListener": "0.1-alpha-*",
|
||||
"Microsoft.ComponentModel.DataAnnotations": "4.0.10.0",
|
||||
"Microsoft.ComponentModel.DataAnnotations": "0.1-alpha-*",
|
||||
"Microsoft.AspNet.Mvc.ModelBinding": "",
|
||||
"Microsoft.AspNet.Mvc.Core": "",
|
||||
"Microsoft.AspNet.Mvc": "",
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
"Common": "",
|
||||
"Microsoft.AspNet.DependencyInjection": "0.1-alpha-*",
|
||||
"Microsoft.AspNet.Abstractions": "0.1-alpha-*",
|
||||
"Microsoft.ComponentModel.DataAnnotations": "4.0.10.0",
|
||||
"Microsoft.ComponentModel.DataAnnotations": "0.1-alpha-*",
|
||||
"Newtonsoft.Json": "5.0.8"
|
||||
},
|
||||
"configurations": {
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
"Microsoft.AspNet.DependencyInjection": "0.1-alpha-*",
|
||||
"Microsoft.AspNet.PipelineCore": "0.1-alpha-*",
|
||||
"Microsoft.AspNet.Testing": "0.1-alpha-*",
|
||||
"Microsoft.ComponentModel.DataAnnotations" : "4.0.10.0",
|
||||
"Microsoft.ComponentModel.DataAnnotations" : "0.1-alpha-*",
|
||||
"Microsoft.AspNet.Mvc.ModelBinding" : "",
|
||||
"Newtonsoft.Json": "5.0.8",
|
||||
"Xunit.KRunner": "0.1-alpha-*",
|
||||
|
|
|
|||
Loading…
Reference in New Issue