Skip to content

Commit

Permalink
Remove Fody packages from Directory.Build.props
Browse files Browse the repository at this point in the history
The Fody and ConfigureAwait.Fody package references were removed from the Directory.Build.props. These packages are no longer needed, reflecting the project's dependencies more accurately.
  • Loading branch information
sfmskywalker committed Mar 30, 2024
1 parent 145dfbb commit 1b43909
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Directory.Build.props
Expand Up @@ -11,8 +11,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="ConfigureAwait.Fody" PrivateAssets="All" />
<PackageReference Include="Fody" PrivateAssets="All" />
<PackageReference Include="JetBrains.Annotations" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
</ItemGroup>
Expand Down

0 comments on commit 1b43909

Please sign in to comment.