Commit a842c2c5 authored by 阿星Plus's avatar 阿星Plus

Plus.Extensions.Serialization

parent 69008eb9
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework> <TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Copyright>https://meowv.com</Copyright>
<Authors>阿星Plus</Authors>
<Company>https://meowv.com</Company>
<Product>Plus.Extensions.Serialization</Product>
<Description>.netcoreplus(Plus.Extensions.Serialization) - .NET Core 简易版快速开发框架</Description>
<RepositoryUrl>https://github.com/Meowv/.netcoreplus</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://github.com/Meowv/.netcoreplus</PackageProjectUrl>
<PackageIconUrl>https://avatars2.githubusercontent.com/u/13010050</PackageIconUrl>
<PackageTags>plus;plus.extensions;plus.extensions.serialization;.netcoreplus;</PackageTags>
<PackageReleaseNotes>Plus.Extensions.Serialization</PackageReleaseNotes>
<Version>1.0.0</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>Plus.Extensions.Serialization.xml</DocumentationFile>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment