42 lines
1.8 KiB
XML
42 lines
1.8 KiB
XML
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||
|
|
|
||
|
|
<PropertyGroup>
|
||
|
|
<TargetFramework>net5.0</TargetFramework>
|
||
|
|
<UserSecretsId>ebae6c10-63a1-4364-b41a-6b5baec149bf</UserSecretsId>
|
||
|
|
</PropertyGroup>
|
||
|
|
|
||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||
|
|
<NoWarn>1701;1702;1591</NoWarn>
|
||
|
|
<DocumentationFile>F:\liuzl_ybhdmob\YBDevice\YBDevice.Api\bin\Debug\net5.0\YBDevice.Api.xml</DocumentationFile>
|
||
|
|
</PropertyGroup>
|
||
|
|
|
||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
||
|
|
<DebugType>none</DebugType>
|
||
|
|
<DebugSymbols>false</DebugSymbols>
|
||
|
|
</PropertyGroup>
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<PackageReference Include="JWT" Version="7.3.1" />
|
||
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.1" NoWarn="NU1605" />
|
||
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="5.0.1" NoWarn="NU1605" />
|
||
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.2" />
|
||
|
|
<PackageReference Include="Senparc.CO2NET.AspNet" Version="0.3.200" />
|
||
|
|
<PackageReference Include="Senparc.Weixin" Version="6.8.101" />
|
||
|
|
<PackageReference Include="Senparc.Weixin.Cache.CsRedis" Version="0.2.101" />
|
||
|
|
<PackageReference Include="Senparc.Weixin.Open" Version="4.8.102" />
|
||
|
|
<PackageReference Include="Senparc.Weixin.WxOpen" Version="3.10.104.1" />
|
||
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.6.3" />
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<ProjectReference Include="..\Nirvana.Common\Nirvana.Common.csproj" />
|
||
|
|
<ProjectReference Include="..\Nirvana.Data\Nirvana.Data.csproj" />
|
||
|
|
<ProjectReference Include="..\YBDevice.Entity\YBDevice.Entity.csproj" />
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<Folder Include="wwwroot\" />
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
</Project>
|