aboutsummaryrefslogtreecommitdiffstats
path: root/src/server/Dough.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/Dough.csproj')
-rw-r--r--src/server/Dough.csproj16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/server/Dough.csproj b/src/server/Dough.csproj
new file mode 100644
index 0000000..ae3d56a
--- /dev/null
+++ b/src/server/Dough.csproj
@@ -0,0 +1,16 @@
+<Project Sdk="Microsoft.NET.Sdk.Web">
+
+ <PropertyGroup>
+ <TargetFramework>netcoreapp3.1</TargetFramework>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="BCrypt.Net-Core" Version="1.6.0" />
+ <PackageReference Include="Serilog.AspNetCore" Version="3.2.0" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.6" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.6" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.6" />
+ </ItemGroup>
+
+
+</Project>