Core.Blueprint.DAL/Core.Blueprint.DAL.Storage/Core.Blueprint.DAL.Storage.csproj
2025-06-09 00:40:43 -06:00

18 lines
401 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="Blueprint.Storage" Version="0.0.3" />
</ItemGroup>
</Project>