Skip to content

Commit 21a2f9b

Browse files
Don't pack demo lib (#33)
1 parent 8a2ccdb commit 21a2f9b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Demo/Demo.Library/Demo.Library.csproj

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

3-
<PropertyGroup>
4-
<TargetFrameworks>netstandard2.0;net8.0;net9.0;net47;net471;net472;net48;net481</TargetFrameworks>
5-
</PropertyGroup>
3+
<PropertyGroup>
4+
<TargetFrameworks>netstandard2.0;net8.0;net9.0;net47;net471;net472;net48;net481</TargetFrameworks>
5+
<IsPackable>false</IsPackable>
6+
</PropertyGroup>
67

78
<ItemGroup>
89
<PackageReference Include="Csla" />

0 commit comments

Comments
 (0)