|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk.Web">
|
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
4 |
| - <TargetFramework>net7.0</TargetFramework> |
| 4 | + <TargetFramework>net8.0</TargetFramework> |
5 | 5 | <Nullable>enable</Nullable>
|
6 | 6 | <ImplicitUsings>enable</ImplicitUsings>
|
7 | 7 | <UserSecretsId>aspnet-ChatRPG-5312bf6c-6a60-492a-bb3a-fb97f9b3103f</UserSecretsId>
|
8 | 8 | </PropertyGroup>
|
9 | 9 |
|
10 | 10 | <ItemGroup>
|
11 |
| - <PackageReference Include="Blazored.Modal" Version="7.1.0" /> |
| 11 | + <PackageReference Include="Blazored.Modal" Version="7.3.1" /> |
12 | 12 | <PackageReference Include="LangChain" Version="0.15.2" />
|
13 |
| - <PackageReference Include="MailKit" Version="4.2.0" /> |
14 |
| - <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="7.0.12" /> |
15 |
| - <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.12" /> |
16 |
| - <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="7.0.12" /> |
17 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.12"> |
| 13 | + <PackageReference Include="MailKit" Version="4.8.0" /> |
| 14 | + <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.10" /> |
| 15 | + <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.10" /> |
| 16 | + <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.10" /> |
| 17 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.10"> |
18 | 18 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
19 | 19 | <PrivateAssets>all</PrivateAssets>
|
20 | 20 | </PackageReference>
|
21 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.12" /> |
22 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.12" /> |
23 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.12"> |
| 21 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.10" /> |
| 22 | + <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.10" /> |
| 23 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.10"> |
24 | 24 | <PrivateAssets>all</PrivateAssets>
|
25 | 25 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
26 | 26 | </PackageReference>
|
27 |
| - <PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.0-rc.2.23479.6" /> |
28 |
| - <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="7.0.10" /> |
29 |
| - <PackageReference Include="MimeKit" Version="4.2.0" /> |
30 |
| - <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.11" /> |
| 27 | + <PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.1" /> |
| 28 | + <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.6" /> |
| 29 | + <PackageReference Include="MimeKit" Version="4.8.0" /> |
| 30 | + <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.8" /> |
31 | 31 | <PackageReference Include="OpenAI" Version="1.7.2" />
|
32 |
| - <PackageReference Include="Radzen.Blazor" Version="4.21.3" /> |
| 32 | + <PackageReference Include="Radzen.Blazor" Version="5.2.12" /> |
33 | 33 | <PackageReference Include="RichardSzalay.MockHttp" Version="7.0.0" />
|
34 | 34 | </ItemGroup>
|
35 | 35 |
|
|
0 commit comments