Skip to content

Commit c968b2e

Browse files
committed
.NET Framework Version Upgrade 4.6 -> 4.6.2
1 parent 3ea8974 commit c968b2e

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

src/TgSharp.Core/TgSharp.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>TgSharp.Core</RootNamespace>
1111
<AssemblyName>TgSharp.Core</AssemblyName>
12-
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<TargetFrameworkProfile />
1515
</PropertyGroup>

src/TgSharp.TL/TgSharp.TL.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>TgSharp.TL</RootNamespace>
1111
<AssemblyName>TgSharp.TL</AssemblyName>
12-
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<TargetFrameworkProfile />
1515
</PropertyGroup>
@@ -77,4 +77,4 @@
7777
<Target Name="AfterBuild">
7878
</Target>
7979
-->
80-
</Project>
80+
</Project>

src/TgSharp.Tests.NUnit/TgSharp.Tests.NUnit.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -7,7 +7,7 @@
77
<OutputType>Library</OutputType>
88
<RootNamespace>TgSharp.Tests.NUnit</RootNamespace>
99
<AssemblyName>TgSharp.Tests.NUnit</AssemblyName>
10-
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
10+
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
1111
<TargetFrameworkProfile />
1212
</PropertyGroup>
1313
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -52,4 +52,4 @@
5252
<Name>TgSharp.Tests</Name>
5353
</ProjectReference>
5454
</ItemGroup>
55-
</Project>
55+
</Project>

src/TgSharp.Tests.VS/TgSharp.Tests.VS.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -8,7 +8,7 @@
88
<AppDesignerFolder>Properties</AppDesignerFolder>
99
<RootNamespace>TgSharp.Tests.VS</RootNamespace>
1010
<AssemblyName>TgSharp.Tests.VS</AssemblyName>
11-
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
11+
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
1313
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1414
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
@@ -55,7 +55,7 @@
5555
<Compile Include="Properties\AssemblyInfo.cs" />
5656
</ItemGroup>
5757
<ItemGroup>
58-
<ProjectReference Include="..\TeleSharp.TL\TeleSharp.TL.csproj">
58+
<ProjectReference Include="..\TgSharp.TL\TgSharp.TL.csproj">
5959
<Project>{d6144517-91d2-4880-86df-e9ff5d7f383a}</Project>
6060
<Name>TeleSharp.TL</Name>
6161
</ProjectReference>

src/TgSharp.Tests/TgSharp.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>TgSharp.Tests</RootNamespace>
1111
<AssemblyName>TgSharp.Tests</AssemblyName>
12-
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<TargetFrameworkProfile />
1515
</PropertyGroup>

src/TgSharp.Tests/app.config

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<appSettings>
4-
<add key="ApiHash" value="" />
5-
<add key="ApiId" value="" />
6-
<add key="NumberToAuthenticate" value="" />
7-
<add key="CodeToAuthenticate" value="" />
4+
<add key="ApiHash" value=""/>
5+
<add key="ApiId" value=""/>
6+
<add key="NumberToAuthenticate" value=""/>
7+
<add key="CodeToAuthenticate" value=""/>
88
<add key="PasswordToAuthenticate" value=""/>
99
<add key="NotRegisteredNumberToSignUp" value=""/>
1010
<add key="NumberToSendMessage" value=""/>
1111
<add key="UserNameToSendMessage" value=""/>
1212
<add key="NumberToGetUserFull" value=""/>
1313
<add key="NumberToAddToChat" value=""/>
1414
</appSettings>
15-
</configuration>
15+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/></startup></configuration>

0 commit comments

Comments
 (0)