Skip to content

Commit

Permalink
Merge pull request #699 from poppastring/resolve-build-bin
Browse files Browse the repository at this point in the history
Removed satellite resource language folders
  • Loading branch information
poppastring committed Feb 10, 2024
2 parents b92331f + 7644da1 commit b2852d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/DasBlog.Web.UI/DasBlog.Web.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<SatelliteResourceLanguages>none</SatelliteResourceLanguages>
<CopyRefAssembliesToPublishDirectory>true</CopyRefAssembliesToPublishDirectory>
<CopyRazorGenerateFilesToPublishDirectory>true</CopyRazorGenerateFilesToPublishDirectory>
<AssemblyName>DasBlog.Web</AssemblyName>
Expand All @@ -25,7 +26,8 @@
<PackageReference Include="Coravel" Version="5.0.2" />
<PackageReference Include="Markdig" Version="0.33.0" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.0" /> <PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.Extensions" Version="6.0.25" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.Extensions" Version="6.0.25" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="8.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.5" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.0" />
Expand Down

0 comments on commit b2852d0

Please sign in to comment.