Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Nov 6, 2023
2 parents 7783c6d + 92e8154 commit e25c358
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions ProjectTemplates/ShinyApp/ShinyApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<TargetFrameworks>$(TargetFrameworks);{DOTNET_TFM}-maccatalyst</TargetFrameworks>
<!--#endif-->
<!--#if (usenet8)-->
<!--<MauiVersion>8.0.0-rc.1.9171</MauiVersion>-->
<MauiVersion>8.0.0-rc.2.9511</MauiVersion>
<!--#endif-->
<OutputType>Exe</OutputType>
<RootNamespace>ShinyApp</RootNamespace>
Expand Down Expand Up @@ -90,7 +90,7 @@
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="7.0.0" Condition="'$(Configuration)' == 'Debug'" />

<!--#if (shinyframework || communitytoolkit)-->
<PackageReference Include="CommunityToolkit.Maui" Version="6.0.0" />
<PackageReference Include="CommunityToolkit.Maui" Version="6.1.0" />
<!--#endif-->
<!--#if (usecsharpmarkup)-->
<PackageReference Include="CommunityToolkit.Maui.Markup" Version="3.3.0" />
Expand All @@ -112,9 +112,15 @@
<PackageReference Include="Onion.Maui.GoogleMaps" Version="5.0.1" />
<!--#endif-->
<!--#if (shinyframework)-->
<!--#if (net8)-->
<PackageReference Include="Prism.DryIoc.Maui" Version="9.0.271-pre" />
<PackageReference Include="ReactiveUI.Fody" Version="19.5.1" />
<PackageReference Include="Shiny.Framework" Version="4.0.0-beta-0010" />
<!--#else-->
<PackageReference Include="Prism.DryIoc.Maui" Version="8.1.273-pre" />
<PackageReference Include="ReactiveUI.Fody" Version="19.5.1" />
<PackageReference Include="Shiny.Framework" Version="3.0.0-beta-0012" />
<!--#endif-->
<!--#else-->
<PackageReference Include="Shiny.Core" Version="$(ShinyVersion)" />
<PackageReference Include="Shiny.Hosting.Maui" Version="$(ShinyVersion)" />
Expand Down
2 changes: 1 addition & 1 deletion Template.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Shiny.NET Templates - One stop shop to setup almost everything you can imagine within your .NET MAUI application</Description>
<PackageType>Template</PackageType>
<PackageVersion>1.1.1</PackageVersion>
<PackageVersion>1.1.2</PackageVersion>
<PackageId>Shiny.Templates</PackageId>
<Title>Shiny Templates</Title>
<Authors>Allan Ritchie</Authors>
Expand Down

0 comments on commit e25c358

Please sign in to comment.