summary refs log tree commit diff
path: root/MatrixInviteLogger/MatrixInviteLogger.csproj
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-03-13 11:50:16 +0100
committerRory& <root@rory.gay>2025-03-13 11:50:16 +0100
commit7a1f8b51779ed8a6112fc83d13d81c3efdf792b7 (patch)
tree6429e5a14c517400a4d6a9a9b96c6bd13df5ac4e /MatrixInviteLogger/MatrixInviteLogger.csproj
downloadMatrixInviteLogger-7a1f8b51779ed8a6112fc83d13d81c3efdf792b7.tar.xz
Initial commit
Diffstat (limited to 'MatrixInviteLogger/MatrixInviteLogger.csproj')
-rw-r--r--MatrixInviteLogger/MatrixInviteLogger.csproj17
1 files changed, 17 insertions, 0 deletions
diff --git a/MatrixInviteLogger/MatrixInviteLogger.csproj b/MatrixInviteLogger/MatrixInviteLogger.csproj
new file mode 100644

index 0000000..5a322ce --- /dev/null +++ b/MatrixInviteLogger/MatrixInviteLogger.csproj
@@ -0,0 +1,17 @@ +<Project Sdk="Microsoft.NET.Sdk.Worker"> + + <PropertyGroup> + <TargetFramework>net9.0</TargetFramework> + <Nullable>enable</Nullable> + <ImplicitUsings>enable</ImplicitUsings> + <UserSecretsId>dotnet-MatrixInviteLogger-87d8c346-8c07-42f9-8bfb-f2a714bbd663</UserSecretsId> + </PropertyGroup> + + <ItemGroup> + <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.2"/> + </ItemGroup> + + <ItemGroup> + <ProjectReference Include="..\LibMatrix\Utilities\LibMatrix.Utilities.Bot\LibMatrix.Utilities.Bot.csproj" /> + </ItemGroup> +</Project>