Skip to content

Commit edc3f03

Browse files
author
Oren Novotny
authored
Merge pull request #156 from glennawatson/patch-1
Update to latest MsBuild.Sdk.Extras version. Add notes about .NET Core 3.0
2 parents f88c2ca + 007d411 commit edc3f03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ You can put the `global.json` file next to your solution (use the latest availab
6262
```json
6363
{
6464
"msbuild-sdks": {
65-
"MSBuild.Sdk.Extras": "1.6.0"
65+
"MSBuild.Sdk.Extras": "1.6.68"
6666
}
6767
}
6868
```
@@ -73,7 +73,7 @@ This would be a preferred solution for all the projects in your solution.
7373
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:
7474

7575
```xml
76-
<Project Sdk="MSBuild.Sdk.Extras/1.6.55">
76+
<Project Sdk="MSBuild.Sdk.Extras/1.6.68">
7777
<PropertyGroup>
7878
<TargetFrameworks>net46;uap10.0.16299;tizen40</TargetFrameworks>
7979
</PropertyGroup>
@@ -142,7 +142,7 @@ Your project diff:
142142
| `EmbeddedResourceGeneratorVisibilityIsInternal` | opposite of `ExtrasExtrasEmbeddedResourceGeneratedCodeIsPublic` |
143143

144144
- Support for WPF and Windows Forms requires an opt-in property to enable:
145-
Set `ExtrasEnableWpfProjectSetup`/`ExtrasEnableWinFormsProjectSetup` to `true` to include required references and default items.
145+
Set `ExtrasEnableWpfProjectSetup`/`ExtrasEnableWinFormsProjectSetup` to `true` to include required references and default items. Note in .NET Core 3.0 these have been replaced by `UseWPF`/`UseWindowsForms`.
146146

147147
## Single or multi-targeting
148148

0 commit comments

Comments
 (0)