Add more missing dependencies
This commit is contained in:
Родитель
f7874828a0
Коммит
032714da3f
|
@ -14,6 +14,7 @@
|
|||
"net451": {},
|
||||
"dotnet5.4": {
|
||||
"dependencies": {
|
||||
"System.Resources.ResourceManager": "4.0.1-*"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -18,7 +18,8 @@
|
|||
"dotnet5.4": {
|
||||
"dependencies": {
|
||||
"System.IO.FileSystem": "4.0.1-*",
|
||||
"System.Runtime.Extensions": "4.0.11-*"
|
||||
"System.Runtime.Extensions": "4.0.11-*",
|
||||
"System.Resources.ResourceManager": "4.0.1-*"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче