Skip to content

Commit

Permalink
build(Moq): Downgrade moq
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenengland committed Jul 28, 2019
1 parent 1cea604 commit e067fda
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 29 deletions.
12 changes: 0 additions & 12 deletions App/DeepLinkR.Core/Class1.cs

This file was deleted.

1 change: 0 additions & 1 deletion App/DeepLinkR.Core/DeepLinkR.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Class1.cs" />
<Compile Include="Configuration\AppConfiguration.cs" />
<Compile Include="Configuration\BrowserConfiguration.cs" />
<Compile Include="Configuration\ClipboardConfiguration.cs" />
Expand Down
12 changes: 0 additions & 12 deletions Tests/DeepLinkR.Core.Tests/Class1.cs

This file was deleted.

5 changes: 2 additions & 3 deletions Tests/DeepLinkR.Core.Tests/DeepLinkR.Core.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
<Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll</HintPath>
</Reference>
<Reference Include="Moq, Version=4.12.0.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
<HintPath>..\..\packages\Moq.4.12.0\lib\net45\Moq.dll</HintPath>
<Reference Include="Moq, Version=4.7.145.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
<HintPath>..\..\packages\Moq.4.7.145\lib\net45\Moq.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
Expand Down Expand Up @@ -84,7 +84,6 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Class1.cs" />
<Compile Include="ConfigurationTests\ConfigurationTests.cs" />
<Compile Include="MockedObjects\MockedBrowserDefinitions.cs" />
<Compile Include="MockedObjects\MockedDeepLinkCategories.cs" />
Expand Down
2 changes: 1 addition & 1 deletion Tests/DeepLinkR.Core.Tests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="AsyncFixer" version="1.1.6" targetFramework="net461" developmentDependency="true" />
<package id="Castle.Core" version="4.4.0" targetFramework="net461" />
<package id="Moq" version="4.12.0" targetFramework="net461" />
<package id="Moq" version="4.7.145" targetFramework="net461" />
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net461" />
<package id="SharpClipboard" version="3.3.0" targetFramework="net461" />
<package id="StyleCop.Analyzers" version="1.1.118" targetFramework="net461" developmentDependency="true" />
Expand Down

0 comments on commit e067fda

Please sign in to comment.