Skip to content

Commit d6c44d9

Browse files
committed
Fix (temporary) assembly dependency paths.
1 parent e70213b commit d6c44d9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

test/MsgPack.UnitTest.BclExtensions.WinRT/MsgPack.UnitTest.BclExtensions.WinRT.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
<ItemGroup>
168168
<Reference Include="MsgPack, Version=0.7.0.0, Culture=neutral, PublicKeyToken=a2625990d5dc0167, processorArchitecture=MSIL">
169169
<SpecificVersion>False</SpecificVersion>
170-
<HintPath>..\..\src\netstandard\1.1\MsgPack\bin\Debug\netstandard1.1\MsgPack.dll</HintPath>
170+
<HintPath>..\..\src\MsgPack.CoreClr\bin\Debug\netstandard1.1\MsgPack.dll</HintPath>
171171
</Reference>
172172
<Reference Include="System.Collections.Immutable, Version=1.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
173173
<HintPath>..\..\packages\System.Collections.Immutable.1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>

test/MsgPack.UnitTest.Uwp/MsgPack.UnitTest.Uwp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1895,7 +1895,7 @@
18951895
</ItemGroup>
18961896
<ItemGroup>
18971897
<Reference Include="MsgPack">
1898-
<HintPath>..\..\src\netstandard\1.3\MsgPack\bin\Debug\netstandard1.3\MsgPack.dll</HintPath>
1898+
<HintPath>..\..\src\MsgPack.CoreClr\bin\Debug\netstandard1.3\MsgPack.dll</HintPath>
18991899
</Reference>
19001900
</ItemGroup>
19011901
<ItemGroup>

test/MsgPack.UnitTest.WinRT.WindowsPhone/MsgPack.UnitTest.WinRT.WindowsPhone.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@
458458
<ItemGroup>
459459
<Reference Include="MsgPack, Version=0.7.0.0, Culture=neutral, PublicKeyToken=a2625990d5dc0167, processorArchitecture=MSIL">
460460
<SpecificVersion>False</SpecificVersion>
461-
<HintPath>..\..\src\netstandard\1.1\MsgPack\bin\Debug\netstandard1.1\MsgPack.dll</HintPath>
461+
<HintPath>..\..\src\MsgPack.CoreClr\bin\Debug\netstandard1.1\MsgPack.dll</HintPath>
462462
</Reference>
463463
</ItemGroup>
464464
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '12.0' ">

test/MsgPack.UnitTest.WinRT/MsgPack.UnitTest.WinRT.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@
507507
<ItemGroup>
508508
<Reference Include="MsgPack, Version=0.7.0.0, Culture=neutral, PublicKeyToken=a2625990d5dc0167, processorArchitecture=MSIL">
509509
<SpecificVersion>False</SpecificVersion>
510-
<HintPath>..\..\src\netstandard\1.1\MsgPack\bin\Debug\netstandard1.1\MsgPack.dll</HintPath>
510+
<HintPath>..\..\src\MsgPack.CoreClr\bin\Debug\netstandard1.1\MsgPack.dll</HintPath>
511511
</Reference>
512512
<Reference Include="System.Numerics.Vectors, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
513513
<HintPath>..\..\packages\System.Numerics.Vectors.4.1.1-rc2-24027\lib\portable-net45+win8\System.Numerics.Vectors.dll</HintPath>

0 commit comments

Comments
 (0)