Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Commit

Permalink
Merge pull request #534 from directhex/patch-1
Browse files Browse the repository at this point in the history
Fix case sensitivity error importing Microsoft.CSharp.targets
  • Loading branch information
mkrueger committed Nov 7, 2017
2 parents db19caa + c5a5e51 commit 0607a4a
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -396,7 +396,7 @@
<Name>ICSharpCode.NRefactory</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup />
<ProjectExtensions>
<MonoDevelop>
Expand All @@ -417,4 +417,4 @@
<Folder Include="PatternMatching\" />
<Folder Include="IndentEngine\" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 0607a4a

Please sign in to comment.