Skip to content

Commit

Permalink
Update README regarding installation of SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthri committed May 24, 2023
1 parent 3390ad0 commit 91074d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ An MSBuild SDK for pack-only projects.
### Install in Project Manually
1. Locate the project file(for example, `Project.csproj`, `Project.fsproj`).
1. Open the project file in an editor.
1. Add the [`<Sdk Name="Belp.SDK.PackOnly" Version="<VERSION>" />`](https://learn.microsoft.com/en-us/visualstudio/msbuild/sdk-element-msbuild) element under the root `<Project>` element.
1. Locate the project's root `<Project>` element.
1. Edit the `Sdk` attribute's value to `Sdk="Belp.SDK.PackOnly/<VERSION>"`, for example `Sdk="Belp.SDK.PackOnly/1.0.0"`.

## Usage

Expand Down

0 comments on commit 91074d5

Please sign in to comment.