-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDemoBlazor.csproj
40 lines (25 loc) · 1.3 KB
/
DemoBlazor.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Blazorise.Animate" Version="1.1.6" />
<PackageReference Include="Blazorise.Components" Version="1.1.6" />
<PackageReference Include="Blazorise.DataGrid" Version="1.1.6" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.1" PrivateAssets="all" />
<PackageReference Include="Blazorise.Icons.Material" Version="1.1.6" />
<PackageReference Include="Blazorise.LoadingIndicator" Version="1.1.6" />
<PackageReference Include="Blazorise.Material" Version="1.1.6" />
<PackageReference Include="Blazorise.Snackbar" Version="1.1.6" />
<PackageReference Include="Blazorise.SpinKit" Version="1.1.6" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Newtonsoft.Json.Bson" Version="1.0.2" />
<PackageReference Include="RestSharp" Version="106.13.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="Servicios\" />
</ItemGroup>
</Project>