Skip to content
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

Bump NuGet dependencies to match Akka.NET 1.5 #163

Merged
merged 3 commits into from Feb 21, 2023

Conversation

Arkatufus
Copy link
Contributor

@Arkatufus Arkatufus commented Feb 20, 2023

Changes

  • Bump Akka.NET to 1.5.0-beta1
  • Bump XUnit to 2.4.2
  • Bump TestSdk to 17.4.1
  • Bump FSCheck to 2.16.5
  • Fix MessageSink regex string, v1.5 date time formatting changed from previous version

* Bump Akka.NET to 1.5.0-beta1
* Bump XUnit to 2.4.2
* Bump TestSdk to 17.4.1
* Bump FSCheck to 2.16.5
NuGet.Config Outdated
@@ -2,7 +2,7 @@
<configuration>
<packageSources>
<add key="myget.org/F/xunit" value="https://www.myget.org/F/xunit/api/v3/index.json" protocolVersion="3" />
<add key="myget.org/F/b4ff5f6" value="http://www.myget.org/F/b4ff5f68eccf4f6bbfed74f055f88d8f/api/v3/index.json" protocolVersion="3" />
<add key="myget.org/F/b4ff5f6" value="https://www.myget.org/F/b4ff5f68eccf4f6bbfed74f055f88d8f/api/v3/index.json" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this package source for?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No idea, I'm just preserving old code and making warnings go away by making the url https

@Aaronontheweb Aaronontheweb merged commit 8294e54 into akkadotnet:dev Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants