Skip to content

Commit

Permalink
Update Prism.Plugin.Logging.Loggly to work with referenced Prism version
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-- committed Jun 25, 2021
1 parent 7bfb963 commit d4c245a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Update="Prism.DryIoc.Forms" Version="$(PrismVersion)" />
<PackageReference Update="Prism.Plugin.Popups" Version="7.2.0.1046" />
<PackageReference Update="Prism.Plugin.Logging.Abstractions" Version="8.0.11-beta" />
<PackageReference Update="Prism.Plugin.Logging.Loggly" Version="7.2.0.1114" />
<PackageReference Update="Prism.Plugin.Logging.Loggly" Version="8.0.11-beta" />
<PackageReference Update="Xamarin.Forms" Version="4.8.0.1560" />
<PackageReference Update="Xamarin.Essentials" Version="1.5.3.2" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<AssemblyName>PrismSample.UWP</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.17763.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.16299.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.16299.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
<FileAlignment>512</FileAlignment>
Expand Down
3 changes: 2 additions & 1 deletion advanced-topics/Logging-Loggly/src/PrismSample/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using PrismSample.ViewModels;
using PrismSample.Views;
using Xamarin.Forms;
using LogglyOptions = PrismSample.Logging.LogglyOptions;

namespace PrismSample
{
Expand Down Expand Up @@ -43,7 +44,7 @@ protected override void RegisterTypes(IContainerRegistry containerRegistry)

// TODO: Be sure to get your Loggly Consumer Token. Paste it here to avoid typing it...
//containerRegistry.RegisterInstance<ILogglyOptions>(new LogglyOptions
//{
//{
// Token = "{Enter your Loggly Consumer Token Here...}"
//});

Expand Down

0 comments on commit d4c245a

Please sign in to comment.