summaryrefslogtreecommitdiff
path: root/DSACore/DSACore.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'DSACore/DSACore.csproj')
-rw-r--r--DSACore/DSACore.csproj20
1 files changed, 20 insertions, 0 deletions
diff --git a/DSACore/DSACore.csproj b/DSACore/DSACore.csproj
new file mode 100644
index 0000000..44c4f8c
--- /dev/null
+++ b/DSACore/DSACore.csproj
@@ -0,0 +1,20 @@
+<Project Sdk="Microsoft.NET.Sdk.Web">
+
+ <PropertyGroup>
+ <TargetFramework>netcoreapp2.1</TargetFramework>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="Microsoft.AspNetCore.App" />
+ <PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <Folder Include="wwwroot\" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="..\DSALib\DSALib.csproj" />
+ </ItemGroup>
+
+</Project>