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/LibMatrix.csproj | 1 + LibMatrix/deps.json | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 LibMatrix/deps.json (limited to 'LibMatrix') diff --git a/LibMatrix/LibMatrix.csproj b/LibMatrix/LibMatrix.csproj index 61810a3..7d4ca5c 100644 --- a/LibMatrix/LibMatrix.csproj +++ b/LibMatrix/LibMatrix.csproj @@ -21,6 +21,7 @@ + diff --git a/LibMatrix/deps.json b/LibMatrix/deps.json new file mode 100644 index 0000000..d6ba81b --- /dev/null +++ b/LibMatrix/deps.json @@ -0,0 +1,12 @@ +[ + { + "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=" + } +] -- cgit 1.5.1