Skip to content

Commit

Permalink
Remove Vezel.Ruptura.Hosting.targets from the Vezel.Ruptura.Hosting p…
Browse files Browse the repository at this point in the history
…ackage.

We no longer really need this. E.g. EnableDynamicLoading was from an earlier
prototype where injected assemblies were libraries.
  • Loading branch information
alexrp committed Jul 6, 2022
1 parent d336943 commit aaa5aa0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
6 changes: 0 additions & 6 deletions src/hosting/build/Vezel.Ruptura.Hosting.targets

This file was deleted.

1 change: 1 addition & 0 deletions src/samples/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<Import Project="$([MSBuild]::GetPathOfFileAbove('$(MSBuildThisFile)', '$(MSBuildThisFileDirectory)..'))" />

<PropertyGroup>
<OutputType>Exe</OutputType>
<SelfContained>true</SelfContained>
<UseCurrentRuntimeIdentifier>true</UseCurrentRuntimeIdentifier>
</PropertyGroup>
Expand Down
6 changes: 0 additions & 6 deletions src/samples/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,5 @@
<ProjectReference Include="$(MSBuildThisFileDirectory)../injection/injection.csproj" />
</ItemGroup>

<!--
This import is required since we are not consuming the library as a
PackageReference item.
-->
<Import Project="../hosting/build/Vezel.Ruptura.Hosting.targets" />

<Import Project="$([MSBuild]::GetPathOfFileAbove('$(MSBuildThisFile)', '$(MSBuildThisFileDirectory)..'))" />
</Project>

0 comments on commit aaa5aa0

Please sign in to comment.