Sync to Distinct Max Iteration Path

This commit is contained in:
2024-09-24 10:25:07 -07:00
parent dc5a369e55
commit 59231ad9e2
4 changed files with 74 additions and 35 deletions

View File

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Nullable>enable</Nullable>
<OutputType>Exe</OutputType>
@ -22,6 +22,6 @@
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="TextCopy" Version="6.2.1" />
<PackageReference Include="WindowsShortcutFactory" Version="1.2.0" />
<PackageReference Include="YamlDotNet" Version="16.0.0" />
<PackageReference Include="YamlDotNet" Version="16.1.2" />
</ItemGroup>
</Project>