We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb02481 commit 941797fCopy full SHA for 941797f
Tools/Antlr/Antlr3.exe.config
@@ -1,3 +1,7 @@
1
<?xml version="1.0"?>
2
<configuration>
3
- <startup><supportedRuntime version="v2.0.50727" sku="Client"/></startup></configuration>
+ <startup>
4
+ <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/>
5
+ <supportedRuntime version="v2.0.50727" sku="Client"/>
6
+ </startup>
7
+</configuration>
0 commit comments