Skip to content

Instantly share code, notes, and snippets.

@wk-j
Last active November 26, 2020 21:10
Show Gist options
  • Save wk-j/85377d46a124ff998682bee5afd69e5e to your computer and use it in GitHub Desktop.
Save wk-j/85377d46a124ff998682bee5afd69e5e to your computer and use it in GitHub Desktop.
Self contained
❯❯❯ dotnet build src/MyWindowsWeb -r win7-x64 -f netcoreapp2.1 /p:TargetLatestRuntimePatch=true
Microsoft (R) Build Engine version 16.8.0+126527ff1 for .NET
Copyright (C) Microsoft Corporation. All rights reserved.
Determining projects to restore...
All projects are up-to-date for restore.
MyWeb -> /Users/wk/Source/net-sdk-1061/src/MyWeb/bin/Debug/netcoreapp2.1/MyWeb.dll
MyWindowsWeb -> /Users/wk/Source/net-sdk-1061/src/MyWindowsWeb/bin/Debug/netcoreapp2.1/win7-x64/MyWindowsWeb.dll
Build succeeded.
0 Warning(s)
0 Error(s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment