Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Bump Microsoft.AspNetCore.Mvc from 1.0.2 to 1.0.4 in /sample/MusicStore #149

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump Microsoft.AspNetCore.Mvc from 1.0.2 to 1.0.4 in /sample/MusicStore
Bumps Microsoft.AspNetCore.Mvc from 1.0.2 to 1.0.4.

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 29, 2019
commit cae215289f6bbf72e58128accdfe254fcbc08cdf
2 changes: 1 addition & 1 deletion sample/MusicStore/MusicStore.csproj
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@
<PackageReference Include="Microsoft.AspNetCore.Diagnostics" Version="1.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="1.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="1.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.0.4" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.TagHelpers" Version="1.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Server.IISIntegration" Version="1.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="1.0.1" />