Skip to content

Commit

Permalink
nuget packages update and release 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sjefvanleeuwen committed Oct 16, 2020
1 parent 33a912a commit 1bf95b9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@


<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.7" />
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="3.1.7" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.7" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.9" />
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="3.1.9" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.9" />
<PackageReference Include="Microsoft.AspNetCore.Razor" Version="2.2.0" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions src/Blazor.AdminLte.Site/Blazor.AdminLte.Site.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="3.1.7" />
<PackageReference Include="Westwind.AspnetCore.LiveReload" Version="0.2.12" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="3.1.9" />
<PackageReference Include="Westwind.AspnetCore.LiveReload" Version="0.2.14" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Blazor.AdminLte.Tests/Blazor.AdminLte.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Include="bunit.web" Version="1.0.0-beta-8" />
<PackageReference Include="bunit.xunit" Version="1.0.0-beta-8" />
<PackageReference Include="xunit" Version="2.4.1" />
Expand Down
6 changes: 3 additions & 3 deletions src/Blazor.AdminLte/Blazor.AdminLte.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
<Copyright>Copyright (c) 2020 Sjef van Leeuwen</Copyright>
<PackageIcon>blazor-adminlte-256.png</PackageIcon>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageVersion>0.0.8</PackageVersion>
<PackageVersion>0.0.9</PackageVersion>
<PackageReleaseNotes></PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Blazorized.AdminLte.Content" Version="3.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.7" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.7" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.9" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.9" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\LICENSE">
Expand Down

0 comments on commit 1bf95b9

Please sign in to comment.