Move NaturalSort to separate library

This commit is contained in:
Matt Nadareski
2023-08-14 21:02:15 -04:00
parent 242150d54c
commit 6adbe601a2
11 changed files with 23 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>