-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBlazorButton.csproj
More file actions
17 lines (14 loc) · 732 Bytes
/
Copy pathBlazorButton.csproj
File metadata and controls
17 lines (14 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="6.0.11" PrivateAssets="all" />
<PackageReference Include="Syncfusion.Blazor.Buttons" Version="20.3.0.50" />
<PackageReference Include="Syncfusion.Blazor.Grid" Version="20.3.0.50" />
<PackageReference Include="Syncfusion.Blazor.Themes" Version="20.3.0.50" />
</ItemGroup>
</Project>