diff --git a/CubeDemo/CubeDemo.csproj b/CubeDemo/CubeDemo.csproj index a61f59fb..f5481577 100644 --- a/CubeDemo/CubeDemo.csproj +++ b/CubeDemo/CubeDemo.csproj @@ -23,7 +23,7 @@ - + diff --git a/CubeDemoNC/CubeDemoNC.csproj b/CubeDemoNC/CubeDemoNC.csproj index bd784763..9bd1bd24 100644 --- a/CubeDemoNC/CubeDemoNC.csproj +++ b/CubeDemoNC/CubeDemoNC.csproj @@ -38,8 +38,8 @@ - - + + diff --git a/CubeSSO/CubeSSO.csproj b/CubeSSO/CubeSSO.csproj index 1cd58560..747e8490 100644 --- a/CubeSSO/CubeSSO.csproj +++ b/CubeSSO/CubeSSO.csproj @@ -23,8 +23,8 @@ - - + + diff --git a/NewLife.Cube.Blazor/NewLife.Cube.Blazor.csproj b/NewLife.Cube.Blazor/NewLife.Cube.Blazor.csproj index adc5d336..f1b0051e 100644 --- a/NewLife.Cube.Blazor/NewLife.Cube.Blazor.csproj +++ b/NewLife.Cube.Blazor/NewLife.Cube.Blazor.csproj @@ -49,7 +49,7 @@ - + diff --git a/NewLife.Cube.Swagger/NewLife.Cube.Swagger.csproj b/NewLife.Cube.Swagger/NewLife.Cube.Swagger.csproj index 9137f390..67d29143 100644 --- a/NewLife.Cube.Swagger/NewLife.Cube.Swagger.csproj +++ b/NewLife.Cube.Swagger/NewLife.Cube.Swagger.csproj @@ -49,7 +49,7 @@ - + diff --git a/NewLife.Cube/NewLife.Cube.csproj b/NewLife.Cube/NewLife.Cube.csproj index 95ee13a5..749f8966 100644 --- a/NewLife.Cube/NewLife.Cube.csproj +++ b/NewLife.Cube/NewLife.Cube.csproj @@ -99,10 +99,10 @@ - - - - + + + + diff --git a/NewLife.CubeNC/NewLife.CubeNC.csproj b/NewLife.CubeNC/NewLife.CubeNC.csproj index c6a42187..2d863538 100644 --- a/NewLife.CubeNC/NewLife.CubeNC.csproj +++ b/NewLife.CubeNC/NewLife.CubeNC.csproj @@ -50,10 +50,10 @@ - - - - + + + + diff --git a/NewLife.CubeNC/Services/JobService.cs b/NewLife.CubeNC/Services/JobService.cs index 0cc77e8b..13f1ef68 100644 --- a/NewLife.CubeNC/Services/JobService.cs +++ b/NewLife.CubeNC/Services/JobService.cs @@ -300,7 +300,7 @@ private Boolean CheckRunning(CronJob job) } } - private async void DoJobWork(Object state) + private async Task DoJobWork(Object state) { var job = Job; diff --git a/Test/Test.csproj b/Test/Test.csproj index 131da699..afca4a43 100644 --- a/Test/Test.csproj +++ b/Test/Test.csproj @@ -17,6 +17,6 @@ - + \ No newline at end of file