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.
22 lines
1016 B
22 lines
1016 B
<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.18" />
|
|
<PackageReference Include="Hangfire.Dashboard.BasicAuthorization" Version="1.0.2" />
|
|
<PackageReference Include="Hangfire.MySqlStorage" Version="2.0.2" />
|
|
<PackageReference Include="Hangfire.Storage.SQLite" Version="0.2.4" />
|
|
<PackageReference Include="sqlite-net-pcl" Version="1.7.335" />
|
|
<PackageReference Include="Microsoft.ReverseProxy" Version="1.0.0-preview.7.20562.2" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Infrastructure\Infrastructure.csproj" />
|
|
<ProjectReference Include="..\IoT.Shared\IoT.Shared.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|