Skip to content

Commit

Permalink
bump libs
Browse files Browse the repository at this point in the history
  • Loading branch information
AerisG222 committed Sep 12, 2023
1 parent 7a86cd2 commit 27ccb6e
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion src/Maw.Data/Maw.Data.csproj
Expand Up @@ -14,7 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dapper" Version="2.0.143" />
<PackageReference Include="Dapper" Version="2.0.151" />
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.3.8" />
<PackageReference Include="Npgsql" Version="7.0.4" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Maw.Domain.Models/Maw.Domain.Models.csproj
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="IdentityModel" Version="6.1.0" />
<PackageReference Include="IdentityModel" Version="6.2.0" />
<PackageReference Include="SolrNet.Core" Version="1.1.1" />
</ItemGroup>
</Project>
8 changes: 4 additions & 4 deletions src/Maw.Domain/Maw.Domain.csproj
Expand Up @@ -18,12 +18,12 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Google.Apis.Gmail.v1" Version="1.61.0.3105" />
<PackageReference Include="IdentityModel" Version="6.1.0" />
<PackageReference Include="MailKit" Version="4.1.0" />
<PackageReference Include="Google.Apis.Gmail.v1" Version="1.62.0.3105" />
<PackageReference Include="IdentityModel" Version="6.2.0" />
<PackageReference Include="MailKit" Version="4.2.0" />
<PackageReference Include="MedallionShell" Version="1.6.2" />
<PackageReference Include="Microsoft.FeatureManagement" Version="2.6.1" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.0.1" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.0.2" />
<PackageReference Include="SolrNet.Core" Version="1.1.1" />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions src/api/api.csproj
Expand Up @@ -14,10 +14,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.10" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="7.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.11" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="7.0.11" />
<PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="7.0.0" />
<PackageReference Include="NSwag.AspNetCore" Version="13.19.0" />
<PackageReference Include="NSwag.AspNetCore" Version="13.20.0" />
<PackageReference Include="NWebsec.AspNetCore.Middleware" Version="3.0.0" />
<PackageReference Include="SolrNet.Core" Version="1.1.1" />
<PackageReference Include="SolrNet.Microsoft.DependencyInjection" Version="1.1.1" />
Expand Down
14 changes: 7 additions & 7 deletions src/auth/auth.csproj
Expand Up @@ -14,14 +14,14 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Duende.IdentityServer" Version="6.3.3" />
<PackageReference Include="Duende.IdentityServer.AspNetIdentity" Version="6.3.3" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="7.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="7.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="7.0.10" />
<PackageReference Include="Duende.IdentityServer" Version="6.3.4" />
<PackageReference Include="Duende.IdentityServer.AspNetIdentity" Version="6.3.4" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="7.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="7.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="7.0.11" />
<PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="7.0.0" />
<PackageReference Include="AspNet.Security.OAuth.GitHub" Version="7.0.3" />
<PackageReference Include="Dapper" Version="2.0.143" />
<PackageReference Include="AspNet.Security.OAuth.GitHub" Version="7.0.4" />
<PackageReference Include="Dapper" Version="2.0.151" />
<PackageReference Include="Npgsql" Version="7.0.4" />
<PackageReference Include="NWebsec.AspNetCore.Middleware" Version="3.0.0" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/www/www.csproj
Expand Up @@ -14,9 +14,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="7.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="7.0.11" />
<PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="7.0.0" />
<PackageReference Include="IdentityModel" Version="6.1.0" />
<PackageReference Include="IdentityModel" Version="6.2.0" />
<PackageReference Include="Microsoft.FeatureManagement.AspNetCore" Version="2.6.1" />
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.3.8" />
<PackageReference Include="NWebsec.AspNetCore.Middleware" Version="3.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion tests/Maw.Cache.Tests/Maw.Cache.Tests.csproj
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="StackExchange.Redis" Version="2.6.122" />
<PackageReference Include="xunit" Version="2.5.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
Expand Down
2 changes: 1 addition & 1 deletion tests/Maw.Data.Tests/Maw.Data.Tests.csproj
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="xunit" Version="2.5.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="xunit" Version="2.5.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 27ccb6e

Please sign in to comment.