Entwicklung_BLAZOR/Test Stefan/DxBlazorApplication2/DxBlazorApplication2/DxBlazorApplication2.csproj
2026-02-19 08:51:04 +01:00

16 lines
563 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DevExpress.Blazor" Version="25.2.4" />
<PackageReference Include="DevExpress.Blazor.PdfViewer" Version="25.2.4" />
<PackageReference Include="MsgReader" Version="6.0.3" />
</ItemGroup>
<ItemGroup>
<Folder Include="Components\Formen\" />
<Folder Include="Data\Annotations\" />
</ItemGroup>
</Project>