Skip to content

Commit

Permalink
Fixed NUnit package casing
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Treasure committed Dec 16, 2020
1 parent 1e8e0af commit 3c0afb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<ItemGroup>
<PackageReference Include="Azure.Identity" />
<PackageReference Include="nunit" />
<PackageReference Include="NUnit" />
<PackageReference Include="NUnit3TestAdapter" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="Moq" />
Expand Down

0 comments on commit 3c0afb1

Please sign in to comment.