Merge pull request #258 from aspnet/release/2.1

Disable APICheck on precompilation to workaround failure
This commit is contained in:
Pranav K 2018-03-27 16:54:45 -07:00 committed by GitHub
commit d009260116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
<OutputType>exe</OutputType>
<TasksProjectDirectory>..\Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tasks\</TasksProjectDirectory>
<IncludeBuildOutput>false</IncludeBuildOutput>
<EnableApiCheck>false</EnableApiCheck>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)'=='net461'">