|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFramework>net4.8</TargetFramework> |
| 4 | + <TargetFramework>netstandard2.0</TargetFramework> |
5 | 5 | <ImplicitUsings>enable</ImplicitUsings> |
6 | 6 | <Nullable>enable</Nullable> |
7 | 7 | <LangVersion>latest</LangVersion> |
8 | 8 | <PlatformTarget>x64</PlatformTarget> |
9 | 9 | <AllowUnsafeBlocks>True</AllowUnsafeBlocks> |
| 10 | + <OutputType>Library</OutputType> |
10 | 11 | <Authors>CnCSharp-DevTeam</Authors> |
11 | 12 | <Description>A simple pooling library for dotnet |
12 | 13 | 一个面向.NET简易的池化库</Description> |
13 | 14 | <GeneratePackageOnBuild>True</GeneratePackageOnBuild> |
14 | 15 | <Title>PoolingLib</Title> |
15 | 16 | <RepositoryUrl>https://github.com/CnCSharp-Dev/PoolingLib</RepositoryUrl> |
16 | 17 | <RepositoryType>git</RepositoryType> |
17 | | - <AssemblyVersion>1.0.0.2</AssemblyVersion> |
| 18 | + <AssemblyVersion>1.0.0.3</AssemblyVersion> |
18 | 19 | <PackageProjectUrl>github.com/CnCSharp-Dev/PoolingLib</PackageProjectUrl> |
19 | 20 | <PackageReadmeFile>README.md</PackageReadmeFile> |
20 | 21 | <PackageIcon>icon.png</PackageIcon> |
21 | 22 | <PackageLicenseFile>LICENSE</PackageLicenseFile> |
22 | | - <FileVersion>1.0.0.2</FileVersion> |
23 | | - <Version>1.0.2</Version> |
| 23 | + <FileVersion>1.0.0.3</FileVersion> |
| 24 | + <Version>1.0.3</Version> |
24 | 25 | <GenerateDocumentationFile>True</GenerateDocumentationFile> |
25 | 26 | </PropertyGroup> |
26 | 27 |
|
|
29 | 30 | <DebugType>portable</DebugType> |
30 | 31 | </PropertyGroup> |
31 | 32 |
|
32 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
| 33 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Return|AnyCPU'"> |
33 | 34 | <DebugType>portable</DebugType> |
34 | 35 | </PropertyGroup> |
35 | 36 |
|
|
0 commit comments