Skip to content

Commit

Permalink
Fix sample app build output folder for local dev
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejgordon committed Feb 20, 2024
1 parent c99af33 commit c73c968
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<HasWebTargets Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\WebApplications\Microsoft.WebApplication.targets')">true</HasWebTargets>
Expand All @@ -13,6 +13,8 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<NoWarn>MSB4011</NoWarn>
<MSBuildWarningsAsMessages>MSB4011</MSBuildWarningsAsMessages>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
</PropertyGroup>

<!-- prevents NU1503 -->
Expand Down

0 comments on commit c73c968

Please sign in to comment.