sto ottenendo il seguente errore di runtime: Opzioni diDNX: L'attuale quadro di destinazione di runtime non è compatibile con il progetto
[InvalidOperationException: The current runtime target framework is not compatible with 'TestDeployProject'.
Current runtime Target Framework: 'DNX,Version=v4.5 (dnx45)'
Type: CLR
Architecture: x86
Version: 1.0.0-beta6-12256
Please make sure the runtime matches a framework specified in project.json]
Project versione DNX SDK:
project.json
framework di destinazione:
"frameworks": {
"dnx46": { }
},
lista DNVM:
Active Version Runtime Architecture OperatingSystem Alias
------ ------- ------- ------------ --------------- -----
1.0.0-beta6 clr x64 win
* 1.0.0-beta6 clr x86 win latest
1.0.0-beta6 coreclr x64 win default
Quale potrebbe essere il problema?
EDIT:
ho cercato di usare dnx451 come specificato nel this post. Stesso problema. Anche la variabile ambientale non ha aiutato.
Lo stesso problema se cambio in 'dnx451'. Ho provato a impostare la variabile ambientale 'DNX_IIS_RUNTIME_FRAMEWORK' come suggerito. – davenewza