about summary refs log tree commit diff
path: root/MatrixMediaGate/MatrixMediaGate.csproj
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-02-25 09:15:06 +0100
committerRory& <root@rory.gay>2024-02-25 09:15:06 +0100
commitb27978162f3215f49837fa72d81c94078776db0d (patch)
tree442b63ab0819d62d8f366bdddc1cb42a74addb8c /MatrixMediaGate/MatrixMediaGate.csproj
downloadMatrixMediaGate-b27978162f3215f49837fa72d81c94078776db0d.tar.xz
Initial commit
Diffstat (limited to 'MatrixMediaGate/MatrixMediaGate.csproj')
-rw-r--r--MatrixMediaGate/MatrixMediaGate.csproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/MatrixMediaGate/MatrixMediaGate.csproj b/MatrixMediaGate/MatrixMediaGate.csproj
new file mode 100644

index 0000000..f847a82 --- /dev/null +++ b/MatrixMediaGate/MatrixMediaGate.csproj
@@ -0,0 +1,10 @@ +<Project Sdk="Microsoft.NET.Sdk.Web"> + + <PropertyGroup> + <TargetFramework>net8.0</TargetFramework> + <Nullable>enable</Nullable> + <ImplicitUsings>enable</ImplicitUsings> + <InvariantGlobalization>true</InvariantGlobalization> + </PropertyGroup> + +</Project>