Skip to content

Commit

Permalink
Remove unnecessary custom targets from AOAI (Azure#48350)
Browse files Browse the repository at this point in the history
This custom `RequiredTargetFrameworks` appears to be unnecessarily overriding the common definition, preventing AOAI from building for .NET 8.
  • Loading branch information
joseharriaga authored Feb 20, 2025
1 parent c1b2d46 commit 9332687
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sdk/openai/Azure.AI.OpenAI/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,4 @@
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
-->
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., Directory.Build.props))\Directory.Build.props" />

<PropertyGroup>
<RequiredTargetFrameworks Condition="$(IsTestProject) != 'true'">netstandard2.0</RequiredTargetFrameworks>
</PropertyGroup>
</Project>

0 comments on commit 9332687

Please sign in to comment.