Browse Source
Merge pull request #15434 from abpframework/maliming-patch-1
Update Startup.cs
pull/15436/head
Alper Ebiçoğlu
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
framework/test/Volo.Abp.AspNetCore.Mvc.Tests/Volo/Abp/AspNetCore/Mvc/Startup.cs
|
|
|
@ -18,7 +18,7 @@ public class Startup |
|
|
|
var plugDllInPath = Path.Combine(hostEnvironment.ContentRootPath, |
|
|
|
@"..\..\..\..\..\Volo.Abp.AspNetCore.Mvc.PlugIn\bin\Debug\net6.0\"); |
|
|
|
#else
|
|
|
|
plugDllInPath = Path.Combine(_env.ContentRootPath, |
|
|
|
var plugDllInPath = Path.Combine(hostEnvironment.ContentRootPath, |
|
|
|
@"..\..\..\..\..\Volo.Abp.AspNetCore.Mvc.PlugIn\bin\Release\net6.0\"); |
|
|
|
#endif
|
|
|
|
|
|
|
|
|