Skip to content
This repository was archived by the owner on Nov 29, 2018. It is now read-only.

Commit 07e7741

Browse files
committed
Make System.Reflection.Extensions a netstandard dependency
1 parent 0d21e72 commit 07e7741

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Microsoft.Extensions.Localization/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0-*",
2323
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.1.0-*",
2424
"Microsoft.Extensions.Localization.Abstractions": "1.1.0-*",
25-
"Microsoft.Extensions.Options": "1.1.0-*",
26-
"System.Reflection.Extensions": "4.0.1-*"
25+
"Microsoft.Extensions.Options": "1.1.0-*"
2726
},
2827
"frameworks": {
2928
"net451": {},
3029
"netstandard1.3": {
3130
"dependencies": {
3231
"System.Collections.Concurrent": "4.0.12-*",
32+
"System.Reflection.Extensions": "4.0.1-*",
3333
"System.Resources.Reader": "4.0.0-*"
3434
}
3535
}

0 commit comments

Comments
 (0)