Skip to content

Commit

Permalink
fixed unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Horusiath committed Nov 8, 2017
1 parent cb98966 commit c93f71f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
1 change: 0 additions & 1 deletion Hyperion.Tests/ExpressionTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Runtime.Serialization;
using Xunit;

namespace Hyperion.Tests
Expand Down
4 changes: 2 additions & 2 deletions Hyperion.Tests/Hyperion.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard1.6</TargetFramework>
<TargetFrameworks>net461;netcoreapp1.1</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Akka" Version="1.3.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
<PackageReference Include="System.Collections.Immutable" Version="1.4.0" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down
10 changes: 5 additions & 5 deletions Hyperion.sln
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Hyperion.Tests.FSharpData",
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hyperion.Benchmarks", "Hyperion.Benchmarks\Hyperion.Benchmarks.csproj", "{CAE2DB69-0BE7-4B11-96DB-D5B61D35607F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hyperion.Tests", "Hyperion.Tests\Hyperion.Tests.csproj", "{3D012049-DD13-4ECE-AEFC-0FF0EE8CA70A}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hyperion.Tests", "Hyperion.Tests\Hyperion.Tests.csproj", "{EA096BA2-3B4C-4878-B9AD-5A88D164EBF0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -39,10 +39,10 @@ Global
{CAE2DB69-0BE7-4B11-96DB-D5B61D35607F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CAE2DB69-0BE7-4B11-96DB-D5B61D35607F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAE2DB69-0BE7-4B11-96DB-D5B61D35607F}.Release|Any CPU.Build.0 = Release|Any CPU
{3D012049-DD13-4ECE-AEFC-0FF0EE8CA70A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D012049-DD13-4ECE-AEFC-0FF0EE8CA70A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D012049-DD13-4ECE-AEFC-0FF0EE8CA70A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D012049-DD13-4ECE-AEFC-0FF0EE8CA70A}.Release|Any CPU.Build.0 = Release|Any CPU
{EA096BA2-3B4C-4878-B9AD-5A88D164EBF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA096BA2-3B4C-4878-B9AD-5A88D164EBF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA096BA2-3B4C-4878-B9AD-5A88D164EBF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA096BA2-3B4C-4878-B9AD-5A88D164EBF0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit c93f71f

Please sign in to comment.