Skip to content

Commit ec6a067

Browse files
carstencodesCarsten Igel
andauthored
chore(deps): Remove superfluous dependency (#384)
* chore(deps): Removed deprecated dependency In #305 @carstencodes removed the implementation of the existing build task from the build tasks package. Hence, the dependency to Microsoft.Build.Utilities.Core is no longer required. This way, we can safely remove the dependency from dscom build tasks. * chore: Removed obsolete task files and dependencies In #305 the dSPACE.Runtime.InteropServices.BuildTasks.Task.targets was removed. Hence, even the stub implementations of the tasks are not accessible and must not present. Therefore the files and the depndencies can be removed safely. --------- Co-authored-by: Carsten Igel <[email protected]>
1 parent 1562836 commit ec6a067

File tree

3 files changed

+0
-144
lines changed

3 files changed

+0
-144
lines changed

src/dscom.build/TlbEmbed.cs

Lines changed: 0 additions & 54 deletions
This file was deleted.

src/dscom.build/TlbExport.cs

Lines changed: 0 additions & 88 deletions
This file was deleted.

src/dscom.build/dscom.build.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
</PropertyGroup>
3434

3535
<ItemGroup>
36-
<PackageReference Include="microsoft.build.tasks.core" Version="[17.14.28]" PrivateAssets="all" IncludeAssets="compile; build" />
3736
<PackageReference Include="Microsoft.SourceLink.Github" Version="8.0.0">
3837
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3938
<PrivateAssets>all</PrivateAssets>
@@ -54,7 +53,6 @@
5453
</ItemGroup>
5554

5655
<ItemGroup>
57-
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.14.28" />
5856
<ProjectReference Include="..\dscom\dscom.csproj" PrivateAssets="all" IncludeAssets="compile; build" />
5957
</ItemGroup>
6058

0 commit comments

Comments
 (0)