Skip to content

Commit

Permalink
Updated to the latest version of the .NET Standard Engine
Browse files Browse the repository at this point in the history
  • Loading branch information
rprouse committed Apr 25, 2017
1 parent 28c65ba commit 00a32ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,10 @@ Task("Clean")
Task("NuGetRestore")
.Does(() =>
{
Information("Restoring NuGet Packages for the Adapter Solution");
DotNetCoreRestore(ADAPTER_SOLUTION);

Information("Restoring NuGet Packages for the Demo Solution");
DotNetCoreRestore(DEMO_SOLUTION);
});

Expand Down
2 changes: 1 addition & 1 deletion src/NUnitTestAdapter/NUnit.TestAdapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="1.1.0" />
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="15.0.0" PrivateAssets="All" />
<PackageReference Include="Mono.Cecil" Version="0.10.0-beta4" />
<PackageReference Include="nunit.engine.netstandard" Version="3.7.0-ci-03553-pr-205" />
<PackageReference Include="nunit.engine.netstandard" Version="3.7.0-ci-03581-pr-205" />
</ItemGroup>

</Project>

0 comments on commit 00a32ce

Please sign in to comment.