Skip to content

Commit

Permalink
Don't let the source generation tool be packable
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar committed Sep 6, 2023
1 parent 6f477d1 commit ce02dfc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
Expand Down

0 comments on commit ce02dfc

Please sign in to comment.