.net 472 example (#440)

ok
This commit is contained in:
Stef Heyenrath
2020-03-15 10:17:36 +00:00
committed by GitHub
parent a1d2deb6a9
commit bde981b522
6 changed files with 183 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>