豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit 01dc4d3

Browse files
committed
Fix
1 parent 9358409 commit 01dc4d3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/NuGet.Core/NuGet.Protocol/Utility/JsonContext.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ namespace NuGet.Protocol.Utility
1717
[JsonSerializable(typeof(HttpFileSystemBasedFindPackageByIdResource.FlatContainerVersionList))]
1818
[JsonSerializable(typeof(IReadOnlyList<V3VulnerabilityIndexEntry>), TypeInfoPropertyName = "VulnerabilityIndex")]
1919
[JsonSerializable(typeof(CaseInsensitiveDictionary<IReadOnlyList<PackageVulnerabilityInfo>>), TypeInfoPropertyName = "VulnerabilityPage")]
20-
<<<<<<< Updated upstream
21-
=======
2220
[JsonSerializable(typeof(AutoCompleteModel))]
23-
[JsonSerializable(typeof(ServiceIndexModel))]
24-
>>>>>>> Stashed changes
2521
internal partial class JsonContext : JsonSerializerContext
2622
{
2723
}

0 commit comments

Comments
 (0)