Skip to content

Commit 23a2ea5

Browse files
authored
Remove unnecessary dependency (#8165)
This was causing a forced downgrade to 4.6.2. The dependency now come in transitively at a higher version.
1 parent e92834a commit 23a2ea5

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/GalleryTools/GalleryTools.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@
8888
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
8989
<PrivateAssets>all</PrivateAssets>
9090
</PackageReference>
91-
<PackageReference Include="Autofac">
92-
<Version>4.6.2</Version>
93-
</PackageReference>
9491
<PackageReference Include="CsvHelper">
9592
<Version>7.1.1</Version>
9693
</PackageReference>
@@ -110,4 +107,4 @@
110107
</PropertyGroup>
111108
<Import Project="$(SignPath)\sign.targets" Condition="Exists('$(SignPath)\sign.targets')" />
112109
<Import Project="$(SignPath)\sign.microbuild.targets" Condition="Exists('$(SignPath)\sign.microbuild.targets')" />
113-
</Project>
110+
</Project>

0 commit comments

Comments
 (0)