Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Blazored/LocalStorage into …
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
chrissainty committed Aug 21, 2021
2 parents 48ab726 + 3246a3d commit b3187d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Blazored.LocalStorage/Blazored.LocalStorage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,10 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1' OR '$(TargetFramework)' == 'netcoreapp3.1'">
<PackageReference Include="Microsoft.AspNetCore.Components" Version="$(DotNet3Version)" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="$(DotNet3Version)" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net5.0'">
<PackageReference Include="Microsoft.AspNetCore.Components" Version="$(DotNet5Version)" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="$(DotNet5Version)" />
</ItemGroup>

Expand Down

0 comments on commit b3187d0

Please sign in to comment.