From 221bf3049219d66730d308f538f4a613cf2c9430 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Thu, 12 Nov 2015 12:25:15 -0800 Subject: [PATCH] Remove System beta tag in project.json for coreclr packages. --- src/MusicStore/project.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MusicStore/project.json b/src/MusicStore/project.json index 9a53494e2d..1a53af4ea3 100644 --- a/src/MusicStore/project.json +++ b/src/MusicStore/project.json @@ -47,8 +47,8 @@ "dnx451": { }, "dnxcore50": { "dependencies": { - "System.Runtime.Serialization.Primitives": "4.0.10-beta-*" + "System.Runtime.Serialization.Primitives": "4.0.10-*" } } } -} \ No newline at end of file +}