From d9ab1c3ce2cdebb865c2283eb3e764d3b2caaa98 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Tue, 25 Oct 2022 15:12:01 -0500 Subject: Remove support for .NET Core 3.x from dnchost. Related to 6942 --- src/ext/Bal/dnchost/dnchost.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ext/Bal/dnchost/dnchost.cpp') diff --git a/src/ext/Bal/dnchost/dnchost.cpp b/src/ext/Bal/dnchost/dnchost.cpp index 8faf292c..1868e3f8 100644 --- a/src/ext/Bal/dnchost/dnchost.cpp +++ b/src/ext/Bal/dnchost/dnchost.cpp @@ -286,7 +286,6 @@ static HRESULT LoadManagedBootstrapperApplicationFactory( hr = DnchostCreateFactory( &pState->hostfxrState, pState->sczBaFactoryAssemblyName, - pState->sczBaFactoryAssemblyPath, &pState->pAppFactory); return hr; -- cgit v1.2.3-55-g6feb