We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a2ccdb commit 21a2f9bCopy full SHA for 21a2f9b
Demo/Demo.Library/Demo.Library.csproj
@@ -1,8 +1,9 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
- <PropertyGroup>
4
- <TargetFrameworks>netstandard2.0;net8.0;net9.0;net47;net471;net472;net48;net481</TargetFrameworks>
5
- </PropertyGroup>
+ <PropertyGroup>
+ <TargetFrameworks>netstandard2.0;net8.0;net9.0;net47;net471;net472;net48;net481</TargetFrameworks>
+ <IsPackable>false</IsPackable>
6
+ </PropertyGroup>
7
8
<ItemGroup>
9
<PackageReference Include="Csla" />
0 commit comments