Skip to content

Commit

Permalink
bumps: Pomelo.EntityFrameworkCore.MySql-8.0.1, Google.Apis.YouTube.v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaosEngine committed Feb 29, 2024
1 parent 0fcca73 commit 962b9bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DotnetPlayground.Web/DotnetPlayground.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
<PackageReference Include="Microsoft.Extensions.Caching.SqlServer" Version="8.0.2" Condition="$(DefineConstants.Contains('INCLUDE_SQLSERVER'))" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.2" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.2" Condition="$(DefineConstants.Contains('INCLUDE_POSTGRES'))" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.0" Condition="$(DefineConstants.Contains('INCLUDE_MYSQL'))" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.1" Condition="$(DefineConstants.Contains('INCLUDE_MYSQL'))" />
<PackageReference Include="Oracle.EntityFrameworkCore" Version="8.21.121" Condition="$(DefineConstants.Contains('INCLUDE_ORACLE'))" />
<PackageReference Include="IdentityManager2.AspNetIdentity" Version="1.0.0" />
<PackageReference Include="Lib.AspNetCore.ServerTiming" Version="6.0.0" />
<!--<PackageReference Include="Microsoft.Azure.DocumentDB.Core" Version="2.16.2" Condition="$(DefineConstants.Contains('INCLUDE_COSMOSDB'))" />-->
<PackageReference Include="MongoDB.Driver" Version="2.24.0" Condition="$(DefineConstants.Contains('INCLUDE_MONGODB'))" />
<PackageReference Include="Google.Apis.YouTube.v3" Version="1.67.0.3330" />
<PackageReference Include="Google.Apis.YouTube.v3" Version="1.67.0.3343" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="8.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="8.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="8.0.2" />
Expand Down
2 changes: 1 addition & 1 deletion InkBall

0 comments on commit 962b9bf

Please sign in to comment.