File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
src/NLog.Targets.GraylogHttp Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 88 <Description >NLog target that pushes log messages to Graylog using the Http input</Description >
99 <PackageTags >NLog;Graylog;Log;Logging</PackageTags >
1010 <PackageProjectUrl >https://github.com/dustinchilson/NLog.Targets.GraylogHttp</PackageProjectUrl >
11- <PackageLicenseUrl >https://github.com/dustinchilson/NLog.Targets.GraylogHttp/blob/master/LICENSE</PackageLicenseUrl >
11+ <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
12+ <PackageLicenseFile >LICENSE</PackageLicenseFile >
1213 <RepositoryType >git</RepositoryType >
1314 <RepositoryUrl >git://github.com/dustinchilson/NLog.Targets.GraylogHttp</RepositoryUrl >
1415
2526 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.3' " >
2627 <PackageReference Include =" System.Runtime.Serialization.Primitives" Version =" 4.3.0" />
2728 </ItemGroup >
29+
30+ <ItemGroup >
31+ <None Include =" ..\..\LICENSE" Pack =" true" PackagePath =" " />
32+ </ItemGroup >
2833</Project >
You can’t perform that action at this time.
0 commit comments