Fix nuget warnings by ugrading the references to 23504.
This project.json was missed when the update was done before.
This commit is contained in:
parent
54847cf032
commit
70cf0180ef
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
|
||||
"dependencies": {
|
||||
"System.CommandLine": "0.1.0-*",
|
||||
"System.Linq": "4.0.1-beta-23502",
|
||||
"System.Runtime": "4.0.21-beta-23502",
|
||||
"System.Linq": "4.0.1-beta-23504",
|
||||
"System.Runtime": "4.0.21-beta-23504",
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*"
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue