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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ You can put the `global.json` file next to your solution (use the latest availab
62
62
```json
63
63
{
64
64
"msbuild-sdks": {
65
-
"MSBuild.Sdk.Extras": "1.6.0"
65
+
"MSBuild.Sdk.Extras": "1.6.68"
66
66
}
67
67
}
68
68
```
@@ -73,7 +73,7 @@ This would be a preferred solution for all the projects in your solution.
73
73
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:
|`EmbeddedResourceGeneratorVisibilityIsInternal`| opposite of `ExtrasExtrasEmbeddedResourceGeneratedCodeIsPublic`|
143
143
144
144
- 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`.
0 commit comments