Skip to content

Commit

Permalink
Upgrade test frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mooshua committed Aug 11, 2023
1 parent f4e1cfb commit 558e4b9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Lilikoi.Tests/Lilikoi.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AgileObjects.ReadableExpressions" Version="3.3.0"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0"/>
<PackageReference Include="NUnit" Version="3.13.3"/>
<PackageReference Include="NUnit3TestAdapter" Version="4.3.1"/>
<PackageReference Include="NUnit.Analyzers" Version="3.3.0"/>
<PackageReference Include="coverlet.collector" Version="3.1.2"/>
<PackageReference Include="AgileObjects.ReadableExpressions" Version="3.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="NUnit.Analyzers" Version="3.3.0" />
<PackageReference Include="coverlet.collector" Version="3.1.2" />
</ItemGroup>


<ItemGroup>
<ProjectReference Include="..\Lilikoi\Lilikoi.csproj"/>
<ProjectReference Include="..\Lilikoi\Lilikoi.csproj" />
</ItemGroup>


<ItemGroup>
<Folder Include="Parameters"/>
<Folder Include="Parameters" />
</ItemGroup>

</Project>

0 comments on commit 558e4b9

Please sign in to comment.