diff options
author | Bob Arnson <bob@firegiant.com> | 2024-11-10 13:53:02 -0500 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2024-11-10 20:14:39 -0500 |
commit | cc9463ee3cb08847c0dc66dc08529e8b5f696bf4 (patch) | |
tree | 3c0c43fe4c27b14344f3a713b19450234ce5b9b6 | |
parent | 53d84c9b96b027df505ab99f3db0719a82108b2b (diff) | |
download | wix-cc9463ee3cb08847c0dc66dc08529e8b5f696bf4.tar.gz wix-cc9463ee3cb08847c0dc66dc08529e8b5f696bf4.tar.bz2 wix-cc9463ee3cb08847c0dc66dc08529e8b5f696bf4.zip |
Update to nonwhingy System.Text.Json.
-rw-r--r-- | src/internal/SetBuildNumber/Directory.Packages.props.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/SetBuildNumber/Directory.Packages.props.pp b/src/internal/SetBuildNumber/Directory.Packages.props.pp index 721771d0..552aab87 100644 --- a/src/internal/SetBuildNumber/Directory.Packages.props.pp +++ b/src/internal/SetBuildNumber/Directory.Packages.props.pp | |||
@@ -53,7 +53,7 @@ | |||
53 | <PackageVersion Include="System.Reflection.Metadata" Version="1.8.1" /> | 53 | <PackageVersion Include="System.Reflection.Metadata" Version="1.8.1" /> |
54 | <PackageVersion Include="System.Security.Principal.Windows" Version="4.7.0" /> | 54 | <PackageVersion Include="System.Security.Principal.Windows" Version="4.7.0" /> |
55 | <PackageVersion Include="System.Text.Encoding.CodePages" Version="4.7.1" /> | 55 | <PackageVersion Include="System.Text.Encoding.CodePages" Version="4.7.1" /> |
56 | <PackageVersion Include="System.Text.Json" Version="6.0.9" /> | 56 | <PackageVersion Include="System.Text.Json" Version="6.0.10" /> |
57 | 57 | ||
58 | <PackageVersion Include="Microsoft.AspNetCore.Owin" Version="3.1.13" /> | 58 | <PackageVersion Include="Microsoft.AspNetCore.Owin" Version="3.1.13" /> |
59 | <PackageVersion Include="Microsoft.VisualStudio.Setup.Configuration.Native" Version="3.10.2154" /> | 59 | <PackageVersion Include="Microsoft.VisualStudio.Setup.Configuration.Native" Version="3.10.2154" /> |