File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/React.AspNet.Middleware Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
<ItemGroup >
34
34
<PackageReference Include =" Microsoft.AspNetCore.Hosting.Abstractions" Version =" 2.0.0" />
35
35
<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" />
39
39
</ItemGroup >
40
40
41
41
<PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
You can’t perform that action at this time.
0 commit comments