Update packages, relax requirements

This commit is contained in:
Matt Nadareski
2026-07-10 11:23:17 -04:00
parent 451fc0b394
commit b4e1f6b729
22 changed files with 53 additions and 55 deletions

View File

@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<!-- Assembly Properties -->
@@ -32,7 +32,7 @@
<ItemGroup>
<PackageReference Include="NetLegacySupport.Numerics" Version="1.0.1" Condition="$(TargetFramework.StartsWith(`net2`)) OR $(TargetFramework.StartsWith(`net3`))" />
<PackageReference Include="SabreTools.IO" Version="[2.1.0]" />
<PackageReference Include="SabreTools.IO" Version="2.2.0" />
</ItemGroup>
<ItemGroup>