File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
<PropertyGroup >
3
3
<TargetFramework >net8.0</TargetFramework >
4
+ <SatelliteResourceLanguages >none</SatelliteResourceLanguages >
4
5
<CopyRefAssembliesToPublishDirectory >true</CopyRefAssembliesToPublishDirectory >
5
6
<CopyRazorGenerateFilesToPublishDirectory >true</CopyRazorGenerateFilesToPublishDirectory >
6
7
<AssemblyName >DasBlog.Web</AssemblyName >
25
26
<PackageReference Include =" Coravel" Version =" 5.0.2" />
26
27
<PackageReference Include =" Markdig" Version =" 0.33.0" />
27
28
<PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.21.0" />
28
- <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 8.0.0" /> <PackageReference Include =" Microsoft.AspNetCore.Mvc.Razor.Extensions" Version =" 6.0.25" />
29
+ <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 8.0.0" />
30
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Razor.Extensions" Version =" 6.0.25" />
29
31
<PackageReference Include =" Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version =" 8.0.0" />
30
32
<PackageReference Include =" Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version =" 1.19.5" />
31
33
<PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 8.0.0" />
You can’t perform that action at this time.
0 commit comments