Skip to content

Commit

Permalink
Changed csproj inclusion method
Browse files Browse the repository at this point in the history
  • Loading branch information
reidst committed Dec 10, 2023
1 parent 5d33a48 commit 76fde52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion csci340-iseegreen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="7.0.11" />

<None Include="wwwroot\seed.db" />
<Content Include="wwwroot\seed.db">
<CopyToPublishDirectory>Always</CopyToPublishDirectory>
</Content>
</ItemGroup>

</Project>

0 comments on commit 76fde52

Please sign in to comment.