Commit db805383 authored by beckjin's avatar beckjin Committed by Lemon

Set ServiceCollectionExtensions to public,in order to use...

Set ServiceCollectionExtensions to public,in order to use services.AddSkyWalkingCore () in ConfigureServices. (#100)
parent e55f4abb
......@@ -36,7 +36,7 @@ using SkyWalking.Transport.Grpc;
namespace SkyWalking.Agent.AspNetCore
{
internal static class ServiceCollectionExtensions
public static class ServiceCollectionExtensions
{
public static IServiceCollection AddSkyWalkingCore(this IServiceCollection services)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment