Entwicklung_BLAZOR/Test Stefan/DxBlazorApplication1/DxBlazorApplication1/DxBlazorApplication1.csproj
2025-09-26 15:53:48 +02:00

15 lines
536 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.1.4" />
<PackageReference Include="DevExpress.Blazor.PdfViewer" Version="25.1.4" />
<PackageReference Include="DevExpress.Pdf.SkiaRenderer" Version="25.1.4" />
</ItemGroup>
<ItemGroup>
<Folder Include="wwwroot\images\" />
</ItemGroup>
</Project>