Skip to content

Commit 57b7656

Browse files
committed
Downgrade to 1.0.0 Microsoft.Extensions.DependencyModel
- workaround [https://github.com/dotnet/core-setup/issues/423]().
1 parent feda4ad commit 57b7656

File tree

1 file changed

+1
-1
lines changed
  • src/Microsoft.EntityFrameworkCore.Relational.Design.Specification.Tests

1 file changed

+1
-1
lines changed

src/Microsoft.EntityFrameworkCore.Relational.Design.Specification.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"Microsoft.EntityFrameworkCore.Design": "1.0.0-*",
2626
"Microsoft.EntityFrameworkCore.Relational.Design": "1.1.0-*",
2727
"Microsoft.EntityFrameworkCore.Relational.Specification.Tests": "1.1.0-*",
28-
"Microsoft.Extensions.DependencyModel": "1.1.0-*",
28+
"Microsoft.Extensions.DependencyModel": "1.0.0",
2929
"NETStandard.Library": "1.6.1-*"
3030
},
3131
"frameworks": {

0 commit comments

Comments
 (0)