Skip to content

Commit

Permalink
Run 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayne committed Dec 6, 2019
1 parent 32d1355 commit ed777a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Run.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ECHO dotnet core sdk was not find, please install the latest sdk at first.
start https://www.microsoft.com/net/download/windows
exit
)
if not exist "src/ZKEACMS.WebHost/bin/Debug/netcoreapp3.0/ZKEACMS.WebHost.dll" (
if not exist "src/ZKEACMS.WebHost/bin/Debug/netcoreapp3.1/ZKEACMS.WebHost.dll" (
call Build.cmd
)

Expand Down
2 changes: 1 addition & 1 deletion src/ZKEACMS.WebHost/Run.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
echo Starting...
set ASPNETCORE_ENVIRONMENT=Development
set ASPNETCORE_URLS=http://localhost:5000
dotnet bin/Debug/netcoreapp3.0/ZKEACMS.WebHost.dll
dotnet bin/Debug/netcoreapp3.1/ZKEACMS.WebHost.dll

0 comments on commit ed777a7

Please sign in to comment.