Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eduherminio/FileParser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 670e4b17fd5638d0a516b555fbb0a967f2237ed0
Choose a base ref
..
head repository: eduherminio/FileParser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d30e5ff7d0fab719282e434d60a764b891db48ae
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 tests/FileParser.Test/FileParser.Test.csproj
2 changes: 1 addition & 1 deletion tests/FileParser.Test/FileParser.Test.csproj
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit" Version="2.6.3" />
<PackageReference Include="xunit" Version="2.6.4" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6" PrivateAssets="All" />
<PackageReference Include="coverlet.collector" Version="6.0.*" PrivateAssets="All" />
</ItemGroup>