Use consistent file casing for Razor Sdk
This commit is contained in:
parent
07f3c5cb50
commit
8461158306
|
|
@ -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
|
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
|
created a backup copy. Incorrect changes to this file will make it
|
||||||
|
|
@ -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
|
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
|
created a backup copy. Incorrect changes to this file will make it
|
||||||
|
|
@ -147,7 +147,7 @@ Copyright (c) .NET Foundation. All rights reserved.
|
||||||
|
|
||||||
RazorCoreCompile should be defined there.
|
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 Name="PrepareForRazorGenerate" DependsOnTargets="$(PrepareForRazorGenerateDependsOn)">
|
||||||
</Target>
|
</Target>
|
||||||
Loading…
Reference in New Issue