Files
LehrerApp/Directory.Packages.props
2026-03-29 23:47:31 +02:00

35 lines
1.2 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<Project>
<!--
Central Package Management (CPM) alle NuGet-Versionen an einem Ort.
In den .csproj-Dateien werden Versionen weggelassen:
<PackageReference Include="LiteDB" /> ← kein Version-Attribut nötig
-->
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<!-- Avalonia -->
<PackageVersion Include="Avalonia" Version="11.3.12" />
<PackageVersion Include="Avalonia.Desktop" Version="11.3.12" />
<PackageVersion Include="Avalonia.Themes.Fluent" Version="11.3.12" />
<PackageVersion Include="Avalonia.Fonts.Inter" Version="11.3.12" />
<!-- MVVM & DI -->
<PackageVersion Include="CommunityToolkit.Mvvm"
Version="8.4.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection"
Version="9.0.3" />
<!-- Datenbank -->
<PackageVersion Include="LiteDB" Version="5.0.21" />
<!-- ASP.NET Core / Web -->
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer"
Version="9.0.3" />
<!-- System -->
<PackageVersion Include="System.Text.Json" Version="9.0.3" />
</ItemGroup>
</Project>