Skip to content

Commit

Permalink
added ICal.Net package
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangroese committed Jun 21, 2024
1 parent 567903d commit 362e994
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Orso.Arpa.Api/Orso.Arpa.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="13.9.6" />
<PackageReference Include="HotChocolate.Data" Version="13.9.6" />
<PackageReference Include="HotChocolate.Data.EntityFramework" Version="13.9.6" />
<PackageReference Include="Ical.Net" Version="4.2.0" />
<PackageReference Include="MicroElements.Swashbuckle.FluentValidation" Version="6.0.0" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
<PackageReference Include="Microsoft.ApplicationInsights.NLogTarget" Version="2.22.0" />
Expand All @@ -45,13 +46,13 @@
</ItemGroup>

<ItemGroup>
<Folder Include="wwwroot\"/>
<Folder Include="wwwroot\" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Orso.Arpa.Application\Orso.Arpa.Application.csproj"/>
<ProjectReference Include="..\Orso.Arpa.Domain\Orso.Arpa.Domain.csproj"/>
<ProjectReference Include="..\Orso.Arpa.Infrastructure\Orso.Arpa.Infrastructure.csproj"/>
<ProjectReference Include="..\Orso.Arpa.Application\Orso.Arpa.Application.csproj" />
<ProjectReference Include="..\Orso.Arpa.Domain\Orso.Arpa.Domain.csproj" />
<ProjectReference Include="..\Orso.Arpa.Infrastructure\Orso.Arpa.Infrastructure.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 362e994

Please sign in to comment.