Skip to content

Commit 9332687

Browse files
authored
Remove unnecessary custom targets from AOAI (Azure#48350)
This custom `RequiredTargetFrameworks` appears to be unnecessarily overriding the common definition, preventing AOAI from building for .NET 8.
1 parent c1b2d46 commit 9332687

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sdk/openai/Azure.AI.OpenAI/Directory.Build.props

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,4 @@
2020
Add any shared properties you want for the projects under this package directory that need to be set before the auto imported Directory.Build.props
2121
-->
2222
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., Directory.Build.props))\Directory.Build.props" />
23-
24-
<PropertyGroup>
25-
<RequiredTargetFrameworks Condition="$(IsTestProject) != 'true'">netstandard2.0</RequiredTargetFrameworks>
26-
</PropertyGroup>
2723
</Project>

0 commit comments

Comments
 (0)