fix: add direct CronTimer reference refs NOISSUE

This commit is contained in:
Simon Diesenreiter
2025-04-15 15:06:29 +02:00
parent 3ed6c4c54f
commit 7572a66ae2
5 changed files with 172 additions and 0 deletions

View File

@@ -21,4 +21,7 @@
<ItemGroup>
<OpenApiReference Include="swagger.json" SourceUrl="https://bbernhard.github.io/signal-cli-rest-api/src/docs/swagger.json" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CronTimer\CronTimer.csproj" />
</ItemGroup>
</Project>