Files
UniVerse/backend/UniVerse.Infrastructure/UniVerse.Infrastructure.csproj
T
Renovate Bot 731584503f
Backend CI / build-and-test (pull_request) Successful in 38s
Frontend Playwright / e2e (pull_request) Failing after 1m50s
chore(deps): update dependency ical.net to 5.2.3
2026-07-05 07:15:00 +00:00

25 lines
999 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>UniVerse.Infrastructure</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Identity.Client" Version="4.84.0" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.2" />
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.8" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.18.0" />
<PackageReference Include="Quartz" Version="3.18.1" />
<PackageReference Include="Ical.Net" Version="5.2.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\UniVerse.Domain\UniVerse.Domain.csproj" />
<ProjectReference Include="..\UniVerse.Application\UniVerse.Application.csproj" />
</ItemGroup>
</Project>