|
14 | 14 | </PropertyGroup> |
15 | 15 |
|
16 | 16 | <ItemGroup> |
17 | | - <PackageReference Include="BCrypt.Net-Next" Version="4.0.3" /> |
18 | | - <PackageReference Include="DeepL.net" Version="1.15.0" /> |
19 | | - <PackageReference Include="EFCore.NamingConventions" Version="9.0.0" /> |
20 | | - <PackageReference Include="GTranslate" Version="2.3.1" /> |
21 | | - <PackageReference Include="Hangfire" Version="1.8.21" /> |
22 | | - <PackageReference Include="Hangfire.MemoryStorage" Version="1.8.1.2" /> |
23 | | - <PackageReference Include="Hangfire.MySqlStorage" Version="2.0.3" /> |
24 | | - <PackageReference Include="Hangfire.PostgreSql" Version="1.20.10" /> |
25 | | - <PackageReference Include="Hangfire.Storage.SQLite" Version="0.4.2" /> |
26 | | - <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.8" /> |
27 | | - <PackageReference Include="Microsoft.AspNetCore.SignalR.Core" Version="1.2.0" /> |
28 | | - <PackageReference Include="Microsoft.AspNetCore.SpaProxy"> |
29 | | - <Version>9.0.8</Version> |
30 | | - </PackageReference> |
31 | | - <PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="9.0.8" /> |
32 | | - <PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.11" /> |
33 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.11"> |
| 17 | + <PackageReference Include="BCrypt.Net-Next" /> |
| 18 | + <PackageReference Include="DeepL.net" /> |
| 19 | + <PackageReference Include="EFCore.NamingConventions" /> |
| 20 | + <PackageReference Include="GTranslate" /> |
| 21 | + <PackageReference Include="Hangfire" /> |
| 22 | + <PackageReference Include="Hangfire.MemoryStorage" /> |
| 23 | + <PackageReference Include="Hangfire.MySqlStorage" /> |
| 24 | + <PackageReference Include="Hangfire.PostgreSql" /> |
| 25 | + <PackageReference Include="Hangfire.Storage.SQLite" /> |
| 26 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" /> |
| 27 | + <PackageReference Include="Microsoft.AspNetCore.SignalR.Core" /> |
| 28 | + <PackageReference Include="Microsoft.AspNetCore.SpaProxy" /> |
| 29 | + <PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" /> |
| 30 | + <PackageReference Include="Microsoft.EntityFrameworkCore" /> |
| 31 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Design"> |
34 | 32 | <PrivateAssets>all</PrivateAssets> |
35 | 33 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
36 | 34 | </PackageReference> |
37 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.11" /> |
38 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.11"> |
| 35 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" /> |
| 36 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools"> |
39 | 37 | <PrivateAssets>all</PrivateAssets> |
40 | 38 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
41 | 39 | </PackageReference> |
42 | | - <PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.22.1" /> |
43 | | - <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" /> |
44 | | - <PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="9.0.0" /> |
45 | | - <PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.3" /> |
46 | | - <PackageReference Include="System.Net.Http.Json" Version="9.0.8" /> |
| 40 | + <PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" /> |
| 41 | + <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" /> |
| 42 | + <PackageReference Include="Pomelo.EntityFrameworkCore.MySql" /> |
| 43 | + <PackageReference Include="Swashbuckle.AspNetCore" /> |
| 44 | + <PackageReference Include="System.Net.Http.Json" /> |
47 | 45 | </ItemGroup> |
48 | 46 |
|
49 | 47 | <ItemGroup> |
|
54 | 52 | <ItemGroup> |
55 | 53 | <None Remove="..\.dockerignore" /> |
56 | 54 | </ItemGroup> |
57 | | - |
| 55 | + |
58 | 56 | <Target Name="Config" AfterTargets="AfterPublish"> |
59 | 57 | <MakeDir Directories="$(PublishDir)config" /> |
60 | 58 | </Target> |
|
0 commit comments