Skip to content

Instantly share code, notes, and snippets.

@merken
Created October 16, 2019 07:20
Show Gist options
  • Save merken/4904905132bad5ae76a98372f13dc32f to your computer and use it in GitHub Desktop.
Save merken/4904905132bad5ae76a98372f13dc32f to your computer and use it in GitHub Desktop.
MyHost.csproj
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<EnableDefaultContentItems>false</EnableDefaultContentItems>
</PropertyGroup>
<ItemGroup>
<Content Include="Plugins\*.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Contract\Contract.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Prise" Version="1.0.0" />
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment