Skip to content

Commit 506f4f8

Browse files
committed
fix project file
1 parent 2b25cf9 commit 506f4f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Caliburn.Micro.Avalonia/Caliburn.Micro.Avalonia.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,10 @@
3434
<ItemGroup>
3535
<ProjectReference Include="..\Caliburn.Micro.Platform.Core\Caliburn.Micro.Platform.Core.csproj" PrivateAssets="all">
3636
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
37-
<IncludeAssets>Caliburn.Micro.Platform.Core.dll</IncludeAssets>
37+
<IncludeAssets>All</IncludeAssets>
3838
</ProjectReference>
3939
<ProjectReference Include="..\Caliburn.Micro.Core\Caliburn.Micro.Core.csproj" >
4040
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
41-
<ExcludeAssets>Caliburn.Micro.Core.dll</ExcludeAssets>
4241
</ProjectReference>
4342
</ItemGroup>
4443
<ItemGroup>

0 commit comments

Comments
 (0)