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
|
||||
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
|
||||
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.
|
||||
-->
|
||||
<Import Project="Microsoft.Net.Sdk.Razor.Compilation.targets" />
|
||||
<Import Project="Microsoft.NET.Sdk.Razor.Compilation.targets" />
|
||||
|
||||
<Target Name="PrepareForRazorGenerate" DependsOnTargets="$(PrepareForRazorGenerateDependsOn)">
|
||||
</Target>
|
||||
Loading…
Reference in New Issue