You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiles for a specific [framework](../../standard/frameworks.md). The framework must be defined in the [project file](../project-sdk/overview.md). Examples: `net7.0`, `net462`.
@@ -149,19 +162,6 @@ Running `dotnet build` is equivalent to running `dotnet msbuild -restore`; howev
Sets the value of the `$(VersionSuffix)` property to use when building the project. This only works if the `$(Version)` property isn't set. Then, `$(Version)` is set to the `$(VersionPrefix)` combined with the `$(VersionSuffix)`, separated by a dash.
@@ -206,10 +206,4 @@ Running `dotnet build` is equivalent to running `dotnet msbuild -restore`; howev
0 commit comments