Skip to content

Commit

Permalink
Merge pull request #5 from EfimenkoAndrew/feature/remove-packing
Browse files Browse the repository at this point in the history
make not packable package
  • Loading branch information
EfimenkoAndrew committed Jan 11, 2024
2 parents 7220370 + b71e6c4 commit b877790
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions EvaluationsTests/EvaluationsTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPublishable>False</IsPublishable>
<IsPackable>false</IsPackable>
</PropertyGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPublishable>False</IsPublishable>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit b877790

Please sign in to comment.