|
14 | 14 | <AddRazorSupportForMvc>true</AddRazorSupportForMvc>
|
15 | 15 | <DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
|
16 | 16 | <ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
|
17 |
| - <UserSecretsId>d3583964-0aca-4de4-9521-c74cdf42f990</UserSecretsId> |
18 | 17 | <Version>3.0.0</Version>
|
| 18 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
| 19 | + <EmbedUntrackedSources>true</EmbedUntrackedSources> |
| 20 | + <IncludeSymbols>true</IncludeSymbols> |
| 21 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
19 | 22 | </PropertyGroup>
|
20 | 23 | <ItemGroup>
|
21 | 24 | <PackageReference Include="AutoMapper" Version="10.1.1" />
|
22 | 25 | <PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.19.0" />
|
23 |
| - <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.0" /> |
24 |
| - <PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.Extensions" Version="6.0.0" /> |
| 26 | + <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.0" /> <PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.Extensions" Version="6.0.0" /> |
25 | 27 | <PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="6.0.0" />
|
26 | 28 | <PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.11.1" />
|
27 | 29 | <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.0" />
|
28 | 30 | <PackageReference Include="NetEscapades.Extensions.Logging.RollingFile" Version="2.4.1" />
|
29 | 31 | <PackageReference Include="NWebsec.AspNetCore.Middleware" Version="3.0.0" />
|
30 | 32 | <PackageReference Include="reCAPTCHA.AspNetCore" Version="3.0.10" />
|
31 | 33 | <PackageReference Include="Quartz.AspNetCore" Version="3.3.3" />
|
| 34 | + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/> |
32 | 35 | </ItemGroup>
|
33 | 36 | <ItemGroup>
|
34 | 37 | <ProjectReference Include="..\DasBlog.CLI\DasBlog.CLI.csproj" />
|
|
0 commit comments