We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c548bdc commit 9a9d193Copy full SHA for 9a9d193
LazyProxy.Autofac/LazyProxy.Autofac.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<TargetFramework>netstandard2.0</TargetFramework>
5
- <Version>2.1.0</Version>
+ <Version>2.2.0</Version>
6
<PackageId>LazyProxy.Autofac</PackageId>
7
<Company>ServiceTitan, Inc.</Company>
8
<Authors>ServiceTitan, Inc.</Authors>
@@ -17,7 +17,7 @@
17
</PropertyGroup>
18
19
<ItemGroup>
20
- <PackageReference Include="Autofac" Version="6.3.0" />
+ <PackageReference Include="Autofac" Version="6.4.0" />
21
<PackageReference Include="LazyProxy" Version="1.0.2" />
22
</ItemGroup>
23
0 commit comments