File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed
AudiobookManager.Database
AudiobookManager.FileManager
AudiobookManager.HubClient
AudiobookManager.Scraping
AudiobookManager.Services Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 8 .0.20 " >
10
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 9 .0.9 " >
11
11
<PrivateAssets >all</PrivateAssets >
12
12
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
13
13
</PackageReference >
Original file line number Diff line number Diff line change 8
8
9
9
<ItemGroup >
10
10
<PackageReference Include =" EFCore.NamingConventions" Version =" 8.0.3" />
11
- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 8 .0.20 " />
12
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 8 .0.20 " />
13
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 8 .0.20 " >
11
+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 9 .0.9 " />
12
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 9 .0.9 " />
13
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 9 .0.9 " >
14
14
<PrivateAssets >all</PrivateAssets >
15
15
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
16
16
</PackageReference >
Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 8 .0.2 " />
11
- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8 .0.3 " />
10
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 9 .0.9 " />
11
+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9 .0.9 " />
12
12
<PackageReference Include =" z440.atl.core" Version =" 6.26.0" />
13
13
</ItemGroup >
14
14
Original file line number Diff line number Diff line change 8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
11
- <PackageReference Include =" Microsoft.AspNetCore.SignalR.Client" Version =" 8 .0.20 " />
11
+ <PackageReference Include =" Microsoft.AspNetCore.SignalR.Client" Version =" 9 .0.9 " />
12
12
</ItemGroup >
13
13
14
14
<ItemGroup >
Original file line number Diff line number Diff line change 8
8
9
9
<ItemGroup >
10
10
<PackageReference Include =" AngleSharp" Version =" 1.3.0" />
11
- <PackageReference Include =" Microsoft.AspNetCore.WebUtilities" Version =" 8 .0.20 " />
12
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 8 .0.2 " />
13
- <PackageReference Include =" Microsoft.Extensions.Http" Version =" 8 .0.1 " />
11
+ <PackageReference Include =" Microsoft.AspNetCore.WebUtilities" Version =" 9 .0.9 " />
12
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 9 .0.9 " />
13
+ <PackageReference Include =" Microsoft.Extensions.Http" Version =" 9 .0.9 " />
14
14
<PackageReference Include =" Polly" Version =" 8.6.4" />
15
15
</ItemGroup >
16
16
Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 8 .0.2 " />
11
- <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 8 .0.0 " />
10
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 9 .0.9 " />
11
+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 9 .0.9 " />
12
12
</ItemGroup >
13
13
14
14
<ItemGroup >
Original file line number Diff line number Diff line change 1
- FROM mcr.microsoft.com/dotnet/sdk:8 .0-alpine AS build-env
1
+ FROM mcr.microsoft.com/dotnet/sdk:10 .0-alpine AS build-env
2
2
WORKDIR /app
3
3
4
4
# Copy everything
@@ -20,7 +20,7 @@ COPY /client ./
20
20
RUN npm run build
21
21
22
22
# Build runtime image
23
- FROM mcr.microsoft.com/dotnet/aspnet:8 .0-alpine
23
+ FROM mcr.microsoft.com/dotnet/aspnet:10 .0-alpine
24
24
25
25
# User manipulation tools
26
26
RUN apk add --no-cache --update --upgrade shadow
You can’t perform that action at this time.
0 commit comments