Skip to content

Commit

Permalink
Merge pull request #20 from atc-net/feature/maintenance2
Browse files Browse the repository at this point in the history
fix: set <IsPackable>false</IsPackable> on Demo projects
  • Loading branch information
perkops authored Aug 19, 2024
2 parents 03b1081 + 2446f6b commit 3066aee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions sample/src/Demo.Api.Contracts/Demo.Api.Contracts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions sample/src/Demo.Api/Demo.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions sample/src/Demo.Domain/Demo.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 3066aee

Please sign in to comment.