Skip to content

Commit fa9ebfd

Browse files
committed
Update Directory.Build.props
1 parent 06346ab commit fa9ebfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
<Using Include="System.Runtime.InteropServices" />
1616
<Using Include="System.Linq.Expressions" />
1717
<Using Include="System.Data.SqlClient.SqlConnection" Alias="DataSqlConnection" />
18-
<Using Include="Microsoft.Extensions.DependencyInjection" Condition="$(TargetFramework) == 'net7.0'" />
18+
<Using Include="Microsoft.Extensions.DependencyInjection" Condition="$(TargetFramework) == 'net7.0'" />
1919
</ItemGroup>
2020
</Project>

0 commit comments

Comments
 (0)