-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump System.Text.Json in /Samples/DCE.PCF/DCE.PCF.Plugins
Bumps System.Text.Json from 6.0.2 to 8.0.4. --- updated-dependencies: - dependency-name: System.Text.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
5185b2d
commit 03eb185
Showing
2 changed files
with
15 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Microsoft.Bcl.AsyncInterfaces" version="6.0.0" targetFramework="net462" /> | ||
<package id="Microsoft.Bcl.AsyncInterfaces" version="8.0.0" targetFramework="net462" /> | ||
<package id="Microsoft.CrmSdk.CoreAssemblies" version="9.0.2.48" targetFramework="net462" /> | ||
<package id="Microsoft.CrmSdk.CoreTools" version="9.1.0.115" targetFramework="net462" /> | ||
<package id="spkl" version="1.0.640" targetFramework="net462" /> | ||
<package id="System.Buffers" version="4.5.1" targetFramework="net462" /> | ||
<package id="System.Memory" version="4.5.4" targetFramework="net462" /> | ||
<package id="System.Memory" version="4.5.5" targetFramework="net462" /> | ||
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net462" /> | ||
<package id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" targetFramework="net462" /> | ||
<package id="System.Text.Encodings.Web" version="6.0.0" targetFramework="net462" /> | ||
<package id="System.Text.Json" version="6.0.2" targetFramework="net462" /> | ||
<package id="System.Text.Encodings.Web" version="8.0.0" targetFramework="net462" /> | ||
<package id="System.Text.Json" version="8.0.4" targetFramework="net462" /> | ||
<package id="System.Threading.Tasks.Extensions" version="4.5.4" targetFramework="net462" /> | ||
<package id="System.ValueTuple" version="4.5.0" targetFramework="net462" /> | ||
</packages> |