Adding of archive items is mostly operational. Need to handle file upload

This commit is contained in:
Vincent Allen
2025-07-29 16:16:42 -04:00
parent 13c45e8459
commit 6475a28263
158 changed files with 2628 additions and 801 deletions

View File

@@ -7,6 +7,11 @@
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<None Remove="ArtifactTypes\ArtifactTypesProvider.cs~RF1193acf.TMP" />
<None Remove="Tables.cs~RF142e541.TMP" />
</ItemGroup>
<ItemGroup>
<Content Include="appsettings.Development.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
@@ -29,4 +34,8 @@
<PackageReference Include="Npgsql.DependencyInjection" Version="9.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OpenArchival.Core\OpenArchival.Core.csproj" />
</ItemGroup>
</Project>