voile/Voile.Storage.Oracle/Voile.Storage.Oracle.csproj
2026-01-20 16:59:40 +01:00

14 lines
310 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Voile.Common\Voile.Common.csproj" />
</ItemGroup>
</Project>