Update Readme
This commit is contained in:
parent
ffeffca952
commit
cf386cefb7
35
README.md
35
README.md
|
@ -4,11 +4,42 @@ A manager for netsh interface portproxy, which is to evaluate TCP/IP port redire
|
|||
|
||||

|
||||
|
||||
<br/>
|
||||
|
||||
> ![Note]
|
||||
>
|
||||
> The software does not configure the firewall.
|
||||
>
|
||||
> If necessary, manually configure the firewall.
|
||||
|
||||
**The software does not configure the firewall.**
|
||||
<br/>
|
||||
|
||||
**If necessary, manually configure the firewall.**
|
||||
## Runtimes
|
||||
|
||||
### .NET
|
||||
|
||||
| Target framework | Link |
|
||||
| ------------------------------------------------------------ | ------------------------------------------------------------ |
|
||||
|  | [Download .NET 8.0](https://dotnet.microsoft.com/download/dotnet/8.0) |
|
||||
|  | [Download .NET 6.0](https://dotnet.microsoft.com/download/dotnet/6.0) |
|
||||
|
||||
### .NET Framework
|
||||
|
||||
| Icon | Denote |
|
||||
| ---- | ------------------------------------------------------------ |
|
||||
| ✔️ | OS versions on which is **installed by default**. |
|
||||
| ➕ | OS versions on which doesn't come installed but **can be installed**. |
|
||||
|
||||
| Target framework | Windows | Windows Server | Link |
|
||||
| ------------------------------------------------------------ | -------------------------- | --------------------------------- | ------------------------------------------------------------ |
|
||||
|  | ✔️ **8.1 +**<br />➕ Vista + | ✔️ **2012 R2 +**<br />➕ 2008 SP2 + | [Download](https://dotnet.microsoft.com/download/dotnet-framework/net451) |
|
||||
|  | ✔️ **7 +**<br />➕ Vista | ✔️ **2008 R2 SP1 +**<br />➕ 2003 + | [Download](https://dotnet.microsoft.com/download/dotnet-framework/net35-sp1) |
|
||||
|
||||
> ![Note]
|
||||
>
|
||||
> If you're using Windows 8, Windows Server 2008 R2 SP1, or greater.
|
||||
>
|
||||
> we recommend [installing .NET Framework 3.5 through the control panel](https://learn.microsoft.com/dotnet/framework/install/dotnet-35-windows-10?WT.mc_id=dotnet-35129-website).
|
||||
|
||||
<br/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue