Skip to content

Commit 0b22c22

Browse files
bugfix: make these packages packable
would prefer to have these embedded in their consumer packages but that seems pretty complicated
1 parent fa48ef0 commit 0b22c22

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/EntityDb.Json/EntityDb.Json.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<PropertyGroup>
4-
<IsPackable>false</IsPackable>
5-
</PropertyGroup>
6-
73
<ItemGroup>
84
<ProjectReference Include="..\EntityDb.Common\EntityDb.Common.csproj" />
95
</ItemGroup>

src/EntityDb.SqlDb/EntityDb.SqlDb.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<PropertyGroup>
4-
<IsPackable>false</IsPackable>
5-
</PropertyGroup>
6-
73
<ItemGroup>
84
<ProjectReference Include="..\EntityDb.Common\EntityDb.Common.csproj" />
95
<ProjectReference Include="..\EntityDb.Json\EntityDb.Json.csproj" />

0 commit comments

Comments
 (0)