-
Notifications
You must be signed in to change notification settings - Fork 1.1k
fixed solution issues that prevented NuGet publication #3819
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixed solution issues that prevented NuGet publication #3819
Conversation
These are some left-overs from our original move onto .NET Standard 2.0 - looks like I accidentally left Akka.Persistence.FSharp out of the solution. |
@@ -4,7 +4,7 @@ | |||
<AssemblyTitle>Akka.NodeTestRunner</AssemblyTitle> | |||
<TargetFrameworks>$(NetFrameworkTestVersion);$(NetCoreTestVersion)</TargetFrameworks> | |||
<OutputType>Exe</OutputType> | |||
<RuntimeIdentifiers>win7-x86</RuntimeIdentifiers> | |||
<RuntimeIdentifiers>win7-x64</RuntimeIdentifiers> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needed this to fix MNTR publication.
@@ -17,12 +17,4 @@ | |||
<ProjectReference Include="..\Akka.FSharp\Akka.FSharp.fsproj" /> | |||
<ProjectReference Include="..\Akka.Persistence\Akka.Persistence.csproj" /> | |||
</ItemGroup> | |||
|
|||
<ItemGroup> | |||
<PackageReference Include="FSharp.Core" Version="4.2.3"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not necessary - we pull these dependencies in from Akka.Persistence.FSharp
* fixed solution issues that prevented NuGet publication * fixed last publish bug
* fixed solution issues that prevented NuGet publication * fixed last publish bug
…otnet#3819)" This reverts commit 14dce3c.
* fixed solution issues that prevented NuGet publication * fixed last publish bug
* fixed solution issues that prevented NuGet publication * fixed last publish bug
No description provided.