Add project files.

This commit is contained in:
2025-06-21 23:45:31 -06:00
parent 9e355b699b
commit 6b82c73fc3
3 changed files with 67 additions and 0 deletions

13
Core.Adapters.Lib.csproj Normal file
View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Core.Blueprint.Mongo" Version="1.0.0" />
</ItemGroup>
</Project>