about summary refs log tree commit diff
path: root/MatrixUtils.Web.Server/MatrixUtils.Web.Server.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixUtils.Web.Server/MatrixUtils.Web.Server.csproj')
-rw-r--r--MatrixUtils.Web.Server/MatrixUtils.Web.Server.csproj23
1 files changed, 23 insertions, 0 deletions
diff --git a/MatrixUtils.Web.Server/MatrixUtils.Web.Server.csproj b/MatrixUtils.Web.Server/MatrixUtils.Web.Server.csproj
new file mode 100644
index 0000000..c4318d0
--- /dev/null
+++ b/MatrixUtils.Web.Server/MatrixUtils.Web.Server.csproj
@@ -0,0 +1,23 @@
+<Project Sdk="Microsoft.NET.Sdk.Web">
+
+    <PropertyGroup>
+        <TargetFramework>net8.0</TargetFramework>
+        <Nullable>enable</Nullable>
+        <ImplicitUsings>enable</ImplicitUsings>
+        <LangVersion>preview</LangVersion>
+    </PropertyGroup>
+
+    <ItemGroup>
+        <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.0" />
+    </ItemGroup>
+
+    <ItemGroup>
+        <ProjectReference Include="..\MatrixUtils.Web\MatrixUtils.Web.csproj" />
+    </ItemGroup>
+
+    <ItemGroup>
+        <Folder Include="Controllers" />
+    </ItemGroup>
+
+
+</Project>