File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
src/Serilog.Sinks.MSSqlServer Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 13
13
<PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
14
14
<PackageId >Serilog.Sinks.MSSqlServer</PackageId >
15
15
<PackageTags >serilog;sinks;mssqlserver</PackageTags >
16
- <PackageIconUrl >http:// serilog.net/images/serilog -sink-nuget.png</PackageIconUrl >
16
+ <PackageIcon > serilog-sink-nuget.png</PackageIcon >
17
17
<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 >
19
19
<RepositoryUrl >https://github.com/serilog/serilog-sinks-mssqlserver</RepositoryUrl >
20
20
<RepositoryType >git</RepositoryType >
21
21
<RuntimeIdentifiers >win</RuntimeIdentifiers >
45
45
<None Include =" Configuration\Implementations\System.Configuration\**\*.*" />
46
46
<!-- ItemGroups below with TFM conditions will re-include the compile targets -->
47
47
</ItemGroup >
48
-
48
+
49
49
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
50
50
<PackageReference Include =" System.Data.SqlClient" Version =" 4.4.0" />
51
51
<PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 2.0.0" />
75
75
<Compile Include =" Configuration\Implementations\System.Configuration\**\*.cs" />
76
76
</ItemGroup >
77
77
78
+ <ItemGroup >
79
+ <None Include =" Images\serilog-sink-nuget.png" Pack =" true" PackagePath =" " />
80
+ </ItemGroup >
81
+
78
82
</Project >
You can’t perform that action at this time.
0 commit comments