Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 17, 2024
1 parent b6d8619 commit 71e674a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions LiftLog.Api/LiftLog.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@

<ItemGroup>
<PackageReference Include="EFCore.NamingConventions" Version="8.0.3" />
<PackageReference Include="FluentValidation" Version="11.9.1" />
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.9.1" />
<PackageReference Include="FluentValidation" Version="11.9.2" />
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.9.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.6">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.4" />
<PackageReference Include="OpenAI-DotNet" Version="7.7.8" />
<PackageReference Include="Google.Apis.AndroidPublisher.v3" Version="1.68.0.3423" />
<PackageReference Include="Google.Apis.AndroidPublisher.v3" Version="1.68.0.3449" />
<PackageReference Include="Sqids" Version="3.1.0" />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions LiftLog.App/LiftLog.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@
<PackageReference Include="Plugin.InAppBilling" Version="7.1.0"/>
<PackageReference Include="Plugin.LocalNotification" Version="11.1.3"/>
<PackageReference Include="Sentry.Extensions.Logging" Version="4.7.0"/>
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.40"/>
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="8.0.40"/>
<PackageReference Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" Include="Xamarin.AndroidX.Annotation" Version="1.7.1.2"/>
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.60"/>
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="8.0.60"/>
<PackageReference Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" Include="Xamarin.AndroidX.Annotation" Version="1.7.1.4"/>
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion LiftLog.Web/LiftLog.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.6"/>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.6" PrivateAssets="all"/>
<PackageReference Include="RealGoodApps.BlazorJavascript.Interop" Version="1.1.0"/>
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.4.4">
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.4.5">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit 71e674a

Please sign in to comment.