Core.Blueprint.DAL/Core.Blueprint.DAL.Storage/Core.Blueprint.DAL.Storage.csproj
2025-06-21 21:50:16 -06:00

18 lines
406 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Provider\BlobStorageService - Copy.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Core.Blueprint.Storage" Version="1.0.1" />
</ItemGroup>
</Project>