Skip to content

Commit

Permalink
Merge pull request #12 from juro-org/feature/GH-5
Browse files Browse the repository at this point in the history
📦 Set sample to IsPackable = false
  • Loading branch information
JuergenRB authored Nov 1, 2022
2 parents 6d27f9e + 9e1b853 commit e758f72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Samples/SingleCommand/SingleCommand.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<RootNamespace>SingleCommand</RootNamespace>
</PropertyGroup>

<PropertyGroup Label="Settings">
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1"/>
<PackageReference Include="Spectre.Console" Version="0.45.0"/>
Expand Down

0 comments on commit e758f72

Please sign in to comment.