-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsantacrab2.github.io.csproj
More file actions
28 lines (24 loc) · 1.09 KB
/
santacrab2.github.io.csproj
File metadata and controls
28 lines (24 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
24
25
26
27
28
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Blazored.Modal" Version="7.3.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.3" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Core" Version="1.1.0" />
<PackageReference Include="PKHeX.Core" Version="24.5.5" />
<PackageReference Include="PublishSPAforGitHubPages.Build" Version="2.2.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="scripts\" />
</ItemGroup>
<ItemGroup>
<Reference Include="PKHeX.Core.AutoMod">
<HintPath>..\PKHeX-Plugins\PKHeX.Core.AutoMod\bin\Release\net8.0\PKHeX.Core.AutoMod.dll</HintPath>
</Reference>
</ItemGroup>
</Project>