Skip to content

Commit 073acf9

Browse files
committed
Version 2.1
1 parent 1edcde6 commit 073acf9

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

src/App/Pages/Admin/Upgrade/Index.cshtml.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using Core;
22
using Core.Services;
33
using Microsoft.AspNetCore.Hosting;
4-
using System;
54
using System.Diagnostics;
65
using System.Threading.Tasks;
76

@@ -51,11 +50,6 @@ public async Task OnPost()
5150
p.Start();
5251

5352
_app.StopApplication();
54-
55-
//Program.Main(null);
56-
//Process.GetCurrentProcess().Kill();
57-
//Environment.Exit(0);
58-
//Program.Shutdown();
5953
}
6054
}
6155
}

src/App/app.db

0 Bytes
Binary file not shown.

src/Core/Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp2.1</TargetFramework>
5-
<Version>2.0.3.0</Version>
5+
<Version>2.1.0.0</Version>
66
</PropertyGroup>
77

88
<ItemGroup>

0 commit comments

Comments
 (0)