Skip to content

Commit

Permalink
lumina: 7.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenari committed Jan 19, 2025
1 parent 492fb04 commit 5a271ef
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions XIVCalc.Lumina/XIVCalc.Lumina.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Lumina.Excel" Version="7.1.0">
<PackageReference Include="Lumina.Excel" Version="7.1.3">
<PrivateAssets>contentfiles;analyzers;build;runtime</PrivateAssets>
</PackageReference>
<PackageReference Include="XIVCalc" Version="0.3.0" />
<PackageReference Include="XIVCalc" Version="0.3.1" />
</ItemGroup>
<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\"/>
Expand Down
4 changes: 0 additions & 4 deletions XIVCalc.Tests/SimpleTests.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
using Lumina.Excel.GeneratedSheets;
using XIVCalc.Calculations;
using XIVCalc.Interfaces;
using XIVCalc.Jobs;

namespace XIVCalc.Tests;

public class SimpleTests
{
private readonly IJobModifiers _whm = StaticJobs.WHM;

private readonly StatBlockEquations _statsMin = new(new JobStatMock
{
Level = 100,
Expand Down
1 change: 0 additions & 1 deletion XIVCalc.Tests/XIVCalc.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.0"/>
<PackageReference Include="Lumina.Excel" Version="7.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0"/>
<PackageReference Include="NUnit" Version="3.14.0"/>
<PackageReference Include="NUnit.Analyzers" Version="3.9.0"/>
Expand Down

0 comments on commit 5a271ef

Please sign in to comment.