Skip to content

Commit

Permalink
Moq 다운그레이드 4.2.1408.619.,
Browse files Browse the repository at this point in the history
  • Loading branch information
jwChung committed Nov 3, 2014
1 parent 8c696aa commit ba3b3bf
Show file tree
Hide file tree
Showing 20 changed files with 18 additions and 13 deletions.
Binary file not shown.
Binary file added packages/Moq.4.2.1402.2112/lib/net35/Moq.dll
Binary file not shown.
Binary file added packages/Moq.4.2.1402.2112/lib/net40/Moq.dll
Binary file not shown.
Binary file not shown.
Binary file removed packages/Moq.4.2.1409.1722/Moq.4.2.1409.1722.nupkg
Binary file not shown.
Binary file removed packages/Moq.4.2.1409.1722/lib/net35/Moq.dll
Binary file not shown.
Binary file removed packages/Moq.4.2.1409.1722/lib/net40/Moq.dll
Binary file not shown.
Binary file not shown.
9 changes: 6 additions & 3 deletions test/DomainModelUnitTest/DomainModelUnitTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@
<Reference Include="Jwc.Experiment.Xunit">
<HintPath>..\..\packages\Experiment.Xunit.2.1.1\lib\net40\Jwc.Experiment.Xunit.dll</HintPath>
</Reference>
<Reference Include="Moq">
<HintPath>..\..\packages\Moq.4.2.1409.1722\lib\net40\Moq.dll</HintPath>
<Reference Include="Moq, Version=4.2.1402.2112, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Moq.4.2.1402.2112\lib\net40\Moq.dll</HintPath>
</Reference>
<Reference Include="Ploeh.Albedo, Version=1.0.2.0, Culture=neutral, PublicKeyToken=179ef6dd03497bbd, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down Expand Up @@ -95,7 +96,9 @@
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<ItemGroup>
<CodeAnalysisDictionary Include="..\..\build\CodeAnalysisDictionary.xml">
Expand Down
2 changes: 1 addition & 1 deletion test/DomainModelUnitTest/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Moq" publicKeyToken="69f491c39445e920" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.2.1409.1722" newVersion="4.2.1409.1722" />
<bindingRedirect oldVersion="0.0.0.0-4.2.1402.2112" newVersion="4.2.1402.2112" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Ploeh.AutoFixture" publicKeyToken="b24654c590009d4f" culture="neutral" />
Expand Down
2 changes: 1 addition & 1 deletion test/DomainModelUnitTest/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<package id="Experiment.AutoFixture" version="2.1.1" targetFramework="net451" />
<package id="Experiment.Idioms" version="2.1.1" targetFramework="net451" />
<package id="Experiment.Xunit" version="2.1.1" targetFramework="net451" />
<package id="Moq" version="4.2.1409.1722" targetFramework="net451" />
<package id="Moq" version="4.2.1402.2112" targetFramework="net451" />
<package id="StyleCop.MSBuild" version="4.7.49.0" targetFramework="net451" developmentDependency="true" />
<package id="xunit" version="1.9.2" targetFramework="net451" />
<package id="xunit.extensions" version="1.9.2" targetFramework="net451" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@
<Reference Include="Jwc.Experiment.Xunit">
<HintPath>..\..\packages\Experiment.Xunit.2.1.1\lib\net40\Jwc.Experiment.Xunit.dll</HintPath>
</Reference>
<Reference Include="Moq">
<HintPath>..\..\packages\Moq.4.2.1409.1722\lib\net40\Moq.dll</HintPath>
<Reference Include="Moq, Version=4.2.1402.2112, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Moq.4.2.1402.2112\lib\net40\Moq.dll</HintPath>
</Reference>
<Reference Include="Ploeh.Albedo">
<HintPath>..\..\packages\Albedo.1.0.2\lib\net35\Ploeh.Albedo.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion test/EFPersistenceModelUnitTest/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Moq" publicKeyToken="69f491c39445e920" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.2.1409.1722" newVersion="4.2.1409.1722" />
<bindingRedirect oldVersion="0.0.0.0-4.2.1402.2112" newVersion="4.2.1402.2112" />
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand Down
2 changes: 1 addition & 1 deletion test/EFPersistenceModelUnitTest/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<package id="Experiment.AutoFixture" version="2.1.1" targetFramework="net451" />
<package id="Experiment.Idioms" version="2.1.1" targetFramework="net451" />
<package id="Experiment.Xunit" version="2.1.1" targetFramework="net451" />
<package id="Moq" version="4.2.1409.1722" targetFramework="net451" />
<package id="Moq" version="4.2.1402.2112" targetFramework="net451" />
<package id="StyleCop.MSBuild" version="4.7.49.0" targetFramework="net451" developmentDependency="true" />
<package id="xunit" version="1.9.2" targetFramework="net451" />
<package id="xunit.extensions" version="1.9.2" targetFramework="net451" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@
<Reference Include="Jwc.Experiment.Xunit">
<HintPath>..\..\packages\Experiment.Xunit.2.1.1\lib\net40\Jwc.Experiment.Xunit.dll</HintPath>
</Reference>
<Reference Include="Moq">
<HintPath>..\..\packages\Moq.4.2.1409.1722\lib\net40\Moq.dll</HintPath>
<Reference Include="Moq, Version=4.2.1402.2112, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Moq.4.2.1402.2112\lib\net40\Moq.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\..\packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion test/WebApiPresentationModelUnitTest/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Moq" publicKeyToken="69f491c39445e920" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.2.1409.1722" newVersion="4.2.1409.1722" />
<bindingRedirect oldVersion="0.0.0.0-4.2.1402.2112" newVersion="4.2.1402.2112" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Ploeh.AutoFixture" publicKeyToken="b24654c590009d4f" culture="neutral" />
Expand Down
2 changes: 1 addition & 1 deletion test/WebApiPresentationModelUnitTest/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<package id="Microsoft.AspNet.WebApi.Client" version="5.1.2" targetFramework="net451" />
<package id="Microsoft.AspNet.WebApi.Core" version="5.1.2" targetFramework="net451" />
<package id="Microsoft.AspNet.WebApi.WebHost" version="5.1.2" targetFramework="net451" />
<package id="Moq" version="4.2.1409.1722" targetFramework="net451" />
<package id="Moq" version="4.2.1402.2112" targetFramework="net451" />
<package id="Newtonsoft.Json" version="4.5.11" targetFramework="net451" />
<package id="StyleCop.MSBuild" version="4.7.49.0" targetFramework="net451" developmentDependency="true" />
<package id="xunit" version="1.9.2" targetFramework="net451" />
Expand Down

0 comments on commit ba3b3bf

Please sign in to comment.