Skip to content

Commit 61a6754

Browse files
authored
fix: correct DependencyInjection package reference typo (#84)
Fix misspelled PackageReference so NuGet restore works when the project is built without the local ProjectReference. Fixes #83
1 parent 6ede385 commit 61a6754

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Data.GenericRepository/Data.GenericRepository.EFCore/Ploch.Data.GenericRepository.EFCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<!-- Release: PackageReference (versions from Directory.Packages.props) -->
2525
<ItemGroup Condition="'$(UseProjectReferences)' != 'true'">
2626
<PackageReference Include="Ploch.Common.AppServices" />
27-
<PackageReference Include="Ploch.Common.DependencyInnjection" />
27+
<PackageReference Include="Ploch.Common.DependencyInjection" />
2828
</ItemGroup>
2929

3030
<ItemGroup>

0 commit comments

Comments
 (0)