Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey85 committed Oct 8, 2023
1 parent fe39de0 commit f288368
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Pkmds.Blazor/Pkmds.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
</PropertyGroup>

<PropertyGroup Condition=" '$(RunConfiguration)' == 'https' ">
<ExternalConsole>true</ExternalConsole>
<ExternalConsole>true</ExternalConsole>
</PropertyGroup>
<PropertyGroup Condition=" '$(RunConfiguration)' == 'http' ">
<ExternalConsole>true</ExternalConsole>
<ExternalConsole>true</ExternalConsole>
</PropertyGroup>
<ItemGroup>
<Compile Remove="TestFiles\**" />
Expand Down
10 changes: 3 additions & 7 deletions Pkmds.Rcl/Pkmds.Rcl.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
Expand All @@ -11,14 +11,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="KristofferStrube.Blazor.FileSystemAccess" Version="3.2.0" />
<PackageReference Include="KristofferStrube.Blazor.FileSystemAccess" Version="3.2.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="7.0.11" />
<PackageReference Include="MudBlazor" Version="6.10.0" />
<PackageReference Include="MudBlazor" Version="6.11.0" />
<PackageReference Include="PKHeX.Core" Version="23.9.25" />
</ItemGroup>

<ItemGroup>
<Folder Include="wwwroot\js\" />
</ItemGroup>

</Project>

0 comments on commit f288368

Please sign in to comment.