Skip to content

Commit

Permalink
fix: enable recommended fx check in SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
codito committed Feb 13, 2025
1 parent 656845f commit 4d0017a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<SourceRoot Condition="$(SourceRoot) == ''">$(MSBuildThisFileDirectory)</SourceRoot>
<SourcePrefix>4.0.0</SourcePrefix>
<SourcePrefix>6.0.0</SourcePrefix>
</PropertyGroup>

<PropertyGroup>
Expand Down Expand Up @@ -29,9 +29,6 @@

<!-- Use C# 9.0 -->
<LangVersion>latest</LangVersion>

<!-- Do not warn for netstandard1.x usage -->
<CheckNotRecommendedTargetFramework>false</CheckNotRecommendedTargetFramework>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
Expand Down

0 comments on commit 4d0017a

Please sign in to comment.