Adding k.ini to enable running on Helios
Also fixed the name of the package Microsoft.ComponentModel.DataAnnotations -> Microsoft.DataAnnotations
This commit is contained in:
parent
4120269fb5
commit
32ed9c513a
|
|
@ -1,3 +1,5 @@
|
|||
SET KRE_HOME=%USERPROFILE%\.kre\
|
||||
|
||||
REM copy the AspNet.Loader.dll to the bin folder
|
||||
call CopyAspNetLoader.cmd
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
KRE_VERSION=0.1-alpha-build-0400
|
||||
KRE_FLAVOR=CORECLR
|
||||
|
|
@ -62,7 +62,7 @@
|
|||
"System.Console": "4.0.0.0",
|
||||
"System.Diagnostics.Debug": "4.0.10.0",
|
||||
"System.Diagnostics.Tools": "4.0.0.0",
|
||||
"Microsoft.ComponentModel.DataAnnotations": "0.1-alpha-*",
|
||||
"Microsoft.DataAnnotations": "0.1-alpha-*",
|
||||
"System.Reflection": "4.0.10.0",
|
||||
"System.Reflection.Extensions": "4.0.0.0",
|
||||
"System.IO": "4.0.0.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue