Skip to content

Commit 926e84c

Browse files
committed
fix(ci): AppendTargetFrameworkToOutputPath=true
1 parent 0a47c81 commit 926e84c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hashicorp-vault-cagateway/hashicorp-vault-caplugin.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ProduceReferenceAssembly>False</ProduceReferenceAssembly>
1010
<CopyLocalLockFileAssemblies>True</CopyLocalLockFileAssemblies>
1111
<LangVersion>12.0</LangVersion>
12-
<AppendTargetFrameworkToOutputPath>False</AppendTargetFrameworkToOutputPath>
12+
<AppendTargetFrameworkToOutputPath>True</AppendTargetFrameworkToOutputPath>
1313
<AppendRuntimeIdentifierToOutputPath>False</AppendRuntimeIdentifierToOutputPath>
1414
</PropertyGroup>
1515

@@ -18,7 +18,7 @@
1818
<Optimize>False</Optimize>
1919
<Deterministic>True</Deterministic>
2020
<BaseOutputPath>bin</BaseOutputPath>
21-
<AppendTargetFrameworkToOutputPath>False</AppendTargetFrameworkToOutputPath>
21+
<AppendTargetFrameworkToOutputPath>True</AppendTargetFrameworkToOutputPath>
2222
<AppendRuntimeIdentifierToOutputPath>False</AppendRuntimeIdentifierToOutputPath>
2323
</PropertyGroup>
2424

0 commit comments

Comments
 (0)