Skip to content

Commit 783d11f

Browse files
committed
Fix #66: DGX Should not list TomsToolbox as a dependency
1 parent 82a8804 commit 783d11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataGridExtensions/DataGridExtensions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The current version supports the following features:
3636
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3737
</PackageReference>
3838
<PackageReference Include="Throttle.Fody" Version="1.7.0" PrivateAssets="All" />
39-
<PackageReference Include="TomsToolbox.Wpf" Version="2.5.5" />
39+
<PackageReference Include="TomsToolbox.Wpf" Version="2.5.5" PrivateAssets="All" />
4040
</ItemGroup>
4141
<ItemGroup>
4242
<None Include="..\..\Icon.png" Link="Icon.png" Pack="true" PackagePath="\" />

0 commit comments

Comments
 (0)