TLSharp/TeleSharp.TL/TeleSharp.TL.csproj

29 lines
750 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
<FileVersion>1.0.1.0</FileVersion>
<Version>1.0.1</Version>
<PackageId>TeleSharp.TL</PackageId>
<Authors>TeleSharp.TL</Authors>
<Company>TeleSharp.TL</Company>
<Product>TeleSharp.TL</Product>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)'=='netstandard2.0'">
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)'=='net461'">
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BigMathNetStandard" Version="1.0.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
</Project>