You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
580 B
20 lines
580 B
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<<<<<<< HEAD
|
|
<PackageReference Include="Blazorise.Bootstrap" Version="1.1.4.1" />
|
|
<PackageReference Include="Blazorise.DataGrid" Version="1.1.4.1" />
|
|
<PackageReference Include="Blazorise.Icons.FontAwesome" Version="1.1.4.1" />
|
|
=======
|
|
<Folder Include="wwwroot\images\" />
|
|
>>>>>>> 3440c9059da8cb9c6643c5187eb805ec45f4ec18
|
|
</ItemGroup>
|
|
|
|
</Project>
|