From c6f8ced9a250bfcf148059335c627f113fdac3e5 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 8 Dec 2015 16:40:03 -0800 Subject: [PATCH] Fixing CoreCLR package versions --- src/Microsoft.AspNet.Mvc.DataAnnotations/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNet.Mvc.DataAnnotations/project.json b/src/Microsoft.AspNet.Mvc.DataAnnotations/project.json index 32d73c88f0..e7f802ddef 100644 --- a/src/Microsoft.AspNet.Mvc.DataAnnotations/project.json +++ b/src/Microsoft.AspNet.Mvc.DataAnnotations/project.json @@ -29,7 +29,7 @@ }, "dotnet5.4": { "dependencies": { - "System.ComponentModel.Annotations": "4.0.11-*" + "System.ComponentModel.Annotations": "4.1.0-*" } } }