Browse Source

Merge pull request #22437 from abpframework/skoc10-patch-1

pull/22439/head
liangshiwei 1 year ago
committed by GitHub
parent
commit
d565afb524
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      framework/src/Volo.Abp.AspNetCore.Components.MauiBlazor.Bundling/BundleManager.cs

4
framework/src/Volo.Abp.AspNetCore.Components.MauiBlazor.Bundling/BundleManager.cs

@ -114,7 +114,7 @@ public class BundleManager : BundleManagerBase, ITransientDependency
#if DEBUG #if DEBUG
return true; return true;
#else #else
retur false; return false;
#endif #endif
} }
@ -122,4 +122,4 @@ public class BundleManager : BundleManagerBase, ITransientDependency
{ {
return MauiBlazorContentFileProvider; return MauiBlazorContentFileProvider;
} }
} }

Loading…
Cancel
Save