Reacting to System.IO package version change
This commit is contained in:
parent
26084c7f13
commit
226e6f3291
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{
|
||||
"version": "1.0.0-*",
|
||||
"dependencies": {
|
||||
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*"
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
"System.Threading.Tasks": "4.0.10.0",
|
||||
"System.Diagnostics.Tracing": "4.0.10.0",
|
||||
"System.Collections": "4.0.10.0",
|
||||
"System.IO": "4.0.0.0",
|
||||
"System.IO": "4.0.10.0",
|
||||
"System.Linq": "4.0.0.0",
|
||||
"System.Net.Primitives": "4.0.10.0",
|
||||
"System.Runtime.Extensions": "4.0.10.0",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{
|
||||
"version": "1.0.0-*",
|
||||
"dependencies": {
|
||||
"Xunit.KRunner": "1.0.0-*",
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
"dependencies": {
|
||||
"System.Net.Sockets": "4.0.0.0",
|
||||
"System.Runtime.Handles": "4.0.0.0",
|
||||
"System.IO": "4.0.0.0"
|
||||
"System.IO": "4.0.10.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue