Skip to content

Commit

Permalink
Fix upper version of Castle.Core* packages to < 5.0 to avoid breaking…
Browse files Browse the repository at this point in the history
… changes
  • Loading branch information
Jevonius committed May 14, 2022
1 parent 2e7eefd commit 1cdf0bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='net45'">
<PackageReference Include="Castle.Core-log4net" Version="4.4.1" />
<PackageReference Include="Castle.Core-NLog" Version="4.4.1" />
<PackageReference Include="Castle.Core-log4net" Version="[4.4.1,5.0)" />
<PackageReference Include="Castle.Core-NLog" Version="[4.4.1,5.0)" />
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="11.0.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Castle.Windsor/Castle.Windsor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Castle.Core" Version="4.4.1" />
<PackageReference Include="Castle.Core" Version="[4.4.1,5.0)" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='net45'">
Expand Down

0 comments on commit 1cdf0bd

Please sign in to comment.