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.
25 lines
1.0 KiB
25 lines
1.0 KiB
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="FreeSql" Version="3.2.805" />
|
|
<PackageReference Include="FreeSql.Provider.MySql" Version="3.2.805" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.32" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.21" />
|
|
<PackageReference Include="NLog" Version="4.7.12" />
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
|
|
<PackageReference Include="Yitter.IdGenerator" Version="1.0.12" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\BBWY.Common\BBWY.Common.csproj" />
|
|
<ProjectReference Include="..\BBWY.Server.Business\BBWY.Server.Business.csproj" />
|
|
<ProjectReference Include="..\BBWY.Server.Model\BBWY.Server.Model.csproj" />
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|
|
|