Skip to content

Commit

Permalink
Merge pull request #3001 from Aaronontheweb/fix-2976-hyperion
Browse files Browse the repository at this point in the history
close #2976 - dropped ref to nightlies for Hyperion restore
  • Loading branch information
Danthar committed Aug 17, 2017
2 parents 46456cb + c9449cf commit e767118
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="netcorenightly" value="https://www.myget.org/F/akkadotnet-netcore/api/v3/index.json" />
</packageSources>
</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="reference.conf" />
<PackageReference Include="Hyperion" Version="0.9.5" />
<ProjectReference Include="..\..\..\core\Akka\Akka.csproj" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.6' ">
Expand All @@ -20,9 +21,6 @@
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Hyperion" Version="0.9.5" />
</ItemGroup>
<PropertyGroup Condition=" '$(TargetFramework)' == 'net45' ">
<DefineConstants>$(DefineConstants);SERIALIZATION</DefineConstants>
</PropertyGroup>
Expand Down

0 comments on commit e767118

Please sign in to comment.