Skip to content

Commit

Permalink
build packages
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviersolau committed Oct 1, 2024
1 parent a87c05c commit 64b1f5b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<IsPackable>true</IsPackable>

<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>

<IsPackable>true</IsPackable>

<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

</PropertyGroup>

</Project>

0 comments on commit 64b1f5b

Please sign in to comment.