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/PortsTerminal.csproj | |
| 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/PortsTerminal.csproj')
| -rw-r--r-- | PortsTerminal/PortsTerminal.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
