Files
DiunaBI/DiunaBI.Plugins.Morska/DiunaBI.Plugins.Morska.csproj

17 lines
597 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2025-11-19 12:33:37 +01:00
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2025-11-19 12:33:37 +01:00
<PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.0" />
2025-06-02 18:53:25 +02:00
<PackageReference Include="Google.Apis.Sheets.v4" Version="1.68.0.3525" />
</ItemGroup>
<ItemGroup>
2025-11-05 20:50:25 +01:00
<ProjectReference Include="..\DiunaBI.Domain\DiunaBI.Domain.csproj" />
<ProjectReference Include="..\DiunaBI.Infrastructure\DiunaBI.Infrastructure.csproj" />
</ItemGroup>
</Project>