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.
24 lines
1.1 KiB
24 lines
1.1 KiB
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
<PropertyGroup>
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
<SatelliteResourceLanguages>Zh-CN</SatelliteResourceLanguages>
|
|
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
|
|
<GenerateAssemblyProductAttribute>true</GenerateAssemblyProductAttribute>
|
|
<Version>1.1.1.1</Version>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Hangfire.AspNetCore" Version="1.7.20" />
|
|
<PackageReference Include="Hangfire.MySqlStorage" Version="2.0.3" />
|
|
<PackageReference Include="Hangfire.Storage.SQLite" Version="0.3.0" />
|
|
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.2.22" />
|
|
<PackageReference Include="MiniProfiler.EntityFrameworkCore" Version="4.2.22" />
|
|
<PackageReference Include="Serilog.Sinks.SQLite" Version="5.0.0" />
|
|
<PackageReference Include="sqlite-net-pcl" Version="1.7.335" />
|
|
<PackageReference Include="Microsoft.ReverseProxy" Version="1.0.0-preview.9.21116.1" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Infrastructure\Infrastructure.csproj" />
|
|
<ProjectReference Include="..\IoT.Shared\IoT.Shared.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|