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
parent
commit
2ddc4a2e0d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      framework/test/Volo.Abp.AspNetCore.Mvc.Tests/Volo/Abp/AspNetCore/Mvc/Startup.cs

2
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

Loading…
Cancel
Save