Skip to content

Commit

Permalink
Set sample project as not packable
Browse files Browse the repository at this point in the history
  • Loading branch information
coder2000 committed Jun 22, 2018
1 parent 248d352 commit 73ce25f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Dns.Sample/Dns.Sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<IsPackable>False</IsPackable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Ubiety.Dns.Core\Ubiety.Dns.Core.csproj" />
Expand Down

0 comments on commit 73ce25f

Please sign in to comment.