Skip to content

Commit da0b1af

Browse files
authored
Cherry-pick (#2275)
1 parent 7fbf78e commit da0b1af

11 files changed

Lines changed: 58 additions & 58 deletions

File tree

src/DynamoRevit/DynamoRevit.csproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
</PropertyGroup>
4848
<ItemGroup>
4949
<Reference Include="DynamoApplications">
50-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net45\DynamoApplications.dll</HintPath>
50+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net47\DynamoApplications.dll</HintPath>
5151
<Private>False</Private>
5252
</Reference>
5353
<Reference Include="DynamoRaaSHelper">
5454
<HintPath>$(DynamoExternPath)\DynamoRaaS\DynamoRaaSHelper.dll</HintPath>
5555
</Reference>
5656
<Reference Include="DynamoServices">
57-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.DynamoServices\lib\net45\DynamoServices.dll</HintPath>
57+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.DynamoServices\lib\net47\DynamoServices.dll</HintPath>
5858
<Private>False</Private>
5959
</Reference>
6060
<Reference Include="Greg">
@@ -93,7 +93,7 @@
9393
<RequiredTargetFramework>3.0</RequiredTargetFramework>
9494
</Reference>
9595
<Reference Include="ProtoGeometry">
96-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.ZeroTouchLibrary\lib\net45\ProtoGeometry.dll</HintPath>
96+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.ZeroTouchLibrary\lib\net47\ProtoGeometry.dll</HintPath>
9797
<Private>False</Private>
9898
</Reference>
9999
<Reference Include="RestSharp">
@@ -158,31 +158,31 @@
158158
</ItemGroup>
159159
<ItemGroup>
160160
<Reference Include="ProtoCore">
161-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net45\ProtoCore.dll</HintPath>
161+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net47\ProtoCore.dll</HintPath>
162162
<Private>False</Private>
163163
</Reference>
164164
<Reference Include="DSIronPython">
165-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net45\DSIronPython.dll</HintPath>
165+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net47\DSIronPython.dll</HintPath>
166166
<Private>False</Private>
167167
</Reference>
168168
<Reference Include="DynamoCoreWpf">
169-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.WpfUILibrary\lib\net45\DynamoCoreWpf.dll</HintPath>
169+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.WpfUILibrary\lib\net47\DynamoCoreWpf.dll</HintPath>
170170
<Private>False</Private>
171171
</Reference>
172172
<Reference Include="DynamoCore">
173-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net45\DynamoCore.dll</HintPath>
173+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net47\DynamoCore.dll</HintPath>
174174
<Private>False</Private>
175175
</Reference>
176176
<Reference Include="DynamoUtilities">
177-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net45\DynamoUtilities.dll</HintPath>
177+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net47\DynamoUtilities.dll</HintPath>
178178
<Private>False</Private>
179179
</Reference>
180180
<Reference Include="DynamoShapeManager">
181-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net45\DynamoShapeManager.dll</HintPath>
181+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net47\DynamoShapeManager.dll</HintPath>
182182
<Private>False</Private>
183183
</Reference>
184184
<Reference Include="DynamoInstallDetective">
185-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net45\DynamoInstallDetective.dll</HintPath>
185+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net47\DynamoInstallDetective.dll</HintPath>
186186
<Private>False</Private>
187187
</Reference>
188188
</ItemGroup>

src/Libraries/Migrations/Migrations.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</PropertyGroup>
3737
<ItemGroup>
3838
<Reference Include="DynamoServices">
39-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.DynamoServices\lib\net45\DynamoServices.dll</HintPath>
39+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.DynamoServices\lib\net47\DynamoServices.dll</HintPath>
4040
<Private>False</Private>
4141
</Reference>
4242
<Reference Include="System" />
@@ -62,11 +62,11 @@
6262
</ItemGroup>
6363
<ItemGroup>
6464
<Reference Include="DynamoCore">
65-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net45\DynamoCore.dll</HintPath>
65+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net47\DynamoCore.dll</HintPath>
6666
<Private>False</Private>
6767
</Reference>
6868
<Reference Include="DynamoUnits">
69-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.ZeroTouchLibrary\lib\net45\DynamoUnits.dll</HintPath>
69+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.ZeroTouchLibrary\lib\net47\DynamoUnits.dll</HintPath>
7070
<Private>False</Private>
7171
</Reference>
7272
</ItemGroup>

src/Libraries/RevitNodes/RevitNodes.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</PropertyGroup>
4343
<ItemGroup>
4444
<Reference Include="DynamoServices">
45-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.DynamoServices\lib\net45\DynamoServices.dll</HintPath>
45+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.DynamoServices\lib\net47\DynamoServices.dll</HintPath>
4646
<Private>False</Private>
4747
</Reference>
4848
<Reference Include="PresentationCore" />
@@ -55,7 +55,7 @@
5555
<Private>False</Private>
5656
</Reference>
5757
<Reference Include="ProtoGeometry">
58-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.ZeroTouchLibrary\lib\net45\ProtoGeometry.dll</HintPath>
58+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.ZeroTouchLibrary\lib\net47\ProtoGeometry.dll</HintPath>
5959
<Private>False</Private>
6060
</Reference>
6161
<Reference Include="RevitAPI">
@@ -212,19 +212,19 @@
212212
</ItemGroup>
213213
<ItemGroup>
214214
<Reference Include="DynamoCore">
215-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net45\DynamoCore.dll</HintPath>
215+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net47\DynamoCore.dll</HintPath>
216216
<Private>False</Private>
217217
</Reference>
218218
<Reference Include="Analysis">
219-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.DynamoCoreNodes\lib\net45\Analysis.dll</HintPath>
219+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.DynamoCoreNodes\lib\net47\Analysis.dll</HintPath>
220220
<Private>False</Private>
221221
</Reference>
222222
<Reference Include="DSCoreNodes">
223-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.DynamoCoreNodes\lib\net45\DSCoreNodes.dll</HintPath>
223+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.DynamoCoreNodes\lib\net47\DSCoreNodes.dll</HintPath>
224224
<Private>False</Private>
225225
</Reference>
226226
<Reference Include="DynamoUnits">
227-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.ZeroTouchLibrary\lib\net45\DynamoUnits.dll</HintPath>
227+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.ZeroTouchLibrary\lib\net47\DynamoUnits.dll</HintPath>
228228
<Private>False</Private>
229229
</Reference>
230230
<ProjectReference Include="..\RevitServices\RevitServices.csproj">

src/Libraries/RevitNodesUI/RevitNodesUI.csproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</PropertyGroup>
3737
<ItemGroup>
3838
<Reference Include="DynamoUtilities">
39-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net45\DynamoUtilities.dll</HintPath>
39+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net47\DynamoUtilities.dll</HintPath>
4040
<Private>False</Private>
4141
</Reference>
4242
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
@@ -46,11 +46,11 @@
4646
<Reference Include="PresentationCore" />
4747
<Reference Include="PresentationFramework" />
4848
<Reference Include="ProtoGeometry">
49-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.ZeroTouchLibrary\lib\net45\ProtoGeometry.dll</HintPath>
49+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.ZeroTouchLibrary\lib\net47\ProtoGeometry.dll</HintPath>
5050
<Private>False</Private>
5151
</Reference>
5252
<Reference Include="DynamoServices">
53-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.DynamoServices\lib\net45\DynamoServices.dll</HintPath>
53+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.DynamoServices\lib\net47\DynamoServices.dll</HintPath>
5454
<Private>False</Private>
5555
</Reference>
5656
<Reference Include="RevitAPI">
@@ -98,31 +98,31 @@
9898
</ItemGroup>
9999
<ItemGroup>
100100
<Reference Include="DynamoCoreWpf">
101-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.WpfUILibrary\lib\net45\DynamoCoreWpf.dll</HintPath>
101+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.WpfUILibrary\lib\net47\DynamoCoreWpf.dll</HintPath>
102102
<Private>False</Private>
103103
</Reference>
104104
<Reference Include="ProtoCore">
105-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net45\ProtoCore.dll</HintPath>
105+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net47\ProtoCore.dll</HintPath>
106106
<Private>False</Private>
107107
</Reference>
108108
<Reference Include="CoreNodeModelsWpf">
109-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.WpfUILibrary\lib\net45\CoreNodeModelsWpf.dll</HintPath>
109+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.WpfUILibrary\lib\net47\CoreNodeModelsWpf.dll</HintPath>
110110
<Private>False</Private>
111111
</Reference>
112112
<Reference Include="CoreNodeModels">
113-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.WpfUILibrary\lib\net45\CoreNodeModels.dll</HintPath>
113+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.WpfUILibrary\lib\net47\CoreNodeModels.dll</HintPath>
114114
<Private>False</Private>
115115
</Reference>
116116
<Reference Include="DynamoCore">
117-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net45\DynamoCore.dll</HintPath>
117+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net47\DynamoCore.dll</HintPath>
118118
<Private>False</Private>
119119
</Reference>
120120
<Reference Include="DSCoreNodes">
121-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.DynamoCoreNodes\lib\net45\DSCoreNodes.dll</HintPath>
121+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.DynamoCoreNodes\lib\net47\DSCoreNodes.dll</HintPath>
122122
<Private>False</Private>
123123
</Reference>
124124
<Reference Include="DynamoUnits">
125-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.ZeroTouchLibrary\lib\net45\DynamoUnits.dll</HintPath>
125+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.ZeroTouchLibrary\lib\net47\DynamoUnits.dll</HintPath>
126126
<Private>False</Private>
127127
</Reference>
128128
<Reference Include="Microsoft.Practices.Prism">

src/Libraries/RevitServices/RevitServices.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ limitations under the License.
5151
</PropertyGroup>
5252
<ItemGroup>
5353
<Reference Include="DynamoServices">
54-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.DynamoServices\lib\net45\DynamoServices.dll</HintPath>
54+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.DynamoServices\lib\net47\DynamoServices.dll</HintPath>
5555
<Private>False</Private>
5656
</Reference>
5757
<Reference Include="Microsoft.Practices.Prism">
@@ -93,11 +93,11 @@ limitations under the License.
9393
</ItemGroup>
9494
<ItemGroup>
9595
<Reference Include="DynamoCore">
96-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net45\DynamoCore.dll</HintPath>
96+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net47\DynamoCore.dll</HintPath>
9797
<Private>False</Private>
9898
</Reference>
9999
<Reference Include="ProtoCore">
100-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net45\ProtoCore.dll</HintPath>
100+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net47\ProtoCore.dll</HintPath>
101101
<Private>False</Private>
102102
</Reference>
103103
</ItemGroup>

src/Tools/DynamoAddInGenerator/DynamoAddInGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</PropertyGroup>
3737
<ItemGroup>
3838
<Reference Include="DynamoInstallDetective">
39-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net45\DynamoInstallDetective.dll</HintPath>
39+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net47\DynamoInstallDetective.dll</HintPath>
4040
</Reference>
4141
<Reference Include="RevitAddinUtility">
4242
<HintPath>$(ProjectDir)\RevitAddinUtility.dll</HintPath>

src/restorepackages.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ for /f "tokens=* delims=¶" %%i in ( 'type "%ConfigDir%\packages-template.aget"'
4444

4545
REM 3. download 3rdParty packages by Aget.exe
4646
echo Running Python script from %AgetFile% using dynamo-nuget.config file
47-
set PythonAget="%AgetFile%" -os win -config release -iset intel64 -toolchain v140 -linkage shared -packagesDir "%DynamoPackages%" -nuget "%NugetExe%" -framework net45 -nugetConfig "%NugetConfig%"
47+
set PythonAget="%AgetFile%" -os win -config release -iset intel64 -toolchain v140 -linkage shared -packagesDir "%DynamoPackages%" -nuget "%NugetExe%" -framework net47 -nugetConfig "%NugetConfig%"
4848

4949
call :TrackTime "[Aget] Downloading NuGet packages from the NuGet Gallery and the Artifactory server, might take a while if running for the first time."
5050
echo If any package is not found in the NuGet Gallery, redirect to look up in the Artifactory server...

test/Libraries/RevitIntegrationTests/RevitSystemTests.csproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</PropertyGroup>
4545
<ItemGroup>
4646
<Reference Include="DynamoCoreWpf">
47-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.WpfUILibrary\lib\net45\DynamoCoreWpf.dll</HintPath>
47+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.WpfUILibrary\lib\net47\DynamoCoreWpf.dll</HintPath>
4848
<Private>False</Private>
4949
</Reference>
5050
<Reference Include="Microsoft.Practices.Prism">
@@ -58,11 +58,11 @@
5858
<Reference Include="PresentationCore" />
5959
<Reference Include="PresentationFramework" />
6060
<Reference Include="ProtoGeometry">
61-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.ZeroTouchLibrary\lib\net45\ProtoGeometry.dll</HintPath>
61+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.ZeroTouchLibrary\lib\net47\ProtoGeometry.dll</HintPath>
6262
<Private>False</Private>
6363
</Reference>
6464
<Reference Include="DynamoServices">
65-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.DynamoServices\lib\net45\DynamoServices.dll</HintPath>
65+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.DynamoServices\lib\net47\DynamoServices.dll</HintPath>
6666
<Private>False</Private>
6767
</Reference>
6868
<Reference Include="RevitAPI">
@@ -80,11 +80,11 @@
8080
<Reference Include="System.Core" />
8181
<Reference Include="System.Xaml" />
8282
<Reference Include="SystemTestServices">
83-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Tests\lib\net45\SystemTestServices.dll</HintPath>
83+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Tests\lib\net47\SystemTestServices.dll</HintPath>
8484
<Private>False</Private>
8585
</Reference>
8686
<Reference Include="TestServices">
87-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Tests\lib\net45\TestServices.dll</HintPath>
87+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Tests\lib\net47\TestServices.dll</HintPath>
8888
<Private>False</Private>
8989
</Reference>
9090
<Reference Include="WindowsBase" />
@@ -163,15 +163,15 @@
163163
<Private>False</Private>
164164
</ProjectReference>
165165
<Reference Include="ProtoCore">
166-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net45\ProtoCore.dll</HintPath>
166+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net47\ProtoCore.dll</HintPath>
167167
<Private>False</Private>
168168
</Reference>
169169
<Reference Include="CoreNodeModels">
170-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.WpfUILibrary\lib\net45\CoreNodeModels.dll</HintPath>
170+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.WpfUILibrary\lib\net47\CoreNodeModels.dll</HintPath>
171171
<Private>False</Private>
172172
</Reference>
173173
<Reference Include="DynamoUnits">
174-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.ZeroTouchLibrary\lib\net45\DynamoUnits.dll</HintPath>
174+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.ZeroTouchLibrary\lib\net47\DynamoUnits.dll</HintPath>
175175
<Private>False</Private>
176176
</Reference>
177177
<ProjectReference Include="$(SolutionDir)Libraries\RevitNodesUI\RevitNodesUI.csproj">
@@ -190,7 +190,7 @@
190190
<Private>False</Private>
191191
</ProjectReference>
192192
<Reference Include="DynamoCore">
193-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net45\DynamoCore.dll</HintPath>
193+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net47\DynamoCore.dll</HintPath>
194194
<Private>False</Private>
195195
</Reference>
196196
<ProjectReference Include="$(SolutionDir)Libraries\RevitServices\RevitServices.csproj">

test/Libraries/RevitNodesTests/RevitNodesTests.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,19 @@
4040
</PropertyGroup>
4141
<ItemGroup>
4242
<Reference Include="DSCoreNodes">
43-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.DynamoCoreNodes\lib\net45\DSCoreNodes.dll</HintPath>
43+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.DynamoCoreNodes\lib\net47\DSCoreNodes.dll</HintPath>
4444
<Private>False</Private>
4545
</Reference>
4646
<Reference Include="nunit.framework">
4747
<HintPath>$(PACKAGESPATH)\NUnit\lib\nunit.framework.dll</HintPath>
4848
<Private>False</Private>
4949
</Reference>
5050
<Reference Include="ProtoGeometry">
51-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.ZeroTouchLibrary\lib\net45\ProtoGeometry.dll</HintPath>
51+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.ZeroTouchLibrary\lib\net47\ProtoGeometry.dll</HintPath>
5252
<Private>False</Private>
5353
</Reference>
5454
<Reference Include="DynamoServices">
55-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.DynamoServices\lib\net45\DynamoServices.dll</HintPath>
55+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.DynamoServices\lib\net47\DynamoServices.dll</HintPath>
5656
<Private>False</Private>
5757
</Reference>
5858
<Reference Include="RevitAPI">
@@ -147,11 +147,11 @@
147147
</ItemGroup>
148148
<ItemGroup>
149149
<Reference Include="DynamoCore">
150-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net45\DynamoCore.dll</HintPath>
150+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net47\DynamoCore.dll</HintPath>
151151
<Private>False</Private>
152152
</Reference>
153153
<Reference Include="Analysis">
154-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.DynamoCoreNodes\lib\net45\Analysis.dll</HintPath>
154+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.DynamoCoreNodes\lib\net47\Analysis.dll</HintPath>
155155
<Private>False</Private>
156156
</Reference>
157157
<ProjectReference Include="$(SolutionDir)Libraries\RevitNodes\RevitNodes.csproj">
@@ -165,7 +165,7 @@
165165
<Private>False</Private>
166166
</ProjectReference>
167167
<Reference Include="TestServices">
168-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Tests\lib\net45\TestServices.dll</HintPath>
168+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Tests\lib\net47\TestServices.dll</HintPath>
169169
<Private>False</Private>
170170
</Reference>
171171
<ProjectReference Include="..\RevitTestServices\RevitTestServices.csproj">

test/Libraries/RevitNodesUITests/RevitNodesUITests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@
5757
</ItemGroup>
5858
<ItemGroup>
5959
<Reference Include="DynamoCore">
60-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net45\DynamoCore.dll</HintPath>
60+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net47\DynamoCore.dll</HintPath>
6161
<Private>False</Private>
6262
</Reference>
6363
<Reference Include="ProtoCore">
64-
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net45\ProtoCore.dll</HintPath>
64+
<HintPath>$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\net47\ProtoCore.dll</HintPath>
6565
<Private>False</Private>
6666
</Reference>
6767
<ProjectReference Include="..\..\..\..\src\Libraries\Revit\RevitNodesUI\RevitNodesUI.csproj">

0 commit comments

Comments
 (0)