Skip to content

Commit

Permalink
Bumped System.Text.Json back to 9.0.0-rc.2.24473.5 (dotnet#41)
Browse files Browse the repository at this point in the history
The solution currently doesn't build due to a bad package reference for System.Text.Json. This fixes the reference so that it uses v9.0.0-rc.2.24473.5, which is required by Microsoft.Extensions.AI.
  • Loading branch information
jmatthiesen authored Oct 9, 2024
1 parent edabad4 commit 49d83de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
<PackageVersion Include="StatefulReconnection" Version="0.1.0" />
<PackageVersion Include="Markdown2Pdf" Version="2.2.1" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.0-release-24352-06" />
<PackageVersion Include="System.Text.Json" Version="9.0.0-rtm.24476.4" />
<PackageVersion Include="System.Text.Json" Version="9.0.0-rc.2.24473.5" />
<PackageVersion Include="xunit" Version="2.9.0" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
<PackageVersion Include="Duende.IdentityServer" Version="7.0.6" />
<PackageVersion Include="Serilog.AspNetCore" Version="8.0.2-dev-00341" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 49d83de

Please sign in to comment.