File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk.Web" >
1+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
44 <TargetFramework >netcoreapp2.1</TargetFramework >
99 <PackageReference Include =" Microsoft.AspNetCore.Razor.Design" Version =" 2.1.2" PrivateAssets =" All" />
1010 <PackageReference Include =" SimpleInjector" Version =" 5.3.0" />
1111 <PackageReference Include =" SimpleInjector.Integration.AspNetCore.Mvc" Version =" 5.3.0" />
12+ <PackageReference Include =" SimpleInjector.Integration.ServiceCollection" Version =" 5.3.0" />
1213 </ItemGroup >
1314
1415</Project >
Original file line number Diff line number Diff line change 77 <ItemGroup >
88 <PackageReference Include =" SimpleInjector" Version =" 5.3.0" />
99 <PackageReference Include =" SimpleInjector.Integration.AspNetCore.Mvc" Version =" 5.3.0" />
10+ <PackageReference Include =" SimpleInjector.Integration.ServiceCollection" Version =" 5.3.0" />
1011 </ItemGroup >
1112
1213</Project >
You can’t perform that action at this time.
0 commit comments