Skip to content

Commit f3d051d

Browse files
committed
Fixed deprecated NuGet properties.
1 parent 4f5ccd0 commit f3d051d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed
20.4 KB
Loading

src/Serilog.Sinks.MSSqlServer/Serilog.Sinks.MSSqlServer.csproj

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
1414
<PackageId>Serilog.Sinks.MSSqlServer</PackageId>
1515
<PackageTags>serilog;sinks;mssqlserver</PackageTags>
16-
<PackageIconUrl>http://serilog.net/images/serilog-sink-nuget.png</PackageIconUrl>
16+
<PackageIcon>serilog-sink-nuget.png</PackageIcon>
1717
<PackageProjectUrl>https://github.com/serilog/serilog-sinks-mssqlserver</PackageProjectUrl>
18-
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
18+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1919
<RepositoryUrl>https://github.com/serilog/serilog-sinks-mssqlserver</RepositoryUrl>
2020
<RepositoryType>git</RepositoryType>
2121
<RuntimeIdentifiers>win</RuntimeIdentifiers>
@@ -45,7 +45,7 @@
4545
<None Include="Configuration\Implementations\System.Configuration\**\*.*" />
4646
<!-- ItemGroups below with TFM conditions will re-include the compile targets -->
4747
</ItemGroup>
48-
48+
4949
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
5050
<PackageReference Include="System.Data.SqlClient" Version="4.4.0" />
5151
<PackageReference Include="Microsoft.Extensions.Configuration" Version="2.0.0" />
@@ -75,4 +75,8 @@
7575
<Compile Include="Configuration\Implementations\System.Configuration\**\*.cs" />
7676
</ItemGroup>
7777

78+
<ItemGroup>
79+
<None Include="Images\serilog-sink-nuget.png" Pack="true" PackagePath=""/>
80+
</ItemGroup>
81+
7882
</Project>

0 commit comments

Comments
 (0)