File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2929 <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.4" />
3030 <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 9.0.6" />
3131 <PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 8.14.0" />
32- <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 8 .0.20 " >
32+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 9 .0.9 " >
3333 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3434 <PrivateAssets >all</PrivateAssets >
3535 </PackageReference >
Original file line number Diff line number Diff line change 77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 8 .0.20 " />
11- <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 8 .0.20 " />
10+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 9 .0.9 " />
11+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 9 .0.9 " />
1212 </ItemGroup >
1313
1414</Project >
Original file line number Diff line number Diff line change 1717 <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 9.0.9" />
1818 <PackageReference Include =" Microsoft.Extensions.Configuration.EnvironmentVariables" Version =" 9.0.9" />
1919 <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 9.0.9" />
20- <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3 " />
20+ <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.4 " />
2121 <PackageReference Include =" Ninject" Version =" 3.3.6" />
2222 <PackageReference Include =" AngleSharp" Version =" 1.3.0" />
2323 <PackageReference Include =" DotNetEnv" Version =" 3.1.1" />
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/aspnet:9 .0 AS base
1+ FROM mcr.microsoft.com/dotnet/aspnet:10 .0 AS base
22WORKDIR /app
33
4- FROM mcr.microsoft.com/dotnet/sdk:9 .0 AS build
4+ FROM mcr.microsoft.com/dotnet/sdk:10 .0 AS build
55WORKDIR /src
66COPY ["Dns/Dns.csproj" , "Dns/" ]
77COPY ["Dns.Cli/Dns.Cli.csproj" , "Dns.Cli/" ]
You can’t perform that action at this time.
0 commit comments