-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFakeDataMaker.csproj
More file actions
23 lines (20 loc) · 1.09 KB
/
FakeDataMaker.csproj
File metadata and controls
23 lines (20 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
<PropertyGroup>
<StaticWebAssetBasePath>FakeDataMaker</StaticWebAssetBasePath>
<BlazorWebAssemblyLoadAllGlobalizationData>true</BlazorWebAssemblyLoadAllGlobalizationData>
<BlazorEnableWebAssemblyRuntimeIntegrity>false</BlazorEnableWebAssemblyRuntimeIntegrity>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BlazorDownloadFile" Version="2.4.0.2" />
<PackageReference Include="Blazored.LocalStorage" Version="4.5.0" />
<PackageReference Include="Bogus" Version="35.6.3" />
<PackageReference Include="ClosedXML" Version="0.105.0" />
<PackageReference Include="CsvHelper" Version="33.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.16" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="9.0.5" PrivateAssets="all" />
<PackageReference Include="MudBlazor" Version="8.7.0" />
</ItemGroup>
</Project>