Skip to content

Commit 63b5796

Browse files
Merge pull request #4 from servicetitan/update_autofac
Update Autofac to 6.4.0, bump version
2 parents c548bdc + 9a9d193 commit 63b5796

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LazyProxy.Autofac/LazyProxy.Autofac.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>2.1.0</Version>
5+
<Version>2.2.0</Version>
66
<PackageId>LazyProxy.Autofac</PackageId>
77
<Company>ServiceTitan, Inc.</Company>
88
<Authors>ServiceTitan, Inc.</Authors>
@@ -17,7 +17,7 @@
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="Autofac" Version="6.3.0" />
20+
<PackageReference Include="Autofac" Version="6.4.0" />
2121
<PackageReference Include="LazyProxy" Version="1.0.2" />
2222
</ItemGroup>
2323

0 commit comments

Comments
 (0)