mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
* Retarget .NET 5. * Delete binaries * Create ClickOnce publish profile. * Add IncludeAllContentForSelfExtract * Retarget .NET 5. * Delete binaries * Create ClickOnce publish profile. * Add IncludeAllContentForSelfExtract * Remove trim publish option. * Update Program.cs * Bump .NET Framework apps up to v4.8. * Remove use of obsolete DatabaseErrorPageMiddleware. * Delete ClickOnce-Win10-x64.pubxml
7 lines
178 B
XML
7 lines
178 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
|
|
</startup>
|
|
</configuration>
|