Created
December 17, 2023 17:06
-
-
Save edwintorok/46407d2fc8d1dd53fa5af194f3897279 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dotnet restore | |
dotnet build --configuration Release --no-restore | |
dotnet OOXMLValidatorCLI/bin/Release/net6.0/OOXMLValidatorCLI.dll ../../reference.docx | json_reformat | |
otnet --info | |
.NET SDK (reflecting any global.json): | |
Version: 6.0.125 | |
Commit: e898a826c2 | |
Runtime Environment: | |
OS Name: fedora | |
OS Version: 39 | |
OS Platform: Linux | |
RID: fedora.39-x64 | |
Base Path: /usr/lib64/dotnet/sdk/6.0.125/ | |
global.json file: | |
Not found | |
Host: | |
Version: 6.0.25 | |
Architecture: x64 | |
Commit: 492abbeef0 | |
.NET SDKs installed: | |
6.0.125 [/usr/lib64/dotnet/sdk] | |
.NET runtimes installed: | |
Microsoft.AspNetCore.App 6.0.25 [/usr/lib64/dotnet/shared/Microsoft.AspNetCore.App] | |
Microsoft.NETCore.App 6.0.25 [/usr/lib64/dotnet/shared/Microsoft.NETCore.App] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment