-
-
Notifications
You must be signed in to change notification settings - Fork 284
Expand file tree
/
Copy pathMeowv.Blog.Core.csproj
More file actions
23 lines (18 loc) · 859 Bytes
/
Meowv.Blog.Core.csproj
File metadata and controls
23 lines (18 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>Meowv.Blog</RootNamespace>
<NoWarn>CS1591</NoWarn>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>..\Meowv.Blog.Api\Meowv.Blog.Core.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
<PackageReference Include="MongoDB.Bson" Version="2.19.2" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.0.1" />
<PackageReference Include="Volo.Abp.Ddd.Domain" Version="7.2.2" />
<PackageReference Include="YamlDotNet" Version="13.1.1" />
<ProjectReference Include="..\Meowv.Blog.Response\Meowv.Blog.Response.csproj" />
</ItemGroup>
</Project>