|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
|
|
|
<Description>Infrastructure layer tool set.
|
|
|
|
|
</Description>
|
|
|
|
|
<Authors>ogoun</Authors>
|
|
|
|
|
<Company>ogoun</Company>
|
|
|
|
|
<AssemblyVersion>3.2.0.0</AssemblyVersion>
|
|
|
|
|
<PackageReleaseNotes>Fix bugs, append Multiprocessor class</PackageReleaseNotes>
|
|
|
|
|
<PackageProjectUrl>https://github.com/ogoun/Zero/wiki</PackageProjectUrl>
|
|
|
|
|
<Copyright>Copyright Ogoun 2020</Copyright>
|
|
|
|
|
<PackageLicenseUrl></PackageLicenseUrl>
|
|
|
|
|
<PackageIconUrl></PackageIconUrl>
|
|
|
|
|
<RepositoryUrl>https://github.com/ogoun/Zero</RepositoryUrl>
|
|
|
|
|
<RepositoryType>GitHub</RepositoryType>
|
|
|
|
|
<Version>3.2.0</Version>
|
|
|
|
|
<FileVersion>3.2.9.0</FileVersion>
|
|
|
|
|
<Platforms>AnyCPU;x64</Platforms>
|
|
|
|
|
<PackageIcon>zero.png</PackageIcon>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="System.Buffers" Version="4.5.0" />
|
|
|
|
|
<PackageReference Include="System.Memory" Version="4.5.3" />
|
|
|
|
|
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.7.0" />
|
|
|
|
|
<PackageReference Include="System.ServiceProcess.ServiceController" Version="4.7.0" />
|
|
|
|
|
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.3" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="E:\Desktop\Developing\NUGET\zero.png">
|
|
|
|
|
<Pack>True</Pack>
|
|
|
|
|
<PackagePath></PackagePath>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|