Fixing a couple of dependency versions for the update-tool and dotnet
This commit is contained in:
parent
3abae8b5ef
commit
f1d781a675
2 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
"dependencies": {
|
||||
"NETStandard.Library": "1.5.0-rc3-24113-00",
|
||||
"Microsoft.CSharp": "4.0.1-rc3-24113-00",
|
||||
"Microsoft.NETCore.Runtime": "1.0.2-rc3-24113-00",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.1-rc3-24113-00",
|
||||
"Microsoft.DotNet.Cli.Build.Framework": {
|
||||
"target": "project"
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
},
|
||||
"System.Diagnostics.TraceSource": "4.0.0-rc3-24113-00",
|
||||
"System.Diagnostics.TextWriterTraceListener": "4.0.0-rc3-24113-00",
|
||||
"System.Resources.Writer": "4.0.0-rc3-24109-00",
|
||||
"System.Resources.Writer": "4.0.0-rc3-24113-00",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.1-rc3-24113-00",
|
||||
"System.Private.DataContractSerialization": "4.1.1-rc3-24113-00",
|
||||
"System.Text.RegularExpressions": "4.1.0-rc3-24113-00",
|
||||
|
|
Loading…
Add table
Reference in a new issue