Skip to content

Commit

Permalink
Merge pull request #161 from Mrxx99/feature/mvvm-toolkit-v8.1
Browse files Browse the repository at this point in the history
updated MVVM Toolkit to version 8.1
  • Loading branch information
maxkatz6 authored Jan 21, 2023
2 parents f05583b + beb8c6a commit 2ad959a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/csharp/app-mvvm/AvaloniaAppTemplate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<!--#if (ReactiveUIToolkitChosen) -->
<PackageReference Include="Avalonia.ReactiveUI" Version="AvaloniaVersionTemplateParameter" />
<!--#elif (CommunityToolkitChosen)-->
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.0.0" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.1.0" />
<!--#endif -->
<PackageReference Include="XamlNameReferenceGenerator" Version="1.5.1" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion templates/fsharp/app-mvvm/AvaloniaAppTemplate.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<!--#if (ReactiveUIToolkitChosen) -->
<PackageReference Include="Avalonia.ReactiveUI" Version="AvaloniaVersionTemplateParameter" />
<!--#elif (CommunityToolkitChosen)-->
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.0.0" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.1.0" />
<!--#endif -->
</ItemGroup>
</Project>

0 comments on commit 2ad959a

Please sign in to comment.