diff options
| author | mo khan <mo.khan@gmail.com> | 2020-08-05 00:08:40 +0000 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-08-05 00:08:40 +0000 |
| commit | ed6e39123472fecf4eb8fef1e75db28a3b4d1ff2 (patch) | |
| tree | f9793318cf58409f9ba69767b913581364400511 /spec/fixtures/expected/csharp/nuget-dotnetcore/v2.0.json | |
| parent | ec278fdc439b50419dcfaaec42210813872021ac (diff) | |
| parent | b9384429861a2383aed1903ad746484b0be8fb83 (diff) | |
Merge branch 'fix-build' into 'master'v3.19.5
Update dotnet test fixtures
See merge request gitlab-org/security-products/license-management!199
Diffstat (limited to 'spec/fixtures/expected/csharp/nuget-dotnetcore/v2.0.json')
| -rw-r--r-- | spec/fixtures/expected/csharp/nuget-dotnetcore/v2.0.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/spec/fixtures/expected/csharp/nuget-dotnetcore/v2.0.json b/spec/fixtures/expected/csharp/nuget-dotnetcore/v2.0.json index c71d478..c25dbdd 100644 --- a/spec/fixtures/expected/csharp/nuget-dotnetcore/v2.0.json +++ b/spec/fixtures/expected/csharp/nuget-dotnetcore/v2.0.json @@ -38,6 +38,12 @@ "count": 1 }, { + "id": "https://github.com/microsoft/chakracore/blob/master/license.txt", + "name": "https://github.com/Microsoft/ChakraCore/blob/master/LICENSE.txt", + "url": "", + "count": 1 + }, + { "id": "https://raw.githubusercontent.com/antlr/antlrcs/master/license.txt", "name": "https://raw.githubusercontent.com/antlr/antlrcs/master/LICENSE.txt", "url": "", @@ -74,6 +80,17 @@ ] }, { + "name": "Microsoft.ChakraCore", + "url": "", + "description": "", + "paths": [ + "." + ], + "licenses": [ + "https://github.com/microsoft/chakracore/blob/master/license.txt" + ] + }, + { "name": "Microsoft.NETCore.Platforms", "url": "", "description": "", |
