Skip to content
Open
11 changes: 10 additions & 1 deletion SumoLogic.Logging.AspNetCore/SumoLogic.Logging.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,16 @@
<PackageReleaseNotes></PackageReleaseNotes>
<RepositoryType>git</RepositoryType>
<SignAssembly>true</SignAssembly>
</PropertyGroup>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<None Include="..\SumoLogic.Logging.snk">
<Link>SumoLogic.Logging.snk</Link>
Expand Down
11 changes: 10 additions & 1 deletion SumoLogic.Logging.Common/SumoLogic.Logging.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,16 @@
<PackageReleaseNotes></PackageReleaseNotes>
<RepositoryType>git</RepositoryType>
<SignAssembly>true</SignAssembly>
</PropertyGroup>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<None Include="..\SumoLogic.Logging.snk">
<Link>SumoLogic.Logging.snk</Link>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<CodeAnalysisDictionary Include="..\CustomDictionary.xml">
<Link>CustomDictionary.xml</Link>
Expand Down
11 changes: 10 additions & 1 deletion SumoLogic.Logging.Log4Net/SumoLogic.Logging.Log4Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,16 @@
<PackageReleaseNotes></PackageReleaseNotes>
<RepositoryType>git</RepositoryType>
<SignAssembly>true</SignAssembly>
</PropertyGroup>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<None Include="..\SumoLogic.Logging.snk">
<Link>SumoLogic.Logging.snk</Link>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<CodeAnalysisDictionary Include="..\CustomDictionary.xml">
<Link>CustomDictionary.xml</Link>
Expand Down
11 changes: 10 additions & 1 deletion SumoLogic.Logging.NLog/SumoLogic.Logging.NLog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,16 @@
<PackageReleaseNotes></PackageReleaseNotes>
<RepositoryType>git</RepositoryType>
<SignAssembly>true</SignAssembly>
</PropertyGroup>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<None Include="..\SumoLogic.Logging.snk">
<Link>SumoLogic.Logging.snk</Link>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<CodeAnalysisDictionary Include="..\CustomDictionary.xml">
<Link>CustomDictionary.xml</Link>
Expand Down
11 changes: 10 additions & 1 deletion SumoLogic.Logging.Serilog/SumoLogic.Logging.Serilog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,16 @@
<PackageReleaseNotes></PackageReleaseNotes>
<RepositoryType>git</RepositoryType>
<SignAssembly>true</SignAssembly>
</PropertyGroup>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<None Include="..\SumoLogic.Logging.snk">
<Link>SumoLogic.Logging.snk</Link>
Expand Down