Skip to content

Commit

Permalink
Update packages; Docker lock checksums
Browse files Browse the repository at this point in the history
- MailKit 4.7.1.1 -> 4.8.0
- Microsoft.AspNetCore.Cryptography.KeyDerivation 8.0.8 -> 8.0.10
- Microsoft.AspNetCore.DataProtection 8.0.8 -> 8.0.10
- Microsoft.AspNetCore.DataProtection.EntityFrameworkCore 8.0.8 -> 8.0.10
- Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation 8.0.8 -> 8.0.10
- Microsoft.EntityFrameworkCore 8.0.8 -> 8.0.10
- Microsoft.EntityFrameworkCore.Design 8.0.8 -> 8.0.10
- Microsoft.EntityFrameworkCore.Relational 8.0.8 -> 8.0.10
- Microsoft.EntityFrameworkCore.Sqlite 8.0.8 -> 8.0.10
- Microsoft.EntityFrameworkCore.SqlServer 8.0.8 -> 8.0.10
- Microsoft.Extensions.Caching.SqlServer 8.0.8 -> 8.0.10
- Microsoft.Extensions.Caching.StackExchangeRedis 8.0.8 -> 8.0.10
- Microsoft.Extensions.Localization.Abstractions 8.0.8 -> 8.0.10
- Microsoft.Extensions.Logging.Abstractions 8.0.1 -> 8.0.2
- MimeKit 4.7.1 -> 4.8.0
- Serilog 4.0.1 -> 4.0.2
- Serilog.Sinks.MSSqlServer 7.0.0 -> 7.0.1
- System.Configuration.ConfigurationManager 8.0.0 -> 8.0.1
- System.Text.Json 8.0.4 -> 8.0.5
- xunit 2.9.0 -> 2.9.2
  • Loading branch information
k7hpn committed Oct 10, 2024
1 parent 6e6d024 commit 22f299d
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions docker-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
{
"name": "mcr.microsoft.com/dotnet/sdk",
"tag": "8.0",
"digest": "df188b6cb642450d83d3d857a992bbbef248212fd456dcb9ae582ddd1bb96dce"
"digest": "ff705b99a06144190e2638f8ede64a753915df5ea27fff55f58d0eb5f7054b0b"
},
{
"name": "mcr.microsoft.com/dotnet/aspnet",
"tag": "8.0",
"digest": "30d8619d9a4f68508d9b17fc2088e857e629d3f9ceaaf57c22d6747f7326d89e"
"digest": "b3cdb99fb356091b6395f3444d355da8ae5d63572ba777bed95b65848d6e02be"
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions src/GRA.Data.SQLite/GRA.Data.SQLite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.8">
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.10">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<TreatAsUsed>true</TreatAsUsed>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.10" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/GRA.Data.SqlServer/GRA.Data.SqlServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.8">
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.10">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<TreatAsUsed>true</TreatAsUsed>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.10" />
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions src/GRA.Data/GRA.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@

<ItemGroup>
<PackageReference Include="AutoMapper" Version="13.0.1" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="8.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.8" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="8.0.10" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.10" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.10" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/GRA.Domain.Report/GRA.Domain.Report.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/GRA.Security/GRA.Security.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Cryptography.KeyDerivation" Version="8.0.8" />
<PackageReference Include="Microsoft.AspNetCore.Cryptography.KeyDerivation" Version="8.0.10" />
</ItemGroup>

</Project>
12 changes: 6 additions & 6 deletions src/GRA.Web/GRA.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Company>Maricopa County Library District</Company>
<Copyright>Copyright 2017 Maricopa County Library District</Copyright>
<Description>The Great Reading Adventure is an open-source tool for managing dynamic library reading programs.</Description>
<FileVersion>4.5.0.3</FileVersion>
<FileVersion>4.5.0.4</FileVersion>
<OutputType>Exe</OutputType>
<PackageId>GRA.Web</PackageId>
<PackageLicenseUrl>https://github.com/mcld/greatreadingadventure/blob/master/LICENSE</PackageLicenseUrl>
Expand Down Expand Up @@ -67,17 +67,17 @@
<ItemGroup>
<PackageReference Include="AutoMapper" Version="13.0.1" />
<PackageReference Include="LigerShark.WebOptimizer.Core" Version="3.0.426" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="8.0.8" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="8.0.8" />
<PackageReference Include="Microsoft.Extensions.Caching.SqlServer" Version="8.0.8" />
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="8.0.8" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="8.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="8.0.10" />
<PackageReference Include="Microsoft.Extensions.Caching.SqlServer" Version="8.0.10" />
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="8.0.10" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.2" />
<PackageReference Include="Serilog.Filters.Expressions" Version="2.1.0" />
<PackageReference Include="Serilog.Sinks.MSSqlServer" Version="7.0.1" />
<PackageReference Include="Serilog.Sinks.RollingFile" Version="3.3.0" />
<PackageReference Include="Serilog.Sinks.Seq" Version="8.0.0" />
<PackageReference Include="Serilog.Sinks.Slack.Core" Version="0.1.5-beta" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.1" />
<PackageReference Include="System.Text.Encodings.Web" Version="8.0.0">
<TreatAsUsed>true</TreatAsUsed>
</PackageReference>
Expand Down
6 changes: 3 additions & 3 deletions src/GRA/GRA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
<PackageReference Include="DocumentFormat.OpenXml" Version="3.1.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Localization.Abstractions" Version="8.0.8" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Localization.Abstractions" Version="8.0.10" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Serilog" Version="4.0.2" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 22f299d

Please sign in to comment.