You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
738 B
23 lines
738 B
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<ItemGroup>
|
|
<Using Remove="Microsoft.Extensions.Logging" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Autofac" />
|
|
<PackageReference Include="Autofac.Extensions.DependencyInjection" />
|
|
<PackageReference Include="AutofacSerilogIntegration" />
|
|
<PackageReference Include="MudBlazor" />
|
|
<PackageReference Include="ReactiveUI.Blazor" />
|
|
<PackageReference Include="Serilog.AspNetCore" />
|
|
<PackageReference Include="Serilog.Sinks.File" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Recyclarr.Common\Recyclarr.Common.csproj" />
|
|
<ProjectReference Include="..\Recyclarr.TrashLib\Recyclarr.TrashLib.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|