Skip to content

Commit

Permalink
Remove System beta tag in project.json for coreclr packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
NTaylorMullen committed Nov 12, 2015
1 parent 0b96c13 commit c6f485f
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 29 deletions.
34 changes: 17 additions & 17 deletions src/EntityFramework.Core/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,23 +67,23 @@
},
"dotnet5.4": {
"dependencies": {
"System.Collections": "4.0.11-beta-*",
"System.Collections.Concurrent": "4.0.11-beta-*",
"System.ComponentModel": "4.0.1-beta-*",
"System.ComponentModel.Annotations": "4.0.11-beta-*",
"System.Diagnostics.Debug": "4.0.11-beta-*",
"System.Diagnostics.Tools": "4.0.1-beta-*",
"System.Linq": "4.0.1-beta-*",
"System.Linq.Queryable": "4.0.1-beta-*",
"System.ObjectModel": "4.0.11-beta-*",
"System.Collections": "4.0.11-*",
"System.Collections.Concurrent": "4.0.11-*",
"System.ComponentModel": "4.0.1-*",
"System.ComponentModel.Annotations": "4.0.11-*",
"System.Diagnostics.Debug": "4.0.11-*",
"System.Diagnostics.Tools": "4.0.1-*",
"System.Linq": "4.0.1-*",
"System.Linq.Queryable": "4.0.1-*",
"System.ObjectModel": "4.0.11-*",
"System.Reflection": "4.0.10-*",
"System.Reflection.Extensions": "4.0.1-beta-*",
"System.Resources.ResourceManager": "4.0.1-beta-*",
"System.Runtime": "4.0.21-beta-*",
"System.Runtime.Extensions": "4.0.11-beta-*",
"System.Runtime.InteropServices": "4.0.21-beta-*",
"System.Threading": "4.0.11-beta-*",
"System.Threading.Tasks": "4.0.11-beta-*"
"System.Reflection.Extensions": "4.0.1-*",
"System.Resources.ResourceManager": "4.0.1-*",
"System.Runtime": "4.0.21-*",
"System.Runtime.Extensions": "4.0.11-*",
"System.Runtime.InteropServices": "4.0.21-*",
"System.Threading": "4.0.11-*",
"System.Threading.Tasks": "4.0.11-*"
}
},
"netcore50": {
Expand All @@ -108,4 +108,4 @@
}
}
}
}
}
4 changes: 2 additions & 2 deletions src/EntityFramework.MicrosoftSqlServer/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dotnet5.4": {
"dependencies": {
"System.Data.SqlClient": "4.0.0-*",
"System.Text.Encoding.CodePages": "4.0.1-beta-*",
"System.Text.Encoding.CodePages": "4.0.1-*",
"System.Threading.Thread": "4.0.0-*",
"System.Threading.ThreadPool": "4.0.10-*"
}
Expand All @@ -34,4 +34,4 @@
}
}
}
}
}
10 changes: 5 additions & 5 deletions src/EntityFramework.Relational/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"EntityFramework.Core": "7.0.0-*",
"System.Diagnostics.DiagnosticSource": "4.0.0-beta-*"
"System.Diagnostics.DiagnosticSource": "4.0.0-*"
},
"compile": "..\\Shared\\*.cs",
"namedResource": {
Expand All @@ -27,9 +27,9 @@
},
"dotnet5.4": {
"dependencies": {
"System.Data.Common": "4.0.1-beta-*",
"System.Text.RegularExpressions": "4.0.11-beta-*",
"Microsoft.CSharp": "4.0.1-beta-*"
"System.Data.Common": "4.0.1-*",
"System.Text.RegularExpressions": "4.0.11-*",
"Microsoft.CSharp": "4.0.1-*"
}
},
"netcore50": {
Expand All @@ -40,4 +40,4 @@
}
}
}
}
}
6 changes: 3 additions & 3 deletions src/EntityFramework.Sqlite/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"net451": { },
"dotnet5.4": {
"dependencies": {
"System.IO.FileSystem": "4.0.1-beta-*",
"Microsoft.CSharp": "4.0.1-beta-*"
"System.IO.FileSystem": "4.0.1-*",
"Microsoft.CSharp": "4.0.1-*"
}
},
"netcore50": {
Expand All @@ -32,4 +32,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion test/EntityFramework.Core.FunctionalTests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dnxcore50": {
"dependencies": {
"Microsoft.CSharp": "4.0.1-beta-*",
"Microsoft.CSharp": "4.0.1-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dnx451": { },
"dnxcore50": {
"dependencies": {
"System.Threading": "4.0.11-beta-*"
"System.Threading": "4.0.11-*"
}
}
}
Expand Down

0 comments on commit c6f485f

Please sign in to comment.