Skip to content

Commit

Permalink
Merge pull request #25 from frankie87/ticket-18096
Browse files Browse the repository at this point in the history
re #18096 - Updates to EMG.Extensions.Logging.Loggly to avoid Mapping…
  • Loading branch information
frankie87 authored Oct 29, 2020
2 parents 12e379a + 580ee57 commit 5e65805
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion content/BatchJobProcessor/BatchJobProcessor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="AWSSDK.Extensions.NETCore.Setup" Version="3.3.101" />
<!--#endif-->
<!--#if (AddLoggly)-->
<PackageReference Include="EMG.Extensions.Logging.Loggly" Version="1.1.0" />
<PackageReference Include="EMG.Extensions.Logging.Loggly" Version="1.1.1" />
<!--#endif-->

<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.0" />
Expand Down
2 changes: 1 addition & 1 deletion content/EventLambdaFunction/EventLambdaFunction.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="AWSSDK.Extensions.NETCore.Setup" Version="3.3.101" />
<!--#endif-->
<!--#if (AddLoggly)-->
<PackageReference Include="EMG.Extensions.Logging.Loggly" Version="1.1.0" />
<PackageReference Include="EMG.Extensions.Logging.Loggly" Version="1.1.1" />
<!--#endif-->
<PackageReference Include="Kralizek.Extensions.Logging" Version="2.0.1" />
<PackageReference Include="Kralizek.Lambda.Template" Version="4.1.0" />
Expand Down
2 changes: 1 addition & 1 deletion content/HostedService/HostedService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="EMG.Extensions.Logging.Loggly" Version="1.1.0" />
<PackageReference Include="EMG.Extensions.Logging.Loggly" Version="1.1.1" />
<PackageReference Include="Kralizek.Extensions.Logging" Version="2.0.1" />
<PackageReference Include="Kralizek.Extensions.Configuration.Objects" Version="1.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="3.1.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="AWSSDK.Extensions.NETCore.Setup" Version="3.3.101" />
<!--#endif-->
<!--#if (AddLoggly)-->
<PackageReference Include="EMG.Extensions.Logging.Loggly" Version="1.1.0" />
<PackageReference Include="EMG.Extensions.Logging.Loggly" Version="1.1.1" />
<!--#endif-->
<PackageReference Include="Kralizek.Extensions.Logging" Version="2.0.1" />
<PackageReference Include="Kralizek.Lambda.Template" Version="4.1.0" />
Expand Down
2 changes: 1 addition & 1 deletion content/WebApiHost/WebApiHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="EMG.Extensions.AspNetCore.Authentication.JWT" Version="1.1.0" />
<PackageReference Include="EMG.Extensions.AspNetCore.Filters.Error" Version="1.1.0" />
<PackageReference Include="EMG.Extensions.Logging.Loggly" Version="1.0.2" />
<PackageReference Include="EMG.Extensions.Logging.Loggly" Version="1.1.1" />
<PackageReference Include="Kralizek.Extensions.Logging" Version="2.0.1" />
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.2.0" PrivateAssets="All" />
Expand Down
2 changes: 1 addition & 1 deletion content/WindowsService/WindowsService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ItemGroup>
<PackageReference Include="EMG.Utilities.Hosting.TopShelf" Version="1.3.0" />

<PackageReference Include="EMG.Extensions.Logging.Loggly" Version="1.0.2" />
<PackageReference Include="EMG.Extensions.Logging.Loggly" Version="1.1.1" />
<PackageReference Include="Kralizek.Extensions.Logging" Version="2.0.1" />

<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="2.2.0" />
Expand Down

0 comments on commit 5e65805

Please sign in to comment.