File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<Project >
22
33 <PropertyGroup >
4- <Version >5.11.5 </Version >
4+ <Version >5.11.6 </Version >
55 <PackageReleaseNotes >This release is compatible with Core 3.1</PackageReleaseNotes >
66 </PropertyGroup >
77
88 <PropertyGroup >
9- <UnityContainerVersion >5.11.4 </UnityContainerVersion >
9+ <UnityContainerVersion >5.11.5 </UnityContainerVersion >
1010 </PropertyGroup >
1111
1212</Project >
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ namespace Unity.Microsoft.DependencyInjection.Lifetime
99 /// is disposed all these objects are disposed as well.
1010 /// </summary>
1111 public class InjectionTransientLifetimeManager : LifetimeManager ,
12- IFactoryLifetimeManager ,
13- ITypeLifetimeManager
12+ IFactoryLifetimeManager ,
13+ ITypeLifetimeManager
1414 {
1515 public override void SetValue ( object newValue , ILifetimeContainer container = null )
1616 {
You can’t perform that action at this time.
0 commit comments