This commit is contained in:
Ivan Matkov 2022-07-28 17:37:30 +02:00
Родитель 11f1433df0
Коммит dcb4b4e996
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -4,6 +4,8 @@
### App Center
* **[Feature]** Add .NET 6 support.
#### Windows
* **[Breaking change]** .NET Core `3.0` target for WPF and WinForms applications is out of support, it's replaced with `3.1` (LTS).
@ -54,7 +56,7 @@ ___
#### Windows
* **[Feature]** Add support target framework `net5.0-windows10.0.17763.0` or higher for non-WinUI applications.
* **[Feature]** Add support target framework `net5.0-windows10.0.17763.0` or higher for non-WinUI applications.
* **[Fix]** Fix a deadlock that occurs during the services initialization on Windows.
#### macOS