Update Newtonsoft.Json to 13.03 #9103
Open
+47
−88
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several changes to the UWP project, focusing on updating package references for Newtonsoft.Json Fixes #9102, modifying project configurations, updating documentation, removing secure file download steps, modifying project files to use new paths for temporary test signing keys.
Key Changes:
Pipeline Configuration:
.pipelines/templates/uwp-download-secure-files.yml
and updated.pipelines/uwp-ci.yml
to remove the template reference and add a task to generate a test signing certificate. [1] [2] [3]NuGet Configuration:
source/NuGet.config
fromAdaptiveCards-public
toAdaptiveCards-Dependencies
. New feed is publicly accessible allowing everyone to build this project.Project Configuration:
AdaptiveCardTestApp.csproj
,PerfApp.vcxproj
,UWPUITestApp.csproj
, etc.) to use theAssets
directory. [1] [2] [3] [4] [5] [6]Newtonsoft.Json
package references to version13.0.3
in several project files. [1] [2] [3] [4] [5] [6]Documentation:
source/uwp/README.md
to reflect changes in the NuGet package feed fromAdaptiveCards-public
toAdaptiveCards-Dependencies
. [1] [2] [3] [4] [5]