Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Documentation/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ WPF requires the following workloads and components be selected when installing
* Required Individual Components:
* C++/CLI support
* Windows 10 SDK
* .NET 4.6.1 SDK or .NET 4.6.2 SDK (see [#2298](https://github.com/dotnet/wpf/issues/2298))

## Workflow

Expand Down
1 change: 1 addition & 0 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
<!-- These versions are specified in global.json -->
<StrawberryPerlVersion>5.28.1.1-1</StrawberryPerlVersion>
<NetFramework48RefAssembliesVersion>0.0.0.1</NetFramework48RefAssembliesVersion>
<NetFramework472IlToolsVersion>0.0.0.1</NetFramework472IlToolsVersion>
</PropertyGroup>
<PropertyGroup>
<RestoreSources>
Expand Down
Loading