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.csproj11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/server/Dough.csproj b/src/server/Dough.csproj
index e54ff49..407dc84 100644
--- a/src/server/Dough.csproj
+++ b/src/server/Dough.csproj
@@ -8,6 +8,7 @@
<PackageReference Include="BCrypt.Net-Core" Version="1.6.0" />
<PackageReference Include="IdentityServer4" Version="4.0.4" />
<PackageReference Include="IdentityServer4.EntityFramework" Version="4.0.4" />
+ <PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="3.1.6" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="3.1.6" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="3.1.2" />
<PackageReference Include="Serilog.AspNetCore" Version="3.2.0" />
@@ -15,6 +16,16 @@
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.6" />
</ItemGroup>
<ItemGroup>
+ <Content Update="Pages\Login.cshtml">
+ <ExcludeFromSingleFile>true</ExcludeFromSingleFile>
+ <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
+ </Content>
+ <Content Update="Pages\Error.cshtml">
+ <ExcludeFromSingleFile>true</ExcludeFromSingleFile>
+ <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
+ </Content>
+ </ItemGroup>
+ <ItemGroup>
<Folder Include="AppData" />
</ItemGroup>
</Project> \ No newline at end of file