Add error message when runtime target is not found
This commit is contained in:
parent
f81ba05a7c
commit
69c0375b3f
2 changed files with 8 additions and 2 deletions
|
@ -36,7 +36,7 @@ namespace Microsoft.DotNet.Tools.Compiler.Tests
|
|||
|
||||
_contexts = new List<ProjectContext>
|
||||
{
|
||||
ProjectContext.Create(_projectJson, new NuGetFramework(string.Empty))
|
||||
ProjectContext.Create(_projectJson, NuGetFramework.Parse("dnxcore50"))
|
||||
};
|
||||
|
||||
_args = new CompilerCommandApp("dotnet compile", ".NET Compiler", "Compiler for the .NET Platform");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue