We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa1041 commit 88202ccCopy full SHA for 88202cc
test/aspnet-core-demo/AbpAspNetCoreDemo/Startup.cs
@@ -92,10 +92,10 @@ public IServiceProvider ConfigureServices(IServiceCollection services)
92
string plugDllInPath = "";
93
#if DEBUG
94
plugDllInPath = Path.Combine(_env.ContentRootPath,
95
- @"..\AbpAspNetCoreDemo.PlugIn\bin\Debug\net7.0\AbpAspNetCoreDemo.PlugIn.dll");
+ @"..\AbpAspNetCoreDemo.PlugIn\bin\Debug\net8.0\AbpAspNetCoreDemo.PlugIn.dll");
96
#else
97
98
- @"..\AbpAspNetCoreDemo.PlugIn\bin\Release\net7.0\AbpAspNetCoreDemo.PlugIn.dll");
+ @"..\AbpAspNetCoreDemo.PlugIn\bin\Release\net8.0\AbpAspNetCoreDemo.PlugIn.dll");
99
#endif
100
if (!File.Exists(plugDllInPath))
101
{
0 commit comments