File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed
Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 1515 <RepositoryUrl >https://github.com/SmartHomeOS/ZWaveDotNet/</RepositoryUrl >
1616 <PackageTags >zwave; zwave-controller; smartstart; zwave-LR; dotnet;</PackageTags >
1717 <PackageReleaseNotes >Support is included for 70+ command classes. See README for details.</PackageReleaseNotes >
18+ <PackageIcon >logo.png</PackageIcon >
1819 <GenerateDocumentationFile >True</GenerateDocumentationFile >
1920 </PropertyGroup >
2021
21- <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8.0|AnyCPU'" >
22- <IsAotCompatible >True</IsAotCompatible >
23- <IsTrimmable >True</IsTrimmable >
24- </PropertyGroup >
25-
2622 <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0|AnyCPU'" >
2723 <IsAotCompatible >True</IsAotCompatible >
2824 <IsTrimmable >True</IsTrimmable >
2925 </PropertyGroup >
3026
31- <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net9.0|AnyCPU'" >
32- <IsAotCompatible >True</IsAotCompatible >
33- <IsTrimmable >True</IsTrimmable >
34- </PropertyGroup >
35-
3627 <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net9.0|AnyCPU'" >
3728 <IsAotCompatible >True</IsAotCompatible >
3829 <IsTrimmable >True</IsTrimmable >
5041 <PackageReference Include =" Serilog" Version =" 4.1.0" />
5142 <PackageReference Include =" System.IO.Ports" Version =" 9.0.0" />
5243 </ItemGroup >
44+
45+ <ItemGroup >
46+ <None Include =" logo.png" >
47+ <Pack >True</Pack >
48+ <PackagePath >\</PackagePath >
49+ </None >
50+ </ItemGroup >
5351
5452</Project >
You can’t perform that action at this time.
0 commit comments