From 2cd76f916a13e66f1fdf06dd7bf5dff6be64de0b Mon Sep 17 00:00:00 2001 From: Rory& Date: Fri, 7 Nov 2025 22:36:50 +0100 Subject: WIP: nix CI --- LibMatrix.Federation/LibMatrix.Federation.csproj | 1 + LibMatrix.Federation/deps.json | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 LibMatrix.Federation/deps.json (limited to 'LibMatrix.Federation') diff --git a/LibMatrix.Federation/LibMatrix.Federation.csproj b/LibMatrix.Federation/LibMatrix.Federation.csproj index b5cb7b2..851bf25 100644 --- a/LibMatrix.Federation/LibMatrix.Federation.csproj +++ b/LibMatrix.Federation/LibMatrix.Federation.csproj @@ -9,6 +9,7 @@ + diff --git a/LibMatrix.Federation/deps.json b/LibMatrix.Federation/deps.json new file mode 100644 index 0000000..cccc7bb --- /dev/null +++ b/LibMatrix.Federation/deps.json @@ -0,0 +1,22 @@ +[ + { + "pname": "BouncyCastle.Cryptography", + "version": "2.6.2", + "hash": "sha256-Yjk2+x/RcVeccGOQOQcRKCiYzyx1mlFnhS5auCII+Ms=" + }, + { + "pname": "Microsoft.Extensions.DependencyInjection.Abstractions", + "version": "10.0.0-rc.2.25502.107", + "hash": "sha256-1nh8z2nglCizQkl0iWwJ/au4BAuuBu0xghKHGBeTM1I=" + }, + { + "pname": "Microsoft.Extensions.Logging.Abstractions", + "version": "10.0.0-rc.2.25502.107", + "hash": "sha256-krml7WL+lF7oiYOvQ8NHQp7BVpHJrLIHhyxUgkHO+WE=" + }, + { + "pname": "Microsoft.Extensions.Primitives", + "version": "10.0.0-rc.2.25502.107", + "hash": "sha256-jvjZK/c8TGYIUA4zw7yR9uAFJmw90YE7TD3+DaxX9Ls=" + } +] -- cgit 1.5.1