Use consistent file casing for Razor Sdk

This commit is contained in:
Pranav K 2018-02-02 13:42:14 -08:00
parent 07f3c5cb50
commit 8461158306
10 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<!--
***********************************************************************************************
Microsoft.Net.Sdk.Razor.Compilation.targets
Microsoft.NET.Sdk.Razor.Compilation.targets
WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
created a backup copy. Incorrect changes to this file will make it

View File

@ -1,6 +1,6 @@
<!--
***********************************************************************************************
Microsoft.Net.Sdk.Razor.targets
Microsoft.NET.Sdk.Razor.targets
WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
created a backup copy. Incorrect changes to this file will make it

View File

@ -147,7 +147,7 @@ Copyright (c) .NET Foundation. All rights reserved.
RazorCoreCompile should be defined there.
-->
<Import Project="Microsoft.Net.Sdk.Razor.Compilation.targets" />
<Import Project="Microsoft.NET.Sdk.Razor.Compilation.targets" />
<Target Name="PrepareForRazorGenerate" DependsOnTargets="$(PrepareForRazorGenerateDependsOn)">
</Target>