Use Nuget package for Skippers

This commit is contained in:
Matt Nadareski
2024-02-29 16:09:24 -05:00
parent db99ccaba3
commit 2b25ab167e
24 changed files with 3 additions and 1595 deletions

View File

@@ -24,7 +24,6 @@
<ProjectReference Include="..\NaturalSort\NaturalSort.csproj" />
<ProjectReference Include="..\SabreTools.Core\SabreTools.Core.csproj" />
<ProjectReference Include="..\SabreTools.Logging\SabreTools.Logging.csproj" />
<ProjectReference Include="..\SabreTools.Skippers\SabreTools.Skippers.csproj" />
</ItemGroup>
<!-- Support for old .NET versions -->
@@ -36,6 +35,7 @@
<ItemGroup>
<PackageReference Include="SabreTools.IO" Version="1.3.0" />
<PackageReference Include="SabreTools.Skippers" Version="1.1.2" />
</ItemGroup>
</Project>