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.csproj14
1 files changed, 0 insertions, 14 deletions
diff --git a/MatrixRoomUtils.Core/MatrixRoomUtils.Core.csproj b/MatrixRoomUtils.Core/MatrixRoomUtils.Core.csproj
deleted file mode 100644
index 3571eab..0000000
--- a/MatrixRoomUtils.Core/MatrixRoomUtils.Core.csproj
+++ /dev/null
@@ -1,14 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk">
-
-    <PropertyGroup>
-        <TargetFramework>net7.0</TargetFramework>
-        <ImplicitUsings>enable</ImplicitUsings>
-        <Nullable>enable</Nullable>
-    </PropertyGroup>
-
-    <ItemGroup>
-        <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
-        <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.1" />
-    </ItemGroup>
-
-</Project>