Skip to content

Commit

Permalink
Update some dependencies that weren't matched by the regexes before.
Browse files Browse the repository at this point in the history
  • Loading branch information
dagood committed Aug 23, 2016
1 parent 903d045 commit d71fa97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/ExternalPackages/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"Microsoft.Private.Intellisense": "1.0.0-beta-24415-00"
"Microsoft.Private.Intellisense": "1.0.0-beta-24418-00"
},
"frameworks": {
"netstandard1.0": {}
Expand Down
2 changes: 1 addition & 1 deletion src/Common/test-runtime/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24422-01",
"Microsoft.NETCore.Targets": "1.0.3-beta-devapi-24422-01",
"Microsoft.NETCore.TestHost": "1.1.0-beta-24416-04",
"Microsoft.NETCore.TestHost": "1.1.0-beta-24419-04",
"Microsoft.NETCore.Runtime.CoreCLR": "1.1.0-beta-24419-04",
"System.Diagnostics.Contracts": "4.0.2-beta-devapi-24422-01",
"System.IO.Compression": "4.2.0-beta-devapi-24422-01",
Expand Down
2 changes: 1 addition & 1 deletion src/System.Data.SqlClient/tests/ManualTests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"NETStandard.Library": "1.6.1-beta-devapi-24422-01",
"Microsoft.CSharp": "4.0.2-beta-devapi-24422-01",
"Microsoft.Win32.Primitives": "4.0.2-beta-devapi-24422-01",
"runtime.native.System.Data.SqlClient.sni": "4.0.2-beta-24416-03",
"runtime.native.System.Data.SqlClient.sni": "4.0.2-beta-devapi-24422-01",
"System.Collections": "4.1.0-beta-devapi-24422-01",
"System.Collections.Concurrent": "4.0.13-beta-devapi-24422-01",
"System.ComponentModel": "4.0.2-beta-devapi-24422-01",
Expand Down

0 comments on commit d71fa97

Please sign in to comment.