Browse Source

Merge branch 'dev' of https://github.com/volosoft/abp into dev

rel-1.1
Alper Ebicoglu 6 years ago
parent
commit
f8ea908112
  1. 4
      framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/AbpCliCoreModule.cs

4
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/AbpCliCoreModule.cs

@ -19,10 +19,6 @@ namespace Volo.Abp.Cli
{
Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);
// TODO: workaround until subsequent issues of https://github.com/dotnet/corefx/issues/30166 are resolved
// a permanent fix will probably be published with the release of .net core 3.0: https://github.com/dotnet/corefx/issues/36553
AppContext.SetSwitch("System.Net.Http.UseSocketsHttpHandler", false);
Configure<AbpCliOptions>(options =>
{
options.Commands["help"] = typeof(HelpCommand);

Loading…
Cancel
Save