diff options
Diffstat (limited to 'PortsTerminal')
| -rw-r--r-- | PortsTerminal/App.config | 2 | ||||
| -rw-r--r-- | PortsTerminal/PortsTerminal.csproj | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/PortsTerminal/App.config b/PortsTerminal/App.config index bae5d6d..ecdcf8a 100644 --- a/PortsTerminal/App.config +++ b/PortsTerminal/App.config @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <configuration> <startup> - <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/> + <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/> </startup> </configuration> diff --git a/PortsTerminal/PortsTerminal.csproj b/PortsTerminal/PortsTerminal.csproj index 7707c14..508f84e 100644 --- a/PortsTerminal/PortsTerminal.csproj +++ b/PortsTerminal/PortsTerminal.csproj @@ -8,7 +8,7 @@ <OutputType>Exe</OutputType> <RootNamespace>PortsTerminal</RootNamespace> <AssemblyName>PortsTerminal</AssemblyName> - <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> + <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <TargetFrameworkProfile /> </PropertyGroup> |
