Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Update references to be inline with latest changes hitting aspnetvnex…
Browse files Browse the repository at this point in the history
…t feed
  • Loading branch information
avanderhoorn committed Mar 10, 2016
1 parent 0365eed commit 8e9e41e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/Glimpse.Agent.Dnx/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Glimpse.Common.Dnx": "",
"Microsoft.AspNet.Hosting": "1.0.0-*",
"Microsoft.Extensions.DiagnosticAdapter": "1.0.0-*",
"System.Diagnostics.DiagnosticSource": "4.0.0-beta-*"
"System.Diagnostics.DiagnosticSource": "4.0.0-*"
},
"frameworks": {
"net451": { },
Expand Down
6 changes: 3 additions & 3 deletions src/Glimpse.Common.Core/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"net451": { },
"dotnet5.4": {
"dependencies": {
"System.ObjectModel": "4.0.11-*",
"System.Runtime": "4.0.21-*",
"System.ObjectModel": "4.0.12-*",
"System.Runtime": "4.1.0-*",
"System.Security.Cryptography.Algorithms": "4.0.0-*",
"System.Text.RegularExpressions": "4.0.11-*",
"System.Text.RegularExpressions": "4.0.12-*",
"System.Threading": "4.0.11-*"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ public static IGlimpseBuilder AddGlimpse(this IServiceCollection services, bool
//
// Platform
//
services.AddSingleton(PlatformServices.Default.AssemblyLoadContextAccessor);
services.AddSingleton(PlatformServices.Default.AssemblyLoaderContainer);
services.AddSingleton(PlatformServices.Default.LibraryManager);
services.AddSingleton(DnxPlatformServices.Default.AssemblyLoadContextAccessor);
services.AddSingleton(DnxPlatformServices.Default.AssemblyLoaderContainer);
services.AddSingleton(DnxPlatformServices.Default.LibraryManager);
services.TryAddSingleton<IHttpContextAccessor, HttpContextAccessor>();
services.AddTransient<IAssemblyProvider, LibraryManagerAssemblyProvider>();
services.AddSingleton<IExtensionProvider<IRegisterMiddleware>, DefaultExtensionProvider<IRegisterMiddleware>>();
Expand Down
3 changes: 2 additions & 1 deletion src/Glimpse.Common.Dnx/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"dependencies": {
"Glimpse.Common.Core": "",
"Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*"
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
"Microsoft.Extensions.PlatformAbstractions.Dnx": "1.0.0-*"
},
"frameworks": {
"net451": { },
Expand Down

0 comments on commit 8e9e41e

Please sign in to comment.