mirror of
https://github.com/fasteddy516/SimplySerial.git
synced 2024-11-12 21:31:48 +00:00
Change target .NET Framework from 4.5 to 4.8
This commit is contained in:
parent
ac3465bafd
commit
30cf552244
@ -17,7 +17,7 @@ If your primary interest in SimplySerial is for programming CircuitPython device
|
||||
# Requirements
|
||||
|
||||
* Windows 10 or 11 _(Version [0.6.0](https://github.com/fasteddy516/SimplySerial/releases/tag/v0.6.0) and older will also run on Windows 7, 8 and 8.1)_
|
||||
* .NET Framework 4.5 or newer
|
||||
* .NET Framework 4.8 or newer
|
||||
|
||||
_The required version of .NET framework is already included in supported Windows versions. If it is missing on your machine, you can download and install it from Microsoft at https://dotnet.microsoft.com/download/dotnet-framework._
|
||||
|
||||
|
@ -2,5 +2,5 @@
|
||||
<configuration>
|
||||
<startup>
|
||||
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup>
|
||||
</configuration>
|
||||
|
Loading…
Reference in New Issue
Block a user