Skip to content

Commit

Permalink
remove unnecessary package reference
Browse files Browse the repository at this point in the history
  • Loading branch information
U52284 committed Oct 1, 2024
1 parent b61d55e commit d35cd5e
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\..\src\Foundatio.AzureStorage\Foundatio.AzureStorage.csproj" />
</ItemGroup>
Expand All @@ -12,7 +12,4 @@
<Link>docker-compose.yml</Link>
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Update="Foundatio.TestHarness" Version="11.0.5" />
</ItemGroup>
</Project>

0 comments on commit d35cd5e

Please sign in to comment.