Update for latest version of seamless
All checks were successful
Build / Compute Version (push) Successful in 6s
Build / Build Nuget package (push) Successful in 36s

Notable feature: V3 support (allegedly)
This commit is contained in:
2025-02-04 19:17:52 -05:00
parent 95d4b1ba27
commit c8c0255edd
8 changed files with 88 additions and 32 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<TargetFramework>net9.0-windows</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<Nullable>disable</Nullable>
<EnableWindowsTargeting>true</EnableWindowsTargeting>