30 lines
967 B
XML
30 lines
967 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Version>2.2.1</Version>
|
|
<Authors>Megabit</Authors>
|
|
<Company>Megabit</Company>
|
|
<Description>
|
|
This is a Blazorise Template for a Blazor Server Application.
|
|
Blazorise is a component library built on top of Blazor and CSS frameworks like Bootstrap, FluentUI2, Tailwind, Bulma and Material.
|
|
</Description>
|
|
<Copyright>Copyright 2018-2026 Megabit</Copyright>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Remove=".mcp.json" />
|
|
<None Include=".mcp.json" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Blazorise" Version="2.2.1" />
|
|
<PackageReference Include="Blazorise.Bootstrap5" Version="2.2.1" />
|
|
<PackageReference Include="Blazorise.Icons.FontAwesome" Version="2.2.1" />
|
|
<PackageReference Include="Blazorise.DataGrid" Version="2.2.1" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|