Created
January 9, 2024 19:45
-
-
Save ricaun/ebaaa14f9ad487cf7b84aaf39c34f8f2 to your computer and use it in GitHub Desktop.
Revit 2025 - .NET Core
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Net Core --> | |
<PropertyGroup Condition="!$(TargetFramework.StartsWith('net4'))"> | |
<EnableDynamicLoading>true</EnableDynamicLoading> | |
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles> | |
<GenerateDependencyFile>false</GenerateDependencyFile> | |
</PropertyGroup> |
Author
ricaun
commented
Mar 18, 2024
•
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment