Skip to content

Commit

Permalink
Update package version in README (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
zijchen authored Nov 15, 2021
1 parent 777873a commit 3ab43f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Microsoft.Build.Sql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ dotnet nuget add source "https://nuget.pkg.github.com/microsoft/index.json" --na
### Changes to .sqlproj file
To convert a database project into SDK-style, edit the .sqlproj file by adding
```xml
<Sdk Name="Microsoft.Build.Sql" Version="0.1.15-alpha" />
<Sdk Name="Microsoft.Build.Sql" Version="0.1.1-alpha" />
```
inside `<Project>` tag.
### Example:
```xml
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0">
<Sdk Name="Microsoft.Build.Sql" Version="0.1.15-alpha" />
<Sdk Name="Microsoft.Build.Sql" Version="0.1.1-alpha" />
...
</Project>
```
Expand Down

0 comments on commit 3ab43f3

Please sign in to comment.