Update packages

This commit is contained in:
Matt Nadareski
2024-04-24 16:27:26 -04:00
parent a271727e2c
commit 3077f77980
4 changed files with 4 additions and 5 deletions

View File

@@ -7,8 +7,7 @@ namespace SabreTools.Test.DatTools
{
public class ParserTests
{
// TODO: Disabled until Serialization fixed
//[Theory]
[Theory]
[InlineData(null, (DatFormat)0x00, 0)]
[InlineData("test-logiqx.xml", DatFormat.Logiqx, 6)]
//[InlineData(null, DatFormat.LogiqxDeprecated, 0)] // Not parsed separately

View File

@@ -33,7 +33,7 @@
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="SabreTools.Models" Version="1.4.5" />
<PackageReference Include="SabreTools.Serialization" Version="1.5.5" />
<PackageReference Include="SabreTools.Serialization" Version="1.5.6" />
<PackageReference Include="xunit" Version="2.7.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.8">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>