Skip to content

Commit c56e6b8

Browse files
committed
Update ASP.NET Core packages
1 parent 7fb04cf commit c56e6b8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: src/React.AspNet.Middleware/React.AspNet.Middleware.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
</ItemGroup>
3535

3636
<ItemGroup>
37-
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.0.0" />
38-
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.0.0" />
37+
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.2.0" />
38+
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.2.0" />
3939
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.2.0" />
4040
<PackageReference Include="Microsoft.Extensions.FileProviders.Physical" Version="2.2.0" />
4141
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="2.2.0" />

Diff for: src/React.AspNet/React.AspNet.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</ItemGroup>
3232

3333
<ItemGroup>
34-
<PackageReference Include="Microsoft.AspNetCore.Mvc.ViewFeatures" Version="2.0.0" />
34+
<PackageReference Include="Microsoft.AspNetCore.Mvc.ViewFeatures" Version="2.2.0" />
3535
</ItemGroup>
3636

3737
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">

Diff for: src/React.Router/React.Router.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
</ItemGroup>
2929

3030
<ItemGroup>
31-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.0.0" />
32-
<PackageReference Include="Microsoft.AspNetCore.Mvc.ViewFeatures" Version="2.0.0" />
31+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.2" />
32+
<PackageReference Include="Microsoft.AspNetCore.Mvc.ViewFeatures" Version="2.2.0" />
3333
<PackageReference Include="Microsoft.Sourcelink.Github" Version="1.0.0-beta2-18618-05" PrivateAssets="All" />
3434
</ItemGroup>
3535

0 commit comments

Comments
 (0)