From 7c8e6f10bc69e10a2b2c4f2c94441a6ea5427216 Mon Sep 17 00:00:00 2001 From: uless Date: Wed, 18 Mar 2020 11:22:25 +0800 Subject: [PATCH] Upgrade orleans's version to 2.1.3. --- Test/RayCore.Tests/RayCore.Tests.csproj | 2 +- Test/RayTest.Grains/RayTest.Grains.csproj | 2 +- Test/RayTest.IGrains/RayTest.IGrains.csproj | 2 +- .../Transfer.Grains/Transfer.Grains.csproj | 2 +- .../Transfer.IGrains/Transfer.IGrains.csproj | 4 ++-- .../Transfer.Server/Transfer.Server.csproj | 4 ++-- examples/Transfer/Transfer.Grains/Transfer.Grains.csproj | 2 +- examples/Transfer/Transfer.IGrains/Transfer.IGrains.csproj | 4 ++-- examples/Transfer/Transfer.Server/Transfer.Server.csproj | 4 ++-- examples/TxTransfer/Transfer.Grains/Transfer.Grains.csproj | 2 +- .../TxTransfer/Transfer.IGrains/Transfer.IGrains.csproj | 4 ++-- examples/TxTransfer/Transfer.Server/Transfer.Server.csproj | 4 ++-- src/Directory.Build.props | 2 +- src/Ray.Core.Abstractions/Ray.Core.Abstractions.csproj | 4 ++-- src/Ray.Core/Ray.Core.csproj | 6 +++--- .../Ray.DistributedTx.Abstractions.csproj | 2 +- src/Ray.Storage.MySQL/Ray.Storage.MySQL.csproj | 2 +- src/Ray.Storage.PostgreSQL/Storage/EventStorage.cs | 4 ++-- 18 files changed, 28 insertions(+), 28 deletions(-) diff --git a/Test/RayCore.Tests/RayCore.Tests.csproj b/Test/RayCore.Tests/RayCore.Tests.csproj index 2a6d684..202218f 100644 --- a/Test/RayCore.Tests/RayCore.Tests.csproj +++ b/Test/RayCore.Tests/RayCore.Tests.csproj @@ -2,7 +2,7 @@ - + all diff --git a/Test/RayTest.Grains/RayTest.Grains.csproj b/Test/RayTest.Grains/RayTest.Grains.csproj index c491953..de135ea 100644 --- a/Test/RayTest.Grains/RayTest.Grains.csproj +++ b/Test/RayTest.Grains/RayTest.Grains.csproj @@ -1,6 +1,6 @@  - + all runtime; build; native; contentfiles; analyzers diff --git a/Test/RayTest.IGrains/RayTest.IGrains.csproj b/Test/RayTest.IGrains/RayTest.IGrains.csproj index ad36435..a42fb46 100644 --- a/Test/RayTest.IGrains/RayTest.IGrains.csproj +++ b/Test/RayTest.IGrains/RayTest.IGrains.csproj @@ -1,6 +1,6 @@  - + all runtime; build; native; contentfiles; analyzers diff --git a/examples/ConcurrentTransfer/Transfer.Grains/Transfer.Grains.csproj b/examples/ConcurrentTransfer/Transfer.Grains/Transfer.Grains.csproj index 658edac..7e46077 100644 --- a/examples/ConcurrentTransfer/Transfer.Grains/Transfer.Grains.csproj +++ b/examples/ConcurrentTransfer/Transfer.Grains/Transfer.Grains.csproj @@ -5,7 +5,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/examples/ConcurrentTransfer/Transfer.IGrains/Transfer.IGrains.csproj b/examples/ConcurrentTransfer/Transfer.IGrains/Transfer.IGrains.csproj index a861d59..d8a9155 100644 --- a/examples/ConcurrentTransfer/Transfer.IGrains/Transfer.IGrains.csproj +++ b/examples/ConcurrentTransfer/Transfer.IGrains/Transfer.IGrains.csproj @@ -5,8 +5,8 @@ - - + + all runtime; build; native; contentfiles; analyzers diff --git a/examples/ConcurrentTransfer/Transfer.Server/Transfer.Server.csproj b/examples/ConcurrentTransfer/Transfer.Server/Transfer.Server.csproj index fa4b601..e6d672f 100644 --- a/examples/ConcurrentTransfer/Transfer.Server/Transfer.Server.csproj +++ b/examples/ConcurrentTransfer/Transfer.Server/Transfer.Server.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/examples/Transfer/Transfer.Grains/Transfer.Grains.csproj b/examples/Transfer/Transfer.Grains/Transfer.Grains.csproj index 699a67d..87d5c52 100644 --- a/examples/Transfer/Transfer.Grains/Transfer.Grains.csproj +++ b/examples/Transfer/Transfer.Grains/Transfer.Grains.csproj @@ -5,7 +5,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/examples/Transfer/Transfer.IGrains/Transfer.IGrains.csproj b/examples/Transfer/Transfer.IGrains/Transfer.IGrains.csproj index a861d59..d8a9155 100644 --- a/examples/Transfer/Transfer.IGrains/Transfer.IGrains.csproj +++ b/examples/Transfer/Transfer.IGrains/Transfer.IGrains.csproj @@ -5,8 +5,8 @@ - - + + all runtime; build; native; contentfiles; analyzers diff --git a/examples/Transfer/Transfer.Server/Transfer.Server.csproj b/examples/Transfer/Transfer.Server/Transfer.Server.csproj index fa4b601..e6d672f 100644 --- a/examples/Transfer/Transfer.Server/Transfer.Server.csproj +++ b/examples/Transfer/Transfer.Server/Transfer.Server.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/examples/TxTransfer/Transfer.Grains/Transfer.Grains.csproj b/examples/TxTransfer/Transfer.Grains/Transfer.Grains.csproj index 0c79dad..d1199ef 100644 --- a/examples/TxTransfer/Transfer.Grains/Transfer.Grains.csproj +++ b/examples/TxTransfer/Transfer.Grains/Transfer.Grains.csproj @@ -5,7 +5,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/examples/TxTransfer/Transfer.IGrains/Transfer.IGrains.csproj b/examples/TxTransfer/Transfer.IGrains/Transfer.IGrains.csproj index 534f23d..742f3b2 100644 --- a/examples/TxTransfer/Transfer.IGrains/Transfer.IGrains.csproj +++ b/examples/TxTransfer/Transfer.IGrains/Transfer.IGrains.csproj @@ -5,8 +5,8 @@ - - + + all runtime; build; native; contentfiles; analyzers diff --git a/examples/TxTransfer/Transfer.Server/Transfer.Server.csproj b/examples/TxTransfer/Transfer.Server/Transfer.Server.csproj index 8d69f50..d007f75 100644 --- a/examples/TxTransfer/Transfer.Server/Transfer.Server.csproj +++ b/examples/TxTransfer/Transfer.Server/Transfer.Server.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/Directory.Build.props b/src/Directory.Build.props index f953f4b..6fbd6a3 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -2,7 +2,7 @@ netcoreapp2.2;netcoreapp3.1 latest - 2.2.0 + 2.3.0 https://github.com/RayTale/Ray https://github.com/RayTale/Ray.git https://github.com/RayTale/Ray/blob/master/LICENSE diff --git a/src/Ray.Core.Abstractions/Ray.Core.Abstractions.csproj b/src/Ray.Core.Abstractions/Ray.Core.Abstractions.csproj index 6047a2f..e7aec77 100644 --- a/src/Ray.Core.Abstractions/Ray.Core.Abstractions.csproj +++ b/src/Ray.Core.Abstractions/Ray.Core.Abstractions.csproj @@ -1,7 +1,7 @@  - - + + all runtime; build; native; contentfiles; analyzers diff --git a/src/Ray.Core/Ray.Core.csproj b/src/Ray.Core/Ray.Core.csproj index 09e7ee8..dc40bd0 100644 --- a/src/Ray.Core/Ray.Core.csproj +++ b/src/Ray.Core/Ray.Core.csproj @@ -2,12 +2,12 @@ - + all runtime; build; native; contentfiles; analyzers - - + + diff --git a/src/Ray.DistributedTx.Abstractions/Ray.DistributedTx.Abstractions.csproj b/src/Ray.DistributedTx.Abstractions/Ray.DistributedTx.Abstractions.csproj index 998ed54..d9615ee 100644 --- a/src/Ray.DistributedTx.Abstractions/Ray.DistributedTx.Abstractions.csproj +++ b/src/Ray.DistributedTx.Abstractions/Ray.DistributedTx.Abstractions.csproj @@ -1,6 +1,6 @@  - + diff --git a/src/Ray.Storage.MySQL/Ray.Storage.MySQL.csproj b/src/Ray.Storage.MySQL/Ray.Storage.MySQL.csproj index 7558775..af5f629 100644 --- a/src/Ray.Storage.MySQL/Ray.Storage.MySQL.csproj +++ b/src/Ray.Storage.MySQL/Ray.Storage.MySQL.csproj @@ -1,7 +1,7 @@  - + diff --git a/src/Ray.Storage.PostgreSQL/Storage/EventStorage.cs b/src/Ray.Storage.PostgreSQL/Storage/EventStorage.cs index 8097786..4b79bf8 100644 --- a/src/Ray.Storage.PostgreSQL/Storage/EventStorage.cs +++ b/src/Ray.Storage.PostgreSQL/Storage/EventStorage.cs @@ -76,7 +76,7 @@ public async Task>> GetListByType(PrimaryKey stateI { var type = typeFinder.FindType(typeCode); var list = new List>(limit); - await Task.Run((Func)(async () => + await Task.Run(async () => { var getTableListTask = config.GetSubTables(); if (!getTableListTask.IsCompletedSuccessfully) @@ -107,7 +107,7 @@ await Task.Run((Func)(async () => if (list.Count >= limit) break; } - })); + }); return list.OrderBy(e => e.Base.Version).ToList(); }