Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/D2Sharp.Web/D2Sharp.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.6" />
<!-- Explicit reference to ensure worker process dependencies are copied to output -->
<!-- ASP.NET Core framework provides this, but worker runs as standalone process -->
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="10.0.1" />
</ItemGroup>

</Project>
Loading