Skip to content

Commit 1012204

Browse files
authored
Update Directory.Build.targets
1 parent 79e9de9 commit 1012204

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/Directory.Build.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PyRevitExtDir>$(PyRevitRootDir)\extensions</PyRevitExtDir>
2121

2222
<RevitDevDir>$(PyRevitDevDir)\libs\Revit</RevitDevDir>
23-
<IronPythonStdLibDir>$(PyRevitDevDir)\libs\IronPython\</IronPythonStdLibDir>
23+
<IronPythonStdLibDir>$(PyRevitDevDir)\libs\IronPython</IronPythonStdLibDir>
2424
</PropertyGroup>
2525

2626
<PropertyGroup Condition="$(UseDefaultBin) == 'true'">
@@ -31,4 +31,4 @@
3131
<RevitVersion Condition="'$(RevitVersion)' == '' and '$(TargetFramework)' == 'net48'">2017</RevitVersion>
3232
<RevitVersion Condition="'$(RevitVersion)' == '' and '$(TargetFramework)' == 'net8.0-windows'">2025</RevitVersion>
3333
</PropertyGroup>
34-
</Project>
34+
</Project>

0 commit comments

Comments
 (0)