Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Commit

Permalink
Change case of framework NuGet package to match default
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMaddock committed Jan 4, 2020
1 parent a7ad8ce commit e1930e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="nunit" Version="3.12.0" />
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" Condition="'$(Framework)' &lt; 'netcoreapp2.0'"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" Condition="'$(Framework)' &gt;= 'netcoreapp2.0'"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="nunit" Version="3.12.0" />
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" Condition="'$(Framework)' &lt; 'netcoreapp2.0'"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" Condition="'$(Framework)' &gt;= 'netcoreapp2.0'"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="nunit" Version="3.12.0" />
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" Condition="'$(Framework)' &lt; 'netcoreapp2.0'"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" Condition="'$(Framework)' &gt;= 'netcoreapp2.0'"/>
Expand Down

0 comments on commit e1930e8

Please sign in to comment.