Skip to content

Commit

Permalink
more nuget package tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed Sep 7, 2024
1 parent 036a5f3 commit e74363f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/Equatable.Generator/Equatable.Generator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net8.0</TargetFrameworks>
<RootNamespace>Equatable</RootNamespace>

<DevelopmentDependency>true</DevelopmentDependency>
</PropertyGroup>

<ItemGroup>
Expand Down
5 changes: 4 additions & 1 deletion src/Equatable.Generator/Equatable.Generator.targets
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<Project>
<ItemGroup>
<PackageReference Update="Equatable.Generator" PrivateAssets="all" PackTransitive="false" />
<PackageReference Update="Equatable.Generator">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>all</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>

0 comments on commit e74363f

Please sign in to comment.