Skip to content

Commit 2322196

Browse files
committed
nuget build update
1 parent 94d7580 commit 2322196

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

src/Lemon.ModuleNavigation.Avaloniaui/Lemon.ModuleNavigation.Avaloniaui.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<Import Project="../Package.props" />
3-
43
<PropertyGroup>
54
<TargetFrameworks>net8.0;net6.0</TargetFrameworks>
65
<ImplicitUsings>enable</ImplicitUsings>
@@ -34,7 +33,6 @@
3433
<Pack>True</Pack>
3534
<PackagePath>\</PackagePath>
3635
</None>
37-
<None Include="IDialogWindow.cs" />
3836
</ItemGroup>
3937

4038
<ItemGroup>
-4.66 KB
Binary file not shown.

src/Lemon.ModuleNavigation.Wpf/Lemon.ModuleNavigation.Wpf.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
2+
<Import Project="../Package.props" />
33
<PropertyGroup>
44
<TargetFrameworks>net8.0-windows;net6.0-windows</TargetFrameworks>
55
<Nullable>enable</Nullable>
66
<UseWPF>true</UseWPF>
77
<LangVersion>latest</LangVersion>
88
<ImplicitUsings>enable</ImplicitUsings>
9+
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
10+
<Title>Lemon.ModuleNavigation.Wpf</Title>
11+
<Description>Extending Lemon.ModuleNavigation, this package provides NavigationContainers specifically designed for Wpf.</Description>
12+
<PackageIcon>lemon-100.png</PackageIcon>
13+
<PackageReadmeFile>README.md</PackageReadmeFile>
14+
<BaseOutputPath>../output</BaseOutputPath>
915
</PropertyGroup>
1016

1117
<ItemGroup>
-4.66 KB
Binary file not shown.

0 commit comments

Comments
 (0)