diff options
| author | Alee <Alee14498@gmail.com> | 2019-04-07 13:53:40 -0400 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-04-07 13:53:40 -0400 |
| commit | dd68dd5b228197256c15404cde98fbfbb9c7bfdb (patch) | |
| tree | 1ef4c84f1bf1ce19e34acc5ab8138e1882685508 /PortsTerminal | |
| parent | cf2a8c0f2b052ed8a7e32aa31af4401e642e99bf (diff) | |
| download | Project-Silicon-dd68dd5b228197256c15404cde98fbfbb9c7bfdb.tar.gz Project-Silicon-dd68dd5b228197256c15404cde98fbfbb9c7bfdb.tar.bz2 Project-Silicon-dd68dd5b228197256c15404cde98fbfbb9c7bfdb.zip | |
Ported to .NET Framework 4.7.2 ~~why is this project still in winforms~~
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> |
