File tree Expand file tree Collapse file tree 2 files changed +2
-22
lines changed Expand file tree Collapse file tree 2 files changed +2
-22
lines changed Original file line number Diff line number Diff line change @@ -19,19 +19,7 @@ This package contains the API to access the "native" electron API.</Description>
1919 <PackageReleaseNotes >Changelog: https://github.com/ElectronNET/Electron.NET/blob/master/Changelog.md</PackageReleaseNotes >
2020 <PackageIcon >PackageIcon.png</PackageIcon >
2121 <Version >99.0.0.0</Version >
22- </PropertyGroup >
23-
24- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
25- <DocumentationFile >bin\Debug\netcoreapp2.0\ElectronNET.API.xml</DocumentationFile >
26- </PropertyGroup >
27-
28- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
29- <DocumentationFile >bin\Release\netcoreapp3.0\ElectronNET.API.xml</DocumentationFile >
30- </PropertyGroup >
31-
32- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
33- <DocumentationFile >bin\Debug\netcoreapp3.0\ElectronNET.API.xml</DocumentationFile >
34- <Optimize >true</Optimize >
22+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
3523 </PropertyGroup >
3624
3725 <ItemGroup >
Original file line number Diff line number Diff line change @@ -31,15 +31,7 @@ This package contains the dotnet tooling to electronize your application.</Descr
3131 <None Remove =" ElectronHost\package-lock.json" />
3232 <None Remove =" ElectronHost\package.json" />
3333 </ItemGroup >
34-
35- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
36- <DocumentationFile ></DocumentationFile >
37- </PropertyGroup >
38-
39- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
40- <DocumentationFile ></DocumentationFile >
41- </PropertyGroup >
42-
34+
4335 <ItemGroup >
4436 <None Include =" PackageIcon.png" Pack =" true" PackagePath =" \" />
4537 </ItemGroup >
You can’t perform that action at this time.
0 commit comments