Update Serialization to 1.9.5

This commit is contained in:
Matt Nadareski
2025-09-21 12:54:25 -04:00
parent df52d08406
commit 4ed619ee30
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net20;net35;net40;net452;net462;net472;net48;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
@@ -40,7 +40,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="SabreTools.Serialization" Version="1.9.4" />
<PackageReference Include="SabreTools.Serialization" Version="1.9.5" />
</ItemGroup>
</Project>