Browse Source

Don't append target framework to output path

Daniel Chalmers 4 years ago
parent
commit
fe541d7892
1 changed files with 2 additions and 1 deletions
  1. 2 1
      DesktopClock/DesktopClock.csproj

+ 2 - 1
DesktopClock/DesktopClock.csproj

@@ -4,6 +4,7 @@
     <OutputType>WinExe</OutputType>
     <TargetFramework>net48</TargetFramework>
     <UseWPF>true</UseWPF>
+    <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
     <ApplicationIcon>DesktopClock.ico</ApplicationIcon>
   </PropertyGroup>
 
@@ -23,4 +24,4 @@
     <PackageReference Include="PropertyChanged.Fody" Version="3.3.1" PrivateAssets="All" />
     <PackageReference Include="WpfWindowPlacement" Version="3.0.0" />
   </ItemGroup>
-</Project>
+</Project>