Skip to content

Commit 90b32cb

Browse files
committed
React to update CoreCLR packages
aspnet/Coherence#97
1 parent 5df1760 commit 90b32cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Microsoft.EntityFrameworkCore.Relational/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
],
4444
"dependencies": {
4545
"Microsoft.CSharp": "4.0.1-*",
46-
"System.Data.Common": "4.0.1-*",
46+
"System.Data.Common": "4.1.0-*",
4747
"System.Diagnostics.DiagnosticSource": "4.0.0-*",
4848
"System.Text.RegularExpressions": "4.1.0-*"
4949
}

src/Microsoft.EntityFrameworkCore/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
2222
"Microsoft.Extensions.Logging": "1.0.0-*",
2323
"Remotion.Linq": "2.0.2",
24-
"System.Collections.Immutable": "1.1.37"
24+
"System.Collections.Immutable": "1.2.0-*"
2525
},
2626
"frameworks": {
2727
"net451": {

0 commit comments

Comments
 (0)