File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <TargetFramework >netcoreapp2.0</TargetFramework >
55 <ReleaseVersion >1.0.0</ReleaseVersion >
6- <Description >Splunk ILogger Compatible Library</Description >
6+ <Description >Splunk .Net Core ILogger Compatible Library</Description >
77 <RootNamespace >Splunk</RootNamespace >
8+ <Authors >Fábio Caldas</Authors >
9+ <NeutralLanguage >en-US</NeutralLanguage >
10+ <Owners >VTEX</Owners >
11+ <PackageProjectUrl >https://github.com/Caldas/SplunkLogger</PackageProjectUrl >
12+ <PackageLicenseUrl >https://github.com/Caldas/SplunkLogger/blob/master/LICENSE</PackageLicenseUrl >
13+ <PackageTags >splunk logger dotnet core VTEX</PackageTags >
14+ <Title >Splunk .Net Core ILogger Implementation</Title >
15+ <PackOnBuild >true</PackOnBuild >
16+ <PackageId >SplunkLogger</PackageId >
17+ <Copyright >VTEX @ 2018</Copyright >
18+ <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
819 </PropertyGroup >
920
1021 <ItemGroup >
1526 <ItemGroup >
1627 <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.0.0" />
1728 <PackageReference Include =" Newtonsoft.Json" Version =" 10.0.3" />
29+ <PackageReference Include =" NuGet.Build.Packaging" Version =" 0.2.0" />
1830 </ItemGroup >
1931</Project >
You can’t perform that action at this time.
0 commit comments