This commit is contained in:
Jose Conde
2025-09-29 16:02:00 +02:00
parent dc57da8136
commit 5e16f781b4
74 changed files with 1621 additions and 1856 deletions

View File

@@ -10,6 +10,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CredentialManagement" Version="1.0.2" />
<PackageReference Include="HtmlAgilityPack.CssSelectors" Version="1.0.2" />
<PackageReference Include="LiteDB" Version="5.0.21" />
<PackageReference Include="LiteDB.Async" Version="0.1.8" />
@@ -20,23 +21,12 @@
<PackageReference Include="Selenium.WebDriver.ChromeDriver" Version="139.0.7258.6800" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.Json" Version="9.0.8" />
<PackageReference Include="YamlDotNet" Version="16.3.0" />
</ItemGroup>
<ItemGroup>
<None Update="data\apps - Copy.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="data\apps.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="data\checkerTypesDef.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="data\config.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="data\sourcesDef.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<None Update="config.yaml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Resources\error-icon.ico">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
@@ -52,8 +42,4 @@
</None>
</ItemGroup>
<ItemGroup>
<Folder Include="database\" />
</ItemGroup>
</Project>