Skip to content

Commit ead361e

Browse files
committed
Prototype: Add ScriptEngineStarter (VS extension / hotreload support)
1 parent adfcbc8 commit ead361e

5 files changed

Lines changed: 1177 additions & 0 deletions

File tree

ScriptEngineStarter/App.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6"/>
5+
</startup>
6+
</configuration>

0 commit comments

Comments
 (0)