Skip to content

Commit 51a13b7

Browse files
committed
Revert "IsPackable set via Directory.Build.props"
This reverts commit 5b8213f.
1 parent 5b8213f commit 51a13b7

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

Directory.Build.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
</PropertyGroup>
1919

2020
<PropertyGroup Condition="'$(IsTestProject)' != 'true' AND '$(IsBenchmarkProject)' != 'true'">
21-
<IsPackable>true</IsPackable>
2221
<GenerateDocumentationFile Condition="'$(Configuration)' == 'Release'">true</GenerateDocumentationFile>
2322
</PropertyGroup>
2423
</Project>

src/MyCSharp.HttpUserAgentParser.AspNetCore/MyCSharp.HttpUserAgentParser.AspNetCore.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<Product>HTTP User Agent Parser Extensions for ASP.NET Core</Product>
55
<Description>HTTP User Agent Parser Extensions for ASP.NET Core</Description>
66
<TargetFramework>net5.0</TargetFramework>
7+
<IsPackable>true</IsPackable>
78
</PropertyGroup>
89

910
<ItemGroup>

src/MyCSharp.HttpUserAgentParser.MemoryCache/MyCSharp.HttpUserAgentParser.MemoryCache.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<Product>HTTP User Agent Parser Extensions for IMemoryCache</Product>
55
<Description>HTTP User Agent Parser Extensions for IMemoryCache</Description>
66
<TargetFramework>netstandard2.1</TargetFramework>
7+
<IsPackable>true</IsPackable>
78
</PropertyGroup>
89

910
<ItemGroup>

src/MyCSharp.HttpUserAgentParser/MyCSharp.HttpUserAgentParser.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<Product>HTTP User Agent Parser</Product>
55
<Description>Parses user agents for Browser, Platform and Bots.</Description>
66
<TargetFramework>netstandard2.1</TargetFramework>
7+
<IsPackable>true</IsPackable>
78
</PropertyGroup>
89

910
<ItemGroup>

0 commit comments

Comments
 (0)