Remove Azure cloud register from startup.cs file of 3.0 api core template.
Fixed the issue where package installation error occured after creating project with dll which is used WF dlls in non-core project.'The referenced component 'C1.DataEngine$dataengineversion$' could not be found.' warning message is observed after building the non-core webapi project.
Fixed the issue where 'StorageProviderManager' does not contain a definition for 'AddAzureStorage'.xxxxx error is observed when creating project with NetCore2.2 version and 'Cloud Service' checkbox.
Fixed the issue where WF dlls can not be restored properly and error occur when create WebAPI 4.0/4.5 and MVC 4.5 project with WF dlls.
Fixed the issue where 'Unable to resolve type 'C1.Web.Api.Cloud.LicenseDetector, C1.Web.Api.Cloud' error is observed when checking Cloud service with other services in non-core project 4.0 dll version.
Fixed the issue where WF errors are observed when creating WebApi Core/Non-core and AspNet MVC Core(.NetFramework) projects at JP.
Fixed the issue where License.licx file was missing in project when only cloud service is created with webapi non-core template.
Fixed the issue where 'Could not load file or assembly 'System.Web.Cors, Version=5.0.0.0' error occured.