# xUnixDotnet **Repository Path**: iamops/x-unix-dotnet ## Basic Information - **Project Name**: xUnixDotnet - **Description**: dotnet linux machine learning ml.net infer.net etc ML.NET 机器学习 - **Primary Language**: C# - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-26 - **Last Updated**: 2023-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CLI dotnet new globaljson --sdk-version 8.0.100 dotnet publish -c Release -r --self-contained . dotnet publish -c Release -r linux-x64 --self-contained . dotnet publish -c Release -r linux-arm64 --self-contained # ef core https://learn.microsoft.com/zh-cn/ef/core/cli/dotnet?view=azure-ef dotnet tool install --global dotnet-ef dotnet ef