React to renaming TargetFramework to RuntimeFramework

This commit is contained in:
Wei Wang 2014-09-10 12:31:50 -07:00
parent 200f894b5b
commit 64455620a0
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ namespace Microsoft.AspNet.TestHost
get { return "Test"; }
}
public FrameworkName TargetFramework
public FrameworkName RuntimeFramework
{
get { return new FrameworkName(".NETFramework", new Version(4, 5)); }
}