-
Notifications
You must be signed in to change notification settings - Fork 0
/
yt6983138.github.io.csproj
30 lines (25 loc) · 1.22 KB
/
yt6983138.github.io.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
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Blazorise" Version="1.5.1" />
<PackageReference Include="Blazorise.Bootstrap" Version="1.5.1" />
<PackageReference Include="Blazorise.Icons.FontAwesome" Version="1.5.1" />
<PackageReference Include="Blazorise.QRCode" Version="1.5.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.0" PrivateAssets="all" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SharpZipLib" Version="1.4.2" />
</ItemGroup>
<ItemGroup>
<None Include="wwwroot\Assets\Generic\DownloadHelper.js" />
<None Include="wwwroot\RksReaderEnhanced\testFile.xml" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PhigrosLibraryCSharp\PhigrosLibraryCSharp\PhigrosLibraryCSharp.csproj" />
<ProjectReference Include="..\yt6983138\yt6983138.csproj" />
</ItemGroup>
</Project>