Skip to content

Commit

Permalink
fix csproj typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ssg committed Apr 25, 2024
1 parent d36eab7 commit 4769f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/HashDepotTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Microsoft.TestPlatform.TestHost" Version="17.9.0" />
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference In6clude="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\src\HashDepot.csproj" />
Expand Down

0 comments on commit 4769f4b

Please sign in to comment.