Skip to content

Commit

Permalink
Lower .NET to support 3.5, but performance is slow.
Browse files Browse the repository at this point in the history
  • Loading branch information
suyouquan committed Jan 18, 2018
1 parent 64f2bd5 commit fcdc451
Show file tree
Hide file tree
Showing 9 changed files with 131 additions and 107 deletions.
2 changes: 1 addition & 1 deletion FixSQLMSI/FixSQLMSI/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<configuration>
<startup>

<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup>
<supportedRuntime version="v2.0.50727"/></startup>
</configuration>
2 changes: 1 addition & 1 deletion FixSQLMSI/FixSQLMSI/FixSQLMSI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>FixSQLMSI</RootNamespace>
<AssemblyName>FixSQLMSI</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<TargetFrameworkProfile />
Expand Down
Loading

0 comments on commit fcdc451

Please sign in to comment.