summaryrefslogtreecommitdiff
path: root/Djup.Native/AddRuntimeTargetsToDepsJson.targets
diff options
context:
space:
mode:
Diffstat (limited to 'Djup.Native/AddRuntimeTargetsToDepsJson.targets')
-rw-r--r--Djup.Native/AddRuntimeTargetsToDepsJson.targets12
1 files changed, 0 insertions, 12 deletions
diff --git a/Djup.Native/AddRuntimeTargetsToDepsJson.targets b/Djup.Native/AddRuntimeTargetsToDepsJson.targets
deleted file mode 100644
index fbb4c43..0000000
--- a/Djup.Native/AddRuntimeTargetsToDepsJson.targets
+++ /dev/null
@@ -1,12 +0,0 @@
-<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <!--
- The .NET SDK does not support project-to-project dependencies
- with native binary dependencies, so we need to add them manually.
- Patch Project.deps.json by adding the required depencies to
- Djup.Native "runtimeTargets" section.
- -->
- <!-- https://github.com/dotnet/sdk/issues/19929 -->
- <Target Name="AddRuntimeTargetsToDepsJson" AfterTargets="AfterBuild">
- <Exec Command="$(MSBuildThisFileDirectory)patch-deps.sh '$(OutputPath)'" />
- </Target>
-</Project>