Skip to content

Commit

Permalink
Restore OutputPath behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulusParssinen committed Apr 24, 2024
1 parent 52cc21d commit 2d89e0e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

<PropertyGroup Label="Targets">
<Platforms>AnyCPU</Platforms>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<PropertyGroup Label="Artifacts">
<OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
</PropertyGroup>

<PropertyGroup Label="Configuration">
Expand Down

0 comments on commit 2d89e0e

Please sign in to comment.