Skip to content

Instantly share code, notes, and snippets.

@edwintorok
Created December 17, 2023 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edwintorok/46407d2fc8d1dd53fa5af194f3897279 to your computer and use it in GitHub Desktop.
Save edwintorok/46407d2fc8d1dd53fa5af194f3897279 to your computer and use it in GitHub Desktop.
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