next iteration

This commit is contained in:
Miha Kralj
2025-11-26 20:17:01 -08:00
parent 33ffd3a37a
commit 1c8f514756
27 changed files with 1391 additions and 10 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="**\*.cs" Exclude="obj\**\*.cs" />
<Compile Include="**\*.cs" Exclude="**\*.Tests.cs;**\*.Benchmarks.cs;**\*.benchmark.cs;obj\**\*.cs" />
<PackageReference Include="System.Text.Encodings.Web" Version="10.0.0-rc.1.25451.107" />
</ItemGroup>