Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Added [email protected]

* Corrected earliest netstandard 2.0 version of Serilog.Expressions to 1.1.0.

* Update registry.json

* Update registry.json

* Ignore versions < 3.2.1

---------

Co-authored-by: Borja Domínguez <[email protected]>
Co-authored-by: Borja Domínguez <[email protected]>
  • Loading branch information
3 people authored Dec 28, 2023
1 parent d25d0a3 commit 619addb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1118,6 +1118,10 @@
"listed": true,
"version": "1.0.4"
},
"Serilog.Expressions": {
"listed": true,
"version": "3.2.1"
},
"Serilog.Extensions.Hosting": {
"listed": true,
"version": "2.0.0"
Expand Down
4 changes: 3 additions & 1 deletion src/UnityNuGet.Tests/RegistryTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,10 @@ public async Task Ensure_Min_Version_Is_Correct_Ignoring_Analyzers_And_Native_Li
// Monomod Versions < 18.11.9.9 depend on System.Runtime.Loader which doesn't ship .netstandard2.0.
@"MonoMod.Utils",
@"MonoMod.RuntimeDetour",
// MumbleSharp < 2.0.0 depend on NAudio which doesn't ship .netstandard2.0.
// Versions < 2.0.0 depend on NAudio which doesn't ship .netstandard2.0.
@"MumbleSharp",
// Versions < 3.2.1 depend on Nullable which doesn't ship .netstandard2.0.
@"Serilog.Expressions",
// Versions < 1.4.1 has dependencies on Microsoft.AspNetCore.*.
@"StrongInject.Extensions.DependencyInjection",
// Versions < 4.6.0 in theory supports .netstandard2.0 but it doesn't have a lib folder with assemblies and it makes it fail.
Expand Down

0 comments on commit 619addb

Please sign in to comment.