mirror of https://github.com/ogoun/Zero.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.1 KiB
28 lines
1.1 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<Description>Infrastructure layer library</Description>
|
|
<Authors>ogoun</Authors>
|
|
<Company>ogoun</Company>
|
|
<AssemblyVersion>2.0.1.0</AssemblyVersion>
|
|
<PackageReleaseNotes>Fix IExClient contract</PackageReleaseNotes>
|
|
<PackageProjectUrl>https://github.com/ogoun/Zero/wiki</PackageProjectUrl>
|
|
<Copyright>Copyright Ogoun 2019</Copyright>
|
|
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
|
|
<PackageIconUrl>https://raw.githubusercontent.com/ogoun/Zero/master/zero.png</PackageIconUrl>
|
|
<RepositoryUrl>https://github.com/ogoun/Zero</RepositoryUrl>
|
|
<RepositoryType>GitHub</RepositoryType>
|
|
<Version>2.0.1</Version>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|