Skip to content

Commit

Permalink
Rollback ASP.NET dependencies for CoverageReport project (possibly ca…
Browse files Browse the repository at this point in the history
…using build failures on CI due to composure issues with updated .NET)
  • Loading branch information
Xenomega committed Dec 7, 2018
1 parent d832c54 commit c2673a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Meadow.CoverageReport/Meadow.CoverageReport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.ViewCompilation" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.1.3" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.ViewCompilation" Version="2.1.1" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="2.1.1" />
<PackageReference Include="System.Memory" Version="4.5.1" />
</ItemGroup>

Expand Down

0 comments on commit c2673a4

Please sign in to comment.