mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Update .NET sku to v4.7 in app.config files
- Use: <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7"/> - Fixes: https://github.com/gchudov/cuetools.net/issues/12 - XML pretty print app.config files
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7"/>
|
||||
</startup>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
|
||||
Reference in New Issue
Block a user