Skip to content

Commit d748fc2

Browse files
committed
Remove package reference to Tracer.Fody
- Tracer.Fody is no longer being used, remove the reference from last two projects.
1 parent e96154e commit d748fc2

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/Features/Blockcore.Features.LightWallet/Blockcore.Features.LightWallet.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
<ItemGroup>
2222
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
23-
<PackageReference Include="Tracer.Fody" Version="3.2.0">
2423
<PrivateAssets>all</PrivateAssets>
2524
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2625
</PackageReference>

src/Features/Blockcore.Features.WatchOnlyWallet/Blockcore.Features.WatchOnlyWallet.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="2.2.0" />
2828
<PackageReference Include="System.Xml.XmlSerializer" Version="4.3.0" />
2929
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.2.0" />
30-
<PackageReference Include="Tracer.Fody" Version="3.2.0">
3130
<PrivateAssets>all</PrivateAssets>
3231
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
3332
</PackageReference>

0 commit comments

Comments
 (0)