Skip to content

Commit 467d633

Browse files
committed
Update ASP.NET Extensions to v2.2.0
1 parent be7c43d commit 467d633

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/React.AspNet.Middleware/React.AspNet.Middleware.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
<ItemGroup>
3434
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.0.0" />
3535
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.0.0" />
36-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.0.0" />
37-
<PackageReference Include="Microsoft.Extensions.FileProviders.Physical" Version="2.0.0" />
38-
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="2.0.0" />
36+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.2.0" />
37+
<PackageReference Include="Microsoft.Extensions.FileProviders.Physical" Version="2.2.0" />
38+
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="2.2.0" />
3939
</ItemGroup>
4040

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

0 commit comments

Comments
 (0)