File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 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" >
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff 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) -->
You can’t perform that action at this time.
0 commit comments