Skip to content

Commit

Permalink
Tidy up tt generation - add ref to system.text.json for net8+
Browse files Browse the repository at this point in the history
  • Loading branch information
dualtagh committed Jul 19, 2024
1 parent 7add437 commit fa84ea2
Show file tree
Hide file tree
Showing 4 changed files with 374 additions and 395 deletions.
4 changes: 4 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
<PropertyGroup Condition="'$(TF_BUILD)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">
<SystemTextJsonVersion>8.0.4</SystemTextJsonVersion>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\LICENSE">
Expand Down
Loading

0 comments on commit fa84ea2

Please sign in to comment.