Skip to content

Commit

Permalink
moved packable = true property
Browse files Browse the repository at this point in the history
  • Loading branch information
Noggog committed Oct 31, 2020
1 parent c532bd3 commit d08de7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Loqui.Generation/Loqui.Generation.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
Expand All @@ -11,7 +11,6 @@
<DocumentationFile>Loqui.Generation.xml</DocumentationFile>
<DebugType>embedded</DebugType>
<DebugSymbols>true</DebugSymbols>
<IsPackable>true</IsPackable>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand All @@ -25,6 +24,7 @@
<Company>Noggog</Company>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Class generation that offers functionality like copy masks, defaulting masks, serialization, interface generation, and other tedious bits of class and interface definitions.</Description>
<IsPackable>true</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Loqui/Loqui.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
Expand All @@ -10,7 +10,6 @@
<DocumentationFile>Loqui.xml</DocumentationFile>
<DebugType>embedded</DebugType>
<DebugSymbols>true</DebugSymbols>
<IsPackable>true</IsPackable>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand All @@ -24,6 +23,7 @@
<Company>Noggog</Company>
<Description>Support wiring for Loqui generated classes</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IsPackable>true</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit d08de7b

Please sign in to comment.