WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: DotNETCore  (Read 12910 times)

Offline alphons

  • Newbie
  • *
  • Posts: 42
    • building vmtux.net as of feb 14, 2023
DotNETCore 6.0 on TinyCore64 12
« Reply #15 on: October 26, 2021, 01:52:18 AM »
This year, .NET 6 will launch at .NET Conf November 9-11

I have done a pre-run using Release Candidate 2 of .NET 6 without any problems on TinyCore 12.

More info: https://devblogs.microsoft.com/dotnet/announcing-net-6-release-candidate-2/

The total size of the tce extension of .NET 6 SDK for TinyCore64 will be over 200MByte.

When .NET 6 is released, i will submit a.s.a.p. the new extension to this platform.

happy coding (in C# 10)  :)

-Alphons.
VMTux 1.0 - kernel 6.2.11 - glib 37 - alpha release March 2023 - https://vmtux.net/

Offline alphons

  • Newbie
  • *
  • Posts: 42
    • building vmtux.net as of feb 14, 2023
DotNETCore 6.0 SDK
« Reply #16 on: November 09, 2021, 12:06:10 AM »
Today I submitted the DotNETCore 6.0 SDK extension to the tinycore team.
I all goes well, we have the extension available for corepure64 soon.


VMTux 1.0 - kernel 6.2.11 - glib 37 - alpha release March 2023 - https://vmtux.net/

Offline alphons

  • Newbie
  • *
  • Posts: 42
    • building vmtux.net as of feb 14, 2023
.NET 6.0 SDK
« Reply #17 on: November 11, 2021, 01:22:45 AM »
Thanks Juanito for adding the .NET 6 SDK to the extensions repository.

Here is some basic example output.

Code: [Select]
tc@box:~$ tce-load -wi dotnet6-sdk
tc@box:~$ mkdir hello
tc@box:~$ cd hello
tc@box:~/hello$ dotnet new console

Welcome to .NET 6.0!
---------------------
SDK Version: 6.0.100

The template "Console App" was created successfully.

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

tc@box:~/hello$ dotnet run
Hello, World!

tc@box:~/hello$ dotnet --info
.NET SDK (reflecting any global.json):
 Version:   6.0.100
 Commit:    9e8b04bbff

Runtime Environment:
 OS Name:     tinycore
 OS Version:  12.0
 OS Platform: Linux
 RID:         linux-x64
 Base Path:   /tmp/tcloop/dotnet6-sdk/usr/local/share/dotnet6-sdk/sdk/6.0.100/

Host (useful for support):
  Version: 6.0.0
  Commit:  4822e3c3aa

.NET SDKs installed:
  6.0.100 [/tmp/tcloop/dotnet6-sdk/usr/local/share/dotnet6-sdk/sdk]

.NET runtimes installed:
  Microsoft.AspNetCore.App 6.0.0 [/tmp/tcloop/dotnet6-sdk/usr/local/share/dotnet6-sdk/shared/Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 6.0.0 [/tmp/tcloop/dotnet6-sdk/usr/local/share/dotnet6-sdk/shared/Microsoft.NETCore.App]

To install additional .NET runtimes or SDKs:
  https://aka.ms/dotnet-download



VMTux 1.0 - kernel 6.2.11 - glib 37 - alpha release March 2023 - https://vmtux.net/