File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
src/Caliburn.Micro.Avalonia Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 2929 <PackageReference Include =" System.Reactive" Version =" 6.0.1" />
3030 <PackageReference Include =" Xaml.Behaviors.Avalonia" Version =" 11.3.2" />
3131 <PackageReference Include =" Xaml.Behaviors.Interactivity" Version =" 11.3.2" />
32- <ProjectReference Include =" ..\Caliburn.Micro.Core\Caliburn.Micro.Core.csproj" />
33- <ProjectReference Include =" ..\Caliburn.Micro.Platform.Core\Caliburn.Micro.Platform.Core.csproj" />
3432 </ItemGroup >
3533
34+ <ItemGroup >
35+ <ProjectReference Include =" ..\Caliburn.Micro.Platform.Core\Caliburn.Micro.Platform.Core.csproj" AdditionalProperties =" TargetFramework=netstandard2.0" PrivateAssets =" all" >
36+ <ReferenceOutputAssembly >true</ReferenceOutputAssembly >
37+ <IncludeAssets >Caliburn.Micro.Platform.Core.dll</IncludeAssets >
38+ </ProjectReference >
39+ <ProjectReference Include =" ..\Caliburn.Micro.Core\Caliburn.Micro.Core.csproj" AdditionalProperties =" TargetFramework=netstandard2.0" >
40+ <ReferenceOutputAssembly >true</ReferenceOutputAssembly >
41+ <ExcludeAssets >Caliburn.Micro.Core.dll</ExcludeAssets >
42+ </ProjectReference >
43+ </ItemGroup >
3644 <ItemGroup >
3745 <Compile Include =" ..\Caliburn.Micro.Platform\*.cs" />
3846 <Compile Include =" ..\Caliburn.Micro.Platform\Platforms\netcore-avalonia\AssemblyInfo.cs" Link =" Platforms\netcore-avalonia\AssemblyInfo.cs" />
You can’t perform that action at this time.
0 commit comments