about summary refs log tree commit diff
path: root/MatrixRoomUtils.Core/MatrixRoomUtils.Core.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixRoomUtils.Core/MatrixRoomUtils.Core.csproj')
-rw-r--r--MatrixRoomUtils.Core/MatrixRoomUtils.Core.csproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/MatrixRoomUtils.Core/MatrixRoomUtils.Core.csproj b/MatrixRoomUtils.Core/MatrixRoomUtils.Core.csproj
index 6836c68..5ca40bd 100644
--- a/MatrixRoomUtils.Core/MatrixRoomUtils.Core.csproj
+++ b/MatrixRoomUtils.Core/MatrixRoomUtils.Core.csproj
@@ -6,4 +6,10 @@
         <Nullable>enable</Nullable>
     </PropertyGroup>
 
+    <ItemGroup>
+      <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions">
+        <HintPath>..\..\..\.cache\NuGetPackages\microsoft.extensions.dependencyinjection.abstractions\7.0.0\lib\net7.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
+      </Reference>
+    </ItemGroup>
+
 </Project>