Skip to content

Commit d621f65

Browse files
author
Joel Mitchell
committed
Fixed nuspec bug that failing the build
1 parent e8d8873 commit d621f65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Cofoundry.Plugins.ErrorLogging.Admin/Cofoundry.Plugins.ErrorLogging.Admin.nuspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
<owners>Cofoundry</owners>
99
<licenseUrl>https://github.com/cofoundry-cms/Cofoundry.Plugins.ErrorLogging/blob/master/LICENSE</licenseUrl>
1010
<projectUrl>http://www.cofoundry.org</projectUrl>
11+
<iconUrl>http://cofoundry.org/logo-nuget-64x64.png</iconUrl>
1112
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1213
<description>Adds simple database error logging to Cofoundry</description>
1314
<copyright>Cofoundry.org</copyright>
1415
<tags>Cofoundry Plugin ErrorLogging Admin</tags>
1516
<dependencies>
1617
<dependency id="Cofoundry.Plugins.ErrorLogging" version="$version$" />
17-
1818
<dependency id="Antlr" version="3.5.0.2" />
1919
<dependency id="AutoMapper" version="5.2.0" />
2020
<dependency id="Cofoundry.Core" version="0.1.0-beta0101" />
@@ -37,7 +37,6 @@
3737
<dependency id="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" version="1.0.3" />
3838
<dependency id="Microsoft.Extensions.DependencyInjection" version="1.1.0" />
3939
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="1.1.0" />
40-
<dependency id="Microsoft.Net.Compilers" version="1.3.2" developmentDependency="true" />
4140
<dependency id="Microsoft.NETCore.Platforms" version="1.1.0" />
4241
<dependency id="Microsoft.OData.Core" version="7.0.0" />
4342
<dependency id="Microsoft.OData.Edm" version="7.0.0" />

src/Cofoundry.Plugins.ErrorLogging/Cofoundry.Plugins.ErrorLogging.nuspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<owners>Cofoundry</owners>
99
<licenseUrl>https://github.com/cofoundry-cms/Cofoundry.Plugins.ErrorLogging/blob/master/LICENSE</licenseUrl>
1010
<projectUrl>http://www.cofoundry.org</projectUrl>
11+
<iconUrl>http://cofoundry.org/logo-nuget-64x64.png</iconUrl>
1112
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1213
<description>Adds simple database error logging to Cofoundry</description>
1314
<copyright>Cofoundry.org</copyright>

0 commit comments

Comments
 (0)