Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bdovaz committed Mar 1, 2024
1 parent 3f68acf commit d929b79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1249,6 +1249,10 @@
"listed": true,
"version": "1.0.0"
},
"Serilog.Sinks.PeriodicBatching": {
"listed": true,
"version": "2.2.0"
},
"Serilog.Sinks.Trace": {
"listed": true,
"version": "3.0.0"
Expand Down
2 changes: 2 additions & 0 deletions src/UnityNuGet.Tests/RegistryTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ public async Task Ensure_Min_Version_Is_Correct_Ignoring_Analyzers_And_Native_Li
@"AWSSDK.*",
// It has too many versions, the minimum version is lifted so as not to process so many versions
@"CSharpFunctionalExtensions",
// Some versions between 5.6.4 and 6.3.0 doesn't ship .netstandard2.0.
@"Elasticsearch.Net",
// It has too many versions, the minimum version is lifted so as not to process so many versions
@"Google.Apis.AndroidPublisher.v3",
// Versions prior to 1.11.24 depend on System.Xml.XPath.XmlDocument which does not target .netstandard2.0
Expand Down

0 comments on commit d929b79

Please sign in to comment.