diff options
Diffstat (limited to 'MyDarling.csproj')
-rw-r--r-- | MyDarling.csproj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/MyDarling.csproj b/MyDarling.csproj index 3179cb5..60ee12c 100644 --- a/MyDarling.csproj +++ b/MyDarling.csproj @@ -15,7 +15,10 @@ </PackageReference> <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.1" /> <PackageReference Include="SkiaSharp" Version="2.88.7" /> - <PackageReference Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="2.88.7" /> + <PackageReference Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="2.88.7" /> + <None Include="wwwroot\**"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </None> </ItemGroup> </Project> |