Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EdCharbeneau committed May 27, 2021
1 parent b0b9dfb commit 152a623
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions BlazorSize/BlazorPro.BlazorSize.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RazorLangVersion>3.0</RazorLangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<LangVersion>9.0</LangVersion>
<Version>5.0.0</Version>
<Version>5.0.0-pre</Version>
<Authors>Ed Charbeneau</Authors>
<Company>EdCharbeneau.com</Company>
<Description>A JavaScript interop for Blazor used to detect the browser's screen size and perform Media Query tests. BlazorSize uses the DOM API `matchMedia` to test screen size. BlazorSize was created to allow Blazor components to render adaptively.</Description>
Expand Down Expand Up @@ -46,12 +46,9 @@
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net5.0'">
<PackageReference Include="bunit.core">
<Version>1.2.27-preview</Version>
</PackageReference>
<PackageReference Include="Microsoft.AspNetCore.Components" Version="5.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="5.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="5.0.6" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.1" />
</ItemGroup>

<!-- NuGet info -->
Expand All @@ -71,6 +68,7 @@
<Content Include="*.ts">
<Pack>False</Pack>
</Content>
<PackageReference Include="bunit.core" Version="1.1.5" />
<Content Update="*.json">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
<Pack>False</Pack>
Expand Down

0 comments on commit 152a623

Please sign in to comment.