Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Aug 23, 2024
1 parent 7398e86 commit e0d0c1c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ProjectTemplates/ShinyApp/.template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
"datatype": "bool",
"defaultValue": "false",
"description": "CODE - Add Refit API Client used with sample Authentication service",
"displayName": "CODE - Add Refit HTTP Client with Authenication Service"
"displayName": "CODE - Add Refit HTTP Client with Authentication Service"
},
"maptype": {
"type": "parameter",
Expand Down
6 changes: 3 additions & 3 deletions ProjectTemplates/ShinyApp/ShinyApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<MauiVersion>8.0.80</MauiVersion>
<ShinyVersion>3.3.3</ShinyVersion>
<!--#if (shinymediator)-->
<MediatorVersion>1.7.4</MediatorVersion>
<MediatorVersion>1.7.5</MediatorVersion>
<!--#endif-->
<!--slower build, faster runtime in DEBUG-->
<!-- <_MauiForceXamlCForDebug Condition="'$(Configuration)' == 'Debug'">true</_MauiForceXamlCForDebug> -->
Expand Down Expand Up @@ -160,7 +160,7 @@
<PackageReference Include="Onion.Maui.GoogleMaps" Version="5.0.3" />
<!--#endif-->
<!--#if (shinyframework || prism)-->
<PackageReference Include="Prism.DryIoc.Maui" Version="9.0.401-pre" />
<PackageReference Include="Prism.DryIoc.Maui" Version="9.0.537" />
<!--#endif-->
<!--#if (reactiveui)-->
<PackageReference Include="ReactiveUI" Version="20.1.1" />
Expand All @@ -182,7 +182,7 @@
<PackageReference Include="Shiny.Mediator" Version="$(MediatorVersion)" />
<PackageReference Include="Shiny.Mediator.Maui" Version="$(MediatorVersion)" />
<PackageReference Include="Shiny.Mediator.Caching" Version="$(MediatorVersion)" />
<!-- <PackageReference Include="Shiny.Mediator.Resilience" Version="$(MediatorVersion)" /> -->
<PackageReference Include="Shiny.Mediator.Resilience" Version="$(MediatorVersion)" />
<!--#if (shinyframework || prism)-->
<PackageReference Include="Shiny.Mediator.Prism" Version="$(MediatorVersion)" />
<!--#endif-->
Expand Down
5 changes: 2 additions & 3 deletions ProjectTemplates/ShinyAspNet/ShinyAspNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="8.0.7" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="$(MicrosoftVersion)" />
<!--#if (efmssql)-->
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="$(MicrosoftVersion)" />
<!--#endif-->
Expand Down Expand Up @@ -63,8 +63,7 @@
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
<!--#endif-->

<PackageReference Include="Riok.Mapperly" Version="3.6.0" />

<!-- <PackageReference Include="Riok.Mapperly" Version="3.6.0" /> -->
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.9.0" />
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.9.0" />
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.9.0" />
Expand Down

0 comments on commit e0d0c1c

Please sign in to comment.