Skip to content

Commit cb884c6

Browse files
committed
(#350) Pack: remove the package dependency
1 parent fe1600f commit cb884c6

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

src/WpfMath.Example/WpfMath.Example.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</PropertyGroup>
1010
<ItemGroup>
1111
<ProjectReference Include="../WpfMath/WpfMath.csproj" />
12+
<ProjectReference Include="../WpfMath.Shared/WpfMath.Shared.csproj" />
1213
</ItemGroup>
1314
<ItemGroup>
1415
<PackageReference Include="Nullable" Version="1.2.1">

src/WpfMath.Tests/WpfMath.Tests.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
</PackageReference>
2525
<ProjectReference Include="../WpfMath/WpfMath.csproj" />
26+
<ProjectReference Include="../WpfMath.Shared/WpfMath.Shared.csproj" />
2627
</ItemGroup>
2728
<ItemGroup>
2829
<Compile Include="ApprovalTestUtils.fs" />

src/WpfMath/WpfMath.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ A lot of types were moved to WpfMath.Shared assembly (preserving their namespace
6767
</ItemGroup>
6868

6969
<ItemGroup>
70-
<ProjectReference Include="..\WpfMath.Shared\WpfMath.Shared.csproj" />
70+
<!-- TODO[#341]: Remove PrivateAssets="All" after WpfMath.Shared gets into a separate package -->
71+
<ProjectReference Include="..\WpfMath.Shared\WpfMath.Shared.csproj" PrivateAssets="All" />
7172
</ItemGroup>
7273

7374
<!-- TODO[#341]: Remove this after WpfMath.Shared gets into a separate package (together with the Avalonia release) -->

0 commit comments

Comments
 (0)