Move `FileSystem` dependency from Razor to Razor.Runtime.
This commit is contained in:
parent
6e4f15bad4
commit
ccba161447
|
|
@ -55,6 +55,7 @@
|
|||
"netstandard1.5": {
|
||||
"dependencies": {
|
||||
"System.Collections.Concurrent": "4.0.12-*",
|
||||
"System.IO.FileSystem": "4.0.1-*",
|
||||
"System.Reflection": "4.1.0-*",
|
||||
"System.Reflection.Extensions": "4.0.1-*",
|
||||
"System.Reflection.TypeExtensions": "4.1.0-*",
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@
|
|||
"netstandard1.3": {
|
||||
"dependencies": {
|
||||
"System.Diagnostics.Debug": "4.0.11-*",
|
||||
"System.IO.FileSystem": "4.0.1-*",
|
||||
"System.Linq": "4.1.0-*",
|
||||
"System.Resources.ResourceManager": "4.0.1-*",
|
||||
"System.Runtime.Extensions": "4.1.0-*",
|
||||
|
|
|
|||
Loading…
Reference in New Issue