mirror of
https://github.com/sochix/TLSharp.git
synced 2025-12-06 08:02:00 +01:00
Merge pull request #255 from knocte/netFrameworkVersion
build: switch to lower framework version (4.5.2 -> 4.5)
This commit is contained in:
commit
1b90e64ec5
|
|
@ -33,7 +33,7 @@ Library _almost_ ready for production usage. We need contributors to make 1.0.0
|
||||||
To use TLSharp follow next steps:
|
To use TLSharp follow next steps:
|
||||||
|
|
||||||
1. Clone TLSharp from GitHub
|
1. Clone TLSharp from GitHub
|
||||||
1. Compile source with VS2015
|
1. Compile source with VS2015 or MonoDevelop
|
||||||
1. Add reference to ```TLSharp.Core.dll``` to your awesome project.
|
1. Add reference to ```TLSharp.Core.dll``` to your awesome project.
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
<RootNamespace>TLSharp.Core</RootNamespace>
|
<RootNamespace>TLSharp.Core</RootNamespace>
|
||||||
<AssemblyName>TLSharp.Core</AssemblyName>
|
<AssemblyName>TLSharp.Core</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
<RootNamespace>TeleSharp.Generator</RootNamespace>
|
<RootNamespace>TeleSharp.Generator</RootNamespace>
|
||||||
<AssemblyName>TeleSharp.Generator</AssemblyName>
|
<AssemblyName>TeleSharp.Generator</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
<RootNamespace>TeleSharp.TL</RootNamespace>
|
<RootNamespace>TeleSharp.TL</RootNamespace>
|
||||||
<AssemblyName>TeleSharp.TL</AssemblyName>
|
<AssemblyName>TeleSharp.TL</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue