Skip to content

Commit bad84ca

Browse files
chore(deps): update dotnet monorepo
1 parent 8c890ea commit bad84ca

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

‎API.csproj‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
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.12" />
33+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.12">
3434
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3535
<PrivateAssets>all</PrivateAssets>
3636
</PackageReference>

‎Dockerfile‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine AS base
1+
FROM mcr.microsoft.com/dotnet/aspnet:11.0-alpine AS base
22
WORKDIR /app
33
EXPOSE 80
44

5-
FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine AS build
5+
FROM mcr.microsoft.com/dotnet/sdk:11.0-alpine AS build
66
ARG BUILD_CONFIGURATION=Release
77
WORKDIR /src
88
COPY ["API.csproj", "."]

0 commit comments

Comments
 (0)