Skip to content

Commit f01dd67

Browse files
committed
Update target version of EqDemoWinFormsNet4 to 4.8.1
1 parent 2b07540 commit f01dd67

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

WinForms/EqDemoWinFormsNet4/App.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
66
</configSections>
77
<startup>
8-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
8+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8.1"/>
99
</startup>
1010
<connectionStrings>
1111
<add name="DefaultConnection" connectionString="Data Source=(localdb)\MSSQLLocalDB;Initial Catalog=EqDemo.AspNet4x.AdvancedSearch;Integrated Security=True;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False" providerName="System.Data.SqlClient"/>
@@ -20,4 +20,3 @@
2020
<add key="DpiAwareness" value="PerMonitorV2"/>
2121
</System.Windows.Forms.ApplicationConfigurationSection>
2222
</configuration>
23-

WinForms/EqDemoWinFormsNet4/EqDemoWinFormsNet4.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<OutputType>WinExe</OutputType>
99
<RootNamespace>EqDemo</RootNamespace>
1010
<AssemblyName>EqDemoWinFormsNet4</AssemblyName>
11-
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
11+
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
1313
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1414
<Deterministic>true</Deterministic>

WinForms/EqDemoWinFormsNet4/Properties/Settings.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)