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:
Praburaj 2014-05-07 14:46:08 -07:00
parent 4120269fb5
commit 32ed9c513a
3 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,5 @@
SET KRE_HOME=%USERPROFILE%\.kre\
REM copy the AspNet.Loader.dll to the bin folder
call CopyAspNetLoader.cmd

2
src/MusicStore/k.ini Normal file
View File

@ -0,0 +1,2 @@
KRE_VERSION=0.1-alpha-build-0400
KRE_FLAVOR=CORECLR

View File

@ -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"