From 92d2f2be36a22de300b5842687524a309bf3edbc Mon Sep 17 00:00:00 2001 From: Jamie Magee Date: Thu, 4 May 2023 13:52:38 -0700 Subject: [PATCH] chore(deps): add dependency on `System.Text.Json` to `Microsoft.ComponentDetection.Contracts` This is required as our contracts package targets `netstandard2.0` --- Directory.Packages.props | 1 + .../Microsoft.ComponentDetection.Contracts.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/Directory.Packages.props b/Directory.Packages.props index e6858209c..2cd58219b 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -40,6 +40,7 @@ + diff --git a/src/Microsoft.ComponentDetection.Contracts/Microsoft.ComponentDetection.Contracts.csproj b/src/Microsoft.ComponentDetection.Contracts/Microsoft.ComponentDetection.Contracts.csproj index 67cf4bf2c..d7aab1c0a 100644 --- a/src/Microsoft.ComponentDetection.Contracts/Microsoft.ComponentDetection.Contracts.csproj +++ b/src/Microsoft.ComponentDetection.Contracts/Microsoft.ComponentDetection.Contracts.csproj @@ -10,6 +10,7 @@ +