Skip to content

Commit

Permalink
log enrichment and nuget bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Nov 20, 2024
1 parent 16b8b2a commit eb5ae32
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions ProjectTemplates/ShinyApp/MauiProgram.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
using Polly;
using Polly.Retry;
#endif
using Microsoft.Extensions.Diagnostics.Enrichment;

namespace ShinyApp;

Expand Down
12 changes: 6 additions & 6 deletions ProjectTemplates/ShinyApp/ShinyApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,14 @@
<!--#endif-->
<PackageReference Include="Microsoft.Extensions.Telemetry" Version="8.9.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" Condition="'$(Configuration)' == 'Debug'" />
<!--#if (ctmvvm)-->
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.2" />
<!--#endif-->
<!--#if (shinyframework || communitytoolkit || speechrecognition)-->
<PackageReference Include="CommunityToolkit.Maui" Version="9.1.0" />
<!--#endif-->
<!--#if (usecsharpmarkup)-->
<PackageReference Include="CommunityToolkit.Maui.Markup" Version="4.1.0" />
<PackageReference Include="CommunityToolkit.Maui.Markup" Version="4.2.0" />
<!--#endif-->
<!--#if (mediaelement)-->
<PackageReference Include="CommunityToolkit.Maui.MediaElement" Version="4.1.1" />
Expand Down Expand Up @@ -258,7 +261,7 @@
<PackageReference Include="Redth.Maui.VirtualListView" Version="0.4.0" />
<!--#endif-->
<!--#if (barcodes)-->
<PackageReference Include="BarcodeScanning.Native.Maui" Version="1.5.8" />
<PackageReference Include="BarcodeScanning.Native.Maui" Version="1.5.9" />
<!--#endif-->
<!--#if (storereview)-->
<PackageReference Include="Plugin.StoreReview" Version="6.2.0" />
Expand Down Expand Up @@ -291,7 +294,7 @@
<PackageReference Include="Sharpnado.CollectionView.Maui" Version="3.1.2" />
<!--#endif-->
<!--#if (settingsview)-->
<PackageReference Include="AiForms.Maui.SettingsView" Version="1.0.12" />
<PackageReference Include="AiForms.Maui.SettingsView" Version="1.0.15" />
<!--#endif-->
<!--#if (livecharts)-->
<PackageReference Include="LiveChartsCore.SkiaSharpView.Maui" Version="2.0.0-rc2" />
Expand All @@ -310,9 +313,6 @@
<PackageReference Include="UraniumUI.Icons.MaterialIcons" Version="2.10.2" />
<PackageReference Include="UraniumUI.Blurs" Version="2.10.2" />
<!--#endif-->
<!--#if (ctmvvm)-->
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.2" />
<!--#endif-->
<!--#if (skeleton)-->
<PackageReference Include="HorusStudio.Maui.Skeleton" Version="2.0.0" />
<!--#endif-->
Expand Down

0 comments on commit eb5ae32

Please sign in to comment.