Skip to content

Commit

Permalink
bump NuGet package versions (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcarrere authored Dec 7, 2024
1 parent 1ccd9c6 commit 84401b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions LM-Kit-Maestro/LM-Kit-Maestro.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="LM-Kit.NET" Version="2024.11.10" />
<PackageReference Include="LM-Kit.NET.Backend.Cuda12.Windows" Version="2024.11.10" />
<PackageReference Include="LM-Kit.NET" Version="2024.12.2" />
<PackageReference Include="LM-Kit.NET.Backend.Cuda12.Windows" Version="2024.12.2" />
<PackageReference Include="Majorsoft.Blazor.Components.Common.JsInterop" Version="1.5.0" />
<PackageReference Include="Markdig" Version="0.38.0" />
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.10" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="9.0.10" />
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.12" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.12" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="9.0.12" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.0" />
<PackageReference Include="CommunityToolkit.Maui" Version="9.1.1" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.2" />
Expand Down

0 comments on commit 84401b3

Please sign in to comment.