Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikayla Hutchinson <m.j.hutchinson@gmail.com>2019-01-14 09:26:15 +0300
committerMikayla Hutchinson <m.j.hutchinson@gmail.com>2019-01-14 09:40:34 +0300
commitb28e6bf5f08a69523d97e5c5bead095e3544f826 (patch)
tree53ed59a8d3e60cf60f6a82af71374dd771242867 /main/msbuild
parent7ecaa86d0273abcd48fde6f262cb52fecb9e3415 (diff)
Fix (harmless) typo in target name
Diffstat (limited to 'main/msbuild')
-rw-r--r--main/msbuild/MDBuildTasks.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/msbuild/MDBuildTasks.targets b/main/msbuild/MDBuildTasks.targets
index 8122f55fdf..31fcb41c28 100644
--- a/main/msbuild/MDBuildTasks.targets
+++ b/main/msbuild/MDBuildTasks.targets
@@ -253,7 +253,7 @@
item. Unlike the items added by NuGet itself there isn't any way we can generically identify things like
this so we have to resort to horrible hacks.
-->
- <Target Name="_NuGetPrivateAssetsWorkaround_RemoveSquiteInjectedContent" Condition="'$(MSBuildProjectName)' != 'MonoDevelop.Core'" AfterTargets="ResolveAssemblyReferences">
+ <Target Name="_NuGetPrivateAssetsWorkaround_RemoveSqliteInjectedContent" Condition="'$(MSBuildProjectName)' != 'MonoDevelop.Core'" AfterTargets="ResolveAssemblyReferences">
<ItemGroup>
<Content Remove="@(Content->WithMetadataValue('Filename', 'e_sqlite3'))" />
<!-- for some reason it also shows up in ReferenceCopyLocalPaths in some projects, suppress the FilterLocalCopyReferences warning -->