diff options
Diffstat (limited to 'MatrixMediaGate/MatrixMediaGate.csproj')
-rw-r--r-- | MatrixMediaGate/MatrixMediaGate.csproj | 10 |
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> |