File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 <PackageReference Include =" DotNetBungieAPI.HashReferences" Version =" 1.22.1" />
3030 <PackageReference Include =" DotNetBungieAPI.Models" Version =" 2.11.4" />
3131 <PackageReference Include =" DotNetBungieAPI.Service.Abstractions" Version =" 2.11.2" />
32- <PackageReference Include =" Microsoft.Data.Sqlite.Core" Version =" 8 .0.0 " />
33- <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 8 .0.0 " >
32+ <PackageReference Include =" Microsoft.Data.Sqlite.Core" Version =" 10 .0.9 " />
33+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 10 .0.9 " >
3434 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3535 <PrivateAssets >all</PrivateAssets >
3636 </PackageReference >
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/aspnet:8 .0-alpine AS base
1+ FROM mcr.microsoft.com/dotnet/aspnet:10 .0-alpine AS base
22WORKDIR /app
33EXPOSE 80
44
You can’t perform that action at this time.
0 commit comments