|
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
4 | 4 | <TargetFramework>net8.0</TargetFramework>
|
| 5 | + <UserSecretsId>66B6DE78-12F7-4F5B-A1EC-180DBDEC4183</UserSecretsId> |
5 | 6 | </PropertyGroup>
|
6 | 7 |
|
7 | 8 | <ItemGroup>
|
8 |
| - <PackageReference Include="Bit.CodeAnalyzers" Version="8.7.6"> |
9 |
| - <PrivateAssets>all</PrivateAssets> |
10 |
| - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
11 |
| - </PackageReference> |
12 |
| - <PackageReference Include="Bit.SourceGenerators" Version="8.7.6"> |
13 |
| - <PrivateAssets>all</PrivateAssets> |
14 |
| - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
15 |
| - </PackageReference> |
16 |
| - <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.2" /> |
| 9 | + <PackageReference Include="Bit.CodeAnalyzers" Version="8.8.0" PrivateAssets="all" /> |
| 10 | + <PackageReference Include="Bit.SourceGenerators" Version="8.8.0" PrivateAssets="all" /> |
| 11 | + <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.3" /> |
17 | 12 | </ItemGroup>
|
18 | 13 |
|
19 | 14 | <ItemGroup>
|
|
25 | 20 | <ItemGroup>
|
26 | 21 | <PackageReference Include="Magick.NET-Q16-AnyCPU" Version="13.6.0" />
|
27 | 22 | <PackageReference Include="FluentEmail.Smtp" Version="3.0.2" />
|
28 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.2" /> |
29 |
| - <PackageReference Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="8.0.2" /> |
30 |
| - <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.2" /> |
31 |
| - <PackageReference Include="Microsoft.AspNetCore.OData" Version="8.2.4" /> |
32 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.2"> |
33 |
| - <PrivateAssets>all</PrivateAssets> |
34 |
| - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
35 |
| - </PackageReference> |
36 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.2" /> |
37 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.2" /> |
38 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.2" /> |
39 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.2"> |
40 |
| - <PrivateAssets>all</PrivateAssets> |
41 |
| - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
42 |
| - </PackageReference> |
43 |
| - <PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="8.0.2" /> |
44 |
| - <PackageReference Include="MimeTypeMapOfficial" Version="1.0.17" /> |
| 23 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.3" /> |
| 24 | + <PackageReference Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="8.0.3" /> |
| 25 | + <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.3" /> |
| 26 | + <PackageReference Include="Microsoft.AspNetCore.OData" Version="8.2.5" /> |
| 27 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.3" PrivateAssets="all" /> |
| 28 | + <PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.3" /> |
| 29 | + <PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.3" /> |
| 30 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.3" /> |
| 31 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.3" PrivateAssets="all" /> |
| 32 | + <PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="8.0.3" /> |
45 | 33 | <PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
|
46 | 34 | <PackageReference Include="AspNetCore.HealthChecks.System" Version="8.0.0" />
|
47 | 35 | <PackageReference Include="AspNetCore.HealthChecks.UI" Version="8.0.0" />
|
|
87 | 75 | <!-- https://learn.microsoft.com/en-us/dotnet/core/docker/publish-as-container -->
|
88 | 76 | <PropertyGroup>
|
89 | 77 | <RuntimeIdentifiers>linux-x64</RuntimeIdentifiers>
|
90 |
| - <EnableSdkContainerDebugging>True</EnableSdkContainerDebugging> |
91 |
| - <UserSecretsId>44373297-7155-4EFA-9BEB-BB3FA5F85FE9</UserSecretsId> |
| 78 | + <EnableSdkContainerDebugging Condition="'$(Configuration)' == 'Debug'">True</EnableSdkContainerDebugging> |
92 | 79 | <DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
|
93 | 80 | <DockerfileContext>..\..</DockerfileContext>
|
94 | 81 | </PropertyGroup>
|
|
0 commit comments