Skip to content

Commit

Permalink
Remove NuGet dependency from Instrumentation (#4533)
Browse files Browse the repository at this point in the history
The current state includes a circular dependency from DotNetNuke.Core
to DotNetNuke.DependencyInjection to DotNetNuke.Instrumentation to
DotNetNuke.Core.
  • Loading branch information
bdukes authored Mar 2, 2021
1 parent 59cb336 commit 1017dad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Build/Tools/NuGet/DotNetNuke.Instrumentation.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
Provides references to enhanced logging and instrumentation available within DNN Platform for extension developers. Including access to Log4Net
</description>
<copyright>Copyright (c) .NET Foundation and Contributors, All Rights Reserved.</copyright>
<dependencies>
<dependency id="DotNetNuke.Core" version="$version$" />
</dependencies>
</metadata>
<files>
<file src="..\..\..\Website\bin\DotNetNuke.Instrumentation.dll" target="lib\net45\" />
Expand Down

0 comments on commit 1017dad

Please sign in to comment.