Skip to content

Commit 7bf8b64

Browse files
Merge pull request #243 from weitzhandler/patch-1
Updated README.md with new release version
2 parents d5b85b1 + 1249ced commit 7bf8b64

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ If you are using MsBuild.Sdk.Extras version 2 or above, use the .NET Core 3 SDK.
6666
```json
6767
{
6868
"msbuild-sdks": {
69-
"MSBuild.Sdk.Extras": "2.0.54"
69+
"MSBuild.Sdk.Extras": "2.1.2"
7070
}
7171
}
7272
```
@@ -79,7 +79,7 @@ This would be a preferred solution for all the projects in your solution.
7979
Then again, you might want to override the version for just one project _OR_ if you have only one project in your solution (without adding `global.json`), you can do so like this:
8080

8181
```xml
82-
<Project Sdk="MSBuild.Sdk.Extras/2.0.54">
82+
<Project Sdk="MSBuild.Sdk.Extras/2.1.2">
8383
<PropertyGroup>
8484
<TargetFrameworks>net46;uap10.0.16299;tizen40</TargetFrameworks>
8585
</PropertyGroup>

0 commit comments

Comments
 (0)