Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 579d1c9

Browse files
upgraded to Akka.NET v1.5.0-beta3 (#183)
1 parent ec26874 commit 579d1c9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Akka.Persistence.PostgreSql.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Akka.Persistence.PostgreSql
99
EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{118AFA68-6532-498C-8037-A6151FD7A655}"
1111
ProjectSection(SolutionItems) = preProject
12-
common.props = common.props
1312
..\README.md = ..\README.md
1413
EndProjectSection
1514
EndProject

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PropertyGroup>
1515
<XunitVersion>2.4.2</XunitVersion>
1616
<XunitRunnerVersion>2.4.5</XunitRunnerVersion>
17-
<AkkaVersion>1.4.49</AkkaVersion>
17+
<AkkaVersion>1.5.0-beta3</AkkaVersion>
1818
<PostgresLowVersion>5.0.11</PostgresLowVersion>
1919
<PostgresHighVersion>6.0.7</PostgresHighVersion>
2020
<PostgresVersion>[$(PostgresLowVersion), $(PostgresHighVersion)]</PostgresVersion>

0 commit comments

Comments
 (0)