mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-13 21:31:22 +00:00
* First step: 4.6.2 * Make Check and Library .NET Core 3.0 compatible * Enable 4.6.2 and 4.7.2 on DICUI * DICUI .NET Core 3.0 * Solution items * New Appeyor paths, environment * Upgrade DICUI.Test for all frameworks too * Fix .NET Core 3.0 difference in path handling
7 lines
180 B
XML
7 lines
180 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/>
|
|
</startup>
|
|
</configuration>
|