We're making progress with dotnet on Z. Lots of work still to be done but Uli 
Weigand has been making headway in leaps and bounds and the dotnet keepers have 
been superb in their support…

dotnetbld@aussie-3:~/HelloWorld$ ~/dotnet/dotnet new console
The template "Console Application" was created successfully.

Processing post-creation actions...
Running 'dotnet restore' on /home/dotnetbld/HelloWorld/HelloWorld.csproj...
  Determining projects to restore...
  Restored /home/dotnetbld/HelloWorld/HelloWorld.csproj (in 127 ms).
Restore succeeded.

dotnetbld@aussie-3:~/HelloWorld$ ls
HelloWorld.csproj  obj  Program.cs
dotnetbld@aussie-3:~/HelloWorld$ ~/dotnet/dotnet build
Microsoft (R) Build Engine version 16.10.0-dev-21117-01+f0eebf287 for .NET
Copyright (C) Microsoft Corporation. All rights reserved.

  Determining projects to restore...
  All projects are up-to-date for restore.
  HelloWorld -> /home/dotnetbld/HelloWorld/bin/Debug/net5.0/HelloWorld.dll

Build succeeded.
    0 Warning(s)
    0 Error(s)

Time Elapsed 00:00:02.64
dotnetbld@aussie-3:~/HelloWorld$ ~/dotnet/dotnet run
Hello World!




----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www2.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to