Skip to content

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

Merged
merged 2 commits into from
Jun 6, 2019

Conversation

Aaronontheweb
Copy link
Member

No description provided.

@Aaronontheweb
Copy link
Member Author

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>
Copy link
Member Author

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"/>
Copy link
Member Author

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

@Aaronontheweb Aaronontheweb merged commit 8ed7bbc into akkadotnet:dev Jun 6, 2019
@Aaronontheweb Aaronontheweb deleted the fix-nuget-publish-bugs branch June 6, 2019 20:52
madmonkey pushed a commit to madmonkey/akka.net that referenced this pull request Jul 12, 2019
* fixed solution issues that prevented NuGet publication

* fixed last publish bug
Aaronontheweb added a commit to Aaronontheweb/akka.net that referenced this pull request Jul 21, 2019
* fixed solution issues that prevented NuGet publication

* fixed last publish bug
Aaronontheweb added a commit to Aaronontheweb/akka.net that referenced this pull request Jul 21, 2019
Aaronontheweb added a commit to Aaronontheweb/akka.net that referenced this pull request Jul 26, 2019
* fixed solution issues that prevented NuGet publication

* fixed last publish bug
Aaronontheweb added a commit to Aaronontheweb/akka.net that referenced this pull request Jul 30, 2019
* fixed solution issues that prevented NuGet publication

* fixed last publish bug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant