Skip to content

Commit 345ee0e

Browse files
authored
Fix the build by incrementing to the latest MSBuildSdkExtras. (#1710)
1 parent 6fa6de2 commit 345ee0e

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

src/Directory.build.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,8 @@
3636
<ItemGroup Condition="'$(IsTestProject)' != 'true' and '$(SourceLinkEnabled)' != 'false'">
3737
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All" />
3838
</ItemGroup>
39+
40+
<PropertyGroup>
41+
<SolutionDir Condition="'$(SolutionDir)' == ''">$(MSBuildThisFileDirectory)</SolutionDir>
42+
</PropertyGroup>
3943
</Project>

src/ReactiveUI.Wpf/ReactiveUI.Wpf.csproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
<Project Sdk="MSBuild.Sdk.Extras">
2-
<!-- workaround for https://github.com/NuGet/Home/issues/5894 -->
3-
<PropertyGroup>
4-
<_SdkLanguageName>CSharp</_SdkLanguageName>
5-
<ExtrasEnableWpfProjectSetup>true</ExtrasEnableWpfProjectSetup>
6-
</PropertyGroup>
72
<PropertyGroup>
83
<TargetFrameworks>net461</TargetFrameworks>
94
<Description>WPF specific extensions to ReactiveUI</Description>
105
<PackageId>ReactiveUI.WPF</PackageId>
6+
<ExtrasEnableWpfProjectSetup>true</ExtrasEnableWpfProjectSetup>
117
</PropertyGroup>
128

139
<ItemGroup>

src/ReactiveUI.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
88
..\.vsts-ci.yml = ..\.vsts-ci.yml
99
Directory.build.props = Directory.build.props
1010
Directory.build.targets = Directory.build.targets
11+
global.json = global.json
1112
EndProjectSection
1213
EndProject
1314
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReactiveUI", "ReactiveUI\ReactiveUI.csproj", "{464CB812-F99F-401B-BE4C-E8F0515CD19D}"

src/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": "1.6.41"
3+
"MSBuild.Sdk.Extras": "1.6.46"
44
}
55
}

0 commit comments

Comments
 (0)