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.
21 lines
718 B
21 lines
718 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="FreeSql" Version="3.2.812" />
|
|
<PackageReference Include="FreeSql.Provider.MySql" Version="3.2.812" />
|
|
<PackageReference Include="Yitter.IdGenerator" Version="1.0.14" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\QYMessageCenter.Common\QYMessageCenter.Common.csproj" />
|
|
<ProjectReference Include="..\QYMessageCenter.Model\QYMessageCenter.Model.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|