Skip to content

Commit

Permalink
Repair build.
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-gimenez committed Mar 16, 2024
1 parent f41a338 commit 7082430
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ public void TestGenericGeneratorInt(int value)
}

[Theory]
[InlineData(525)]
[MemberData(nameof(IntMatrixData))]
[InlineData(525.0)]
[MemberData(nameof(DoubleMatrixData))]
[GenerateDoubleInlineData(3, -23551.2213, 12553.32158)]
public void TestGenericGeneratorDouble(double value)
{
Expand Down
11 changes: 4 additions & 7 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
<Project>
<ItemGroup>

<PackageVersion Include="System.Globalization.Extensions" Version="4.3.0" />

<PackageVersion Include="FluentAssertions" Version="6.12.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageVersion Include="Moq" Version="4.18.4" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageVersion Include="Moq" Version="4.20.70" />
<PackageVersion Include="xunit" Version="2.7.0" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.7" />
<PackageVersion Include="xunit.extensibility.execution" Version="2.4.2" />
<PackageVersion Include="xunit.extensibility.execution" Version="2.7.0" />
<PackageVersion Include="dotnet-xunit" Version="2.3.1" />

<PackageVersion Include="AsyncFixer" Version="1.6.0" />
<PackageVersion Include="Roslynator.Analyzers" Version="4.11.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0" />
<PackageVersion Include="SonarAnalyzer.CSharp" Version="9.21.0.86780" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 7082430

Please sign in to comment.