Skip to content

Commit

Permalink
make unit testing package packable (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilbaczek authored Jun 1, 2024
1 parent b440131 commit 57a1cc5
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<IsPackable>false</IsPackable>
</PropertyGroup>
<PropertyGroup>
<IsPackable>true</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ErrorOr" Version="2.0.1" />
Expand Down

0 comments on commit 57a1cc5

Please sign in to comment.