We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1edcde6 commit 073acf9Copy full SHA for 073acf9
src/App/Pages/Admin/Upgrade/Index.cshtml.cs
@@ -1,7 +1,6 @@
1
using Core;
2
using Core.Services;
3
using Microsoft.AspNetCore.Hosting;
4
-using System;
5
using System.Diagnostics;
6
using System.Threading.Tasks;
7
@@ -51,11 +50,6 @@ public async Task OnPost()
51
50
p.Start();
52
53
_app.StopApplication();
54
-
55
- //Program.Main(null);
56
- //Process.GetCurrentProcess().Kill();
57
- //Environment.Exit(0);
58
- //Program.Shutdown();
59
}
60
61
src/App/app.db
0 Bytes
src/Core/Core.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
- <Version>2.0.3.0</Version>
+ <Version>2.1.0.0</Version>
</PropertyGroup>
8
<ItemGroup>
0 commit comments