This commit is contained in:
bob
2026-06-02 13:31:27 -05:00
parent 15310f0fd0
commit edc649fc36
33 changed files with 6407 additions and 8 deletions

View File

@@ -11,6 +11,10 @@
<None Update="appsettings.json" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
<ItemGroup>
<InternalsVisibleTo Include="BlueLaminate.Tests" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BlueLaminate.Core\BlueLaminate.Core.csproj" />
<ProjectReference Include="..\BlueLaminate.Scraper\BlueLaminate.Scraper.csproj" />
@@ -20,6 +24,7 @@
<PackageReference Include="Microsoft.Extensions.Hosting" />
<PackageReference Include="System.CommandLine" />
<PackageReference Include="OpenTelemetry" />
<PackageReference Include="Spectre.Console" />
</ItemGroup>
</Project>