summary refs log tree commit diff
path: root/extra/admin-api/Spacebar.ConfigModel/Spacebar.ConfigModel.csproj
diff options
context:
space:
mode:
authorCyber <mateusz.hf18@gmail.com>2025-12-15 08:29:43 +0100
committerGitHub <noreply@github.com>2025-12-15 08:29:43 +0100
commita583d85d443a3af7ebbd3ab87f887748f1439d25 (patch)
tree4da1cc7dc9514969825ef003706849e58840e34f /extra/admin-api/Spacebar.ConfigModel/Spacebar.ConfigModel.csproj
parentfix: check if event is "opened" or "closed" (diff)
parentfix cors (diff)
downloadserver-ts-a583d85d443a3af7ebbd3ab87f887748f1439d25.tar.xz
Merge branch 'spacebarchat:master' into fix/gh-webhook-events-more
Diffstat (limited to 'extra/admin-api/Spacebar.ConfigModel/Spacebar.ConfigModel.csproj')
-rw-r--r--extra/admin-api/Spacebar.ConfigModel/Spacebar.ConfigModel.csproj9
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/admin-api/Spacebar.ConfigModel/Spacebar.ConfigModel.csproj b/extra/admin-api/Spacebar.ConfigModel/Spacebar.ConfigModel.csproj
new file mode 100644

index 00000000..237d6616 --- /dev/null +++ b/extra/admin-api/Spacebar.ConfigModel/Spacebar.ConfigModel.csproj
@@ -0,0 +1,9 @@ +<Project Sdk="Microsoft.NET.Sdk"> + + <PropertyGroup> + <TargetFramework>net10.0</TargetFramework> + <ImplicitUsings>enable</ImplicitUsings> + <Nullable>enable</Nullable> + </PropertyGroup> + +</Project>