Skip to content

Commit

Permalink
Upgrade to .NET 4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tslater2006 committed Oct 8, 2019
1 parent f50dedf commit 3eee1cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Trace Wizard/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
</configSections>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
</startup>
<userSettings>
<TraceWizard.Properties.Settings>
Expand Down
4 changes: 2 additions & 2 deletions Trace Wizard/Trace Wizard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>TraceWizard</RootNamespace>
<AssemblyName>Trace Wizard</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<TargetFrameworkProfile />
Expand All @@ -26,7 +26,7 @@
<MapFileExtensions>true</MapFileExtensions>
<InstallUrl>http://tslater2006.github.io/Trace-Wizard/releases/</InstallUrl>
<UpdateUrl>http://tslater2006.github.io/Trace-Wizard/releases/</UpdateUrl>
<ApplicationRevision>6</ApplicationRevision>
<ApplicationRevision>7</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down

0 comments on commit 3eee1cf

Please sign in to comment.