Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit ee29135

Browse files
committed
Backtrack to using 1.6.61 and ExtrasEnableWpfProjectSetup
1 parent 872bccb commit ee29135

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"msbuild-sdks": {
3-
"MSBuild.Sdk.Extras": "2.0.0-preview.14"
3+
"MSBuild.Sdk.Extras": "1.6.61"
44
}
55
}

src/GitHub.UI.Reactive/GitHub.UI.Reactive.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFramework>net46</TargetFramework>
44
<RootNamespace>GitHub</RootNamespace>
5-
<UseWpf>true</UseWpf>
5+
<ExtrasEnableWpfProjectSetup>true</ExtrasEnableWpfProjectSetup>
66
<DebugType>full</DebugType>
77
<DebugSymbols>true</DebugSymbols>
88
</PropertyGroup>

src/GitHub.UI/GitHub.UI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="MSBuild.Sdk.Extras">
22
<PropertyGroup>
33
<TargetFramework>net46</TargetFramework>
4-
<UseWpf>true</UseWpf>
4+
<ExtrasEnableWpfProjectSetup>true</ExtrasEnableWpfProjectSetup>
55
<ExtrasEnableDefaultResourceItems>false</ExtrasEnableDefaultResourceItems>
66
<DebugType>full</DebugType>
77
<DebugSymbols>true</DebugSymbols>

src/GitHub.VisualStudio.UI/GitHub.VisualStudio.UI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="MSBuild.Sdk.Extras">
22
<PropertyGroup>
33
<TargetFramework>net46</TargetFramework>
4-
<UseWpf>true</UseWpf>
4+
<ExtrasEnableWpfProjectSetup>true</ExtrasEnableWpfProjectSetup>
55
<DebugType>full</DebugType>
66
<DebugSymbols>true</DebugSymbols>
77
</PropertyGroup>

0 commit comments

Comments
 (0)