Skip to content

Commit fdeacfe

Browse files
committedJul 17, 2017
Upgrade to .NET 4.6.1
Fixes gitextensions#3611
1 parent 76aa0ea commit fdeacfe

File tree

67 files changed

+355
-264
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+355
-264
lines changed
 

‎GitCommands/GitCommands.csproj

+5-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@
3232
<IsWebBootstrapper>false</IsWebBootstrapper>
3333
<UseApplicationTrust>false</UseApplicationTrust>
3434
<BootstrapperEnabled>true</BootstrapperEnabled>
35-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
36-
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
35+
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
36+
<TargetFrameworkProfile>
37+
</TargetFrameworkProfile>
3738
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
3839
<RestorePackages>true</RestorePackages>
3940
</PropertyGroup>
@@ -47,6 +48,7 @@
4748
<WarningLevel>4</WarningLevel>
4849
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
4950
<NoWarn>1573</NoWarn>
51+
<Prefer32Bit>false</Prefer32Bit>
5052
</PropertyGroup>
5153
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
5254
<DebugType>pdbonly</DebugType>
@@ -56,6 +58,7 @@
5658
<ErrorReport>prompt</ErrorReport>
5759
<WarningLevel>4</WarningLevel>
5860
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
61+
<Prefer32Bit>false</Prefer32Bit>
5962
</PropertyGroup>
6063
<ItemGroup>
6164
<Reference Include="SmartFormat, Version=2.0.0.0, Culture=neutral, PublicKeyToken=568866805651201f, processorArchitecture=MSIL">

‎GitCommands/app.config

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0"?>
22
<configuration>
33
<configSections>
4-
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
5-
<section name="GitCommands.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
4+
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
5+
<section name="GitCommands.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
66
</sectionGroup>
77
</configSections>
8-
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/></startup>
8+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup>
99
<applicationSettings>
1010
<GitCommands.Properties.Settings>
1111
<!--Set this setting to True to store settings with the application, False to store settings in user's application data path.-->

0 commit comments

Comments
 (0)