summary refs log tree commit diff
path: root/MatrixSystemdBridge/MatrixSystemdBridge.csproj
blob: 898c00ba20840bea5d21666cb2659a3bfc0efedf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<Project Sdk="Microsoft.NET.Sdk.Worker">

    <PropertyGroup>
        <TargetFramework>net9.0</TargetFramework>
        <Nullable>enable</Nullable>
        <ImplicitUsings>enable</ImplicitUsings>
        <UserSecretsId>dotnet-MatrixSystemdBridge-dd5992c3-6b6d-47a2-8e7f-f8397e66b23a</UserSecretsId>
    </PropertyGroup>

    <ItemGroup>
        <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.8"/>
    </ItemGroup>
</Project>