about summary refs log tree commit diff
path: root/MatrixRoomUtils.Core/MatrixRoomUtils.Core.csproj
blob: 60f11f0785d34d39c4e11d4497b35ddeea0195b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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" />
    </ItemGroup>

</Project>