Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.

Commit 0f7c3ab

Browse files
authored
Update README.md
Minimum required .NET Framework version has been increased to 4.6. This does not affect the list of supported operating systems.
1 parent 60d3415 commit 0f7c3ab

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 86Box Manager
2-
**86Box Manager** is the official (though optional) configuration manager for the [86Box emulator](https://github.com/86Box/86Box). It's released under the MIT license, so it can be freely distributed with 86Box. See the `LICENSE` file for more information.
2+
**86Box Manager** is the official (though optional) configuration manager for the [86Box emulator](https://github.com/86Box/86Box). It's released under the MIT license, so it can be freely distributed with 86Box. See the `LICENSE` file for license information and `AUTHORS` for a complete list of contributors and authors.
33

44
It's written in C# with Windows Forms using Visual Studio 2017. Please see the [wiki](https://github.com/86Box/86BoxManager/wiki) for additional information.
55

@@ -15,15 +15,15 @@ It's written in C# with Windows Forms using Visual Studio 2017. Please see the [
1515
Same as for 86Box. Additionally, the following is required:
1616

1717
* 86Box build 1799 or later (earlier builds don't support all the features the Manager expects)
18-
* .NET Framework 4.0
18+
* .NET Framework 4.6
1919

2020
## Support
2121
If you have any issues, questions, suggestions, etc., please follow the [troubleshooting steps](https://github.com/86Box/86BoxManager/wiki/Troubleshooting-steps) or visit the official 86Box support channels on IRC and Discord (see the main 86Box repo for links). Lead developer, daviunic, is often idling there under the name Overdoze.
2222

2323
## How to use
2424
1. Download the desired build [here](https://github.com/86Box/86BoxManager/releases)
2525
2. Run `86Manager.exe`
26-
3. Choose the folder where `86Box.exe` is located (along with the roms folder) and a folder where your virtual machines will be located (for configs, nvr folders, etc.)
26+
3. Go to Settings, choose the folder where `86Box.exe` is located (along with the roms folder) and a folder where your virtual machines will be located (for configs, nvr folders, etc.)
2727
4. Start creating new virtual machines and enjoy
2828

2929
## How to build
@@ -33,5 +33,3 @@ If you have any issues, questions, suggestions, etc., please follow the [trouble
3333
4. Choose the `Release` configuration and `x86` platform/CPU
3434
5. Build the solution
3535
6. `86Manager.exe` is now in `Bin\x86\Release\`
36-
37-

0 commit comments

Comments
 (0)