Skip to content

Commit

Permalink
Enable building Turkey with source-built CI SDKs that reference futur…
Browse files Browse the repository at this point in the history
…e target framework versions.
  • Loading branch information
tmds committed Jul 11, 2023
1 parent dda0049 commit c8e77e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Turkey/Turkey.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<!-- Building Turkey with a source-built .NET SDK may fail if that SDK references a version for TargetFramework
that is not yet released. Setting TargetBundledFramework to 'true' enables building with such SDKs by using
the bundled framework instead. -->
<TargetFramework Condition="'$(TargetBundledFramework)' == 'true'">net$(BundledNETCoreAppTargetFrameworkVersion)</TargetFramework>
<UseAppHost>false</UseAppHost>
<RollForward>Major</RollForward>
</PropertyGroup>
Expand Down

0 comments on commit c8e77e4

Please sign in to comment.