-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDotNetCore.Kit.Serialization.csproj
More file actions
28 lines (24 loc) · 1.15 KB
/
DotNetCore.Kit.Serialization.csproj
File metadata and controls
28 lines (24 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Authors>阿星Plus</Authors>
<Company>mewov.com</Company>
<Description>DotNetCore.Kit.Serialization</Description>
<Copyright>mewov.com</Copyright>
<PackageProjectUrl>https://github.com/Meowv/DotNetCore.Kit</PackageProjectUrl>
<PackageIconUrl>https://avatars0.githubusercontent.com/u/13010050</PackageIconUrl>
<RepositoryUrl>https://github.com/Meowv/DotNetCore.Kit</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>serialization;kit;qix;extension;dotnetcore</PackageTags>
<PackageReleaseNotes>DotNetCore.Kit.Serialization</PackageReleaseNotes>
<Version>1.0.0</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>DotNetCore.Kit.Serialization.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
</Project>