Skip to content

Commit e61da0f

Browse files
authored
Merge pull request #1013 from Caliburn-Micro/999-is-the-latest-version-of-the-nuget-package-50181-beta
update Avalonia ui csproj for nuget
2 parents 16243e6 + 15a35fd commit e61da0f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,18 @@
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">
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" />

0 commit comments

Comments
 (0)