Skip to content

Commit

Permalink
fix: bundle dependencies into the package for net6.0
Browse files Browse the repository at this point in the history
fix #23
  • Loading branch information
MangelMaxime committed Sep 10, 2024
1 parent 7ad0461 commit 1d7e887
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

### Fixed

* Fix bundled dependencies into the package for net6.0

## [0.2.0] - 2023.12.05

### Changed
Expand Down
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>
<TargetFrameworks>net472;net6.0</TargetFrameworks>
Expand All @@ -13,6 +13,7 @@

<!-- deps.json generation -->
<GenerateDependencyFile>true</GenerateDependencyFile>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 1d7e887

Please sign in to comment.