Skip to content
This repository has been archived by the owner. It is now read-only.

Commit 71cf92f

Browse files
committed
Fix reference to Castle.Core 3.3.3 for SL5 project
1 parent 664c46c commit 71cf92f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Source.Silverlight/Moq.Silverlight.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@
8181
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
8282
</PropertyGroup>
8383
<ItemGroup>
84-
<Reference Include="Castle.Core, Version=3.2.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
84+
<Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
8585
<SpecificVersion>False</SpecificVersion>
86-
<HintPath>..\packages\Castle.Core.3.2.0\lib\sl5\Castle.Core.dll</HintPath>
86+
<HintPath>..\packages\Castle.Core.3.3.3\lib\sl5\Castle.Core.dll</HintPath>
8787
</Reference>
8888
<Reference Include="mscorlib" />
8989
<Reference Include="system" />
@@ -423,4 +423,4 @@
423423
</FlavorProperties>
424424
</VisualStudio>
425425
</ProjectExtensions>
426-
</Project>
426+
</Project>

0 commit comments

Comments
 (0)