Skip to content

Commit

Permalink
chore: test project should not be packable
Browse files Browse the repository at this point in the history
  • Loading branch information
josephnhtam committed Oct 2, 2024
1 parent 34fbcd8 commit 7797549
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net8.0;net7.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>true</IsPackable>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
</PropertyGroup>

Expand Down

0 comments on commit 7797549

Please sign in to comment.