Skip to content

Commit

Permalink
fix: packagable
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Aug 20, 2023
1 parent 4a68d0f commit 03450b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<Import Project="../Targets/Package.targets" />
<Import Project="../Targets/NuGet.targets" />
<Import Project="../Targets/Library.targets" />

<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net6.0|AnyCPU'">
<TypeScriptTarget>ESNext</TypeScriptTarget>
</PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions Targets/NuGet.targets
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IsPackable>true</IsPackable>
<DebugType>Portable</DebugType>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>
Expand Down

0 comments on commit 03450b0

Please sign in to comment.