Skip to content

Commit 34cc9b7

Browse files
committed
Update Microsoft.Extensions.DependencyModel to Version="2.1.0" in Castle.Windsor.csproj
castleproject#564
1 parent 63ea95f commit 34cc9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Castle.Windsor/Castle.Windsor.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
<ItemGroup Condition="'$(TargetFramework)'=='netstandard2.0'">
3737
<PackageReference Include="System.Runtime.Loader" Version="4.3.0" />
38-
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="1.1.2" />
38+
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="2.1.0" />
3939
</ItemGroup>
4040

4141
</Project>

0 commit comments

Comments
 (0)