<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Help upgrading Revit 2024 plugin (.NET Framework 4.8) to Revit 2025 (.NET 8) in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/help-upgrading-revit-2024-plugin-net-framework-4-8-to-revit-2025/m-p/13867211#M84839</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I recently developed a Revit 2024 plugin using C# and Visual Studio, which currently runs on .NET Framework 4.8.&lt;BR /&gt;Now I’d like to use this same plugin in Revit 2025, but since Revit 2025 uses .NET 8, I’m not sure how to properly upgrade the project.&lt;/P&gt;&lt;P&gt;Could someone please explain:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;How to reconfigure the project from .NET Framework 4.8 to .NET 8?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Whether I need to modify parts of the code, or if it’s mostly a change in the project configuration?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I would really appreciate any guidance.&lt;/P&gt;&lt;P&gt;Thanks in advance!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 26 Oct 2025 10:52:09 GMT</pubDate>
    <dc:creator>yonis_intini</dc:creator>
    <dc:date>2025-10-26T10:52:09Z</dc:date>
    <item>
      <title>Help upgrading Revit 2024 plugin (.NET Framework 4.8) to Revit 2025 (.NET 8)</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/help-upgrading-revit-2024-plugin-net-framework-4-8-to-revit-2025/m-p/13867211#M84839</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I recently developed a Revit 2024 plugin using C# and Visual Studio, which currently runs on .NET Framework 4.8.&lt;BR /&gt;Now I’d like to use this same plugin in Revit 2025, but since Revit 2025 uses .NET 8, I’m not sure how to properly upgrade the project.&lt;/P&gt;&lt;P&gt;Could someone please explain:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;How to reconfigure the project from .NET Framework 4.8 to .NET 8?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Whether I need to modify parts of the code, or if it’s mostly a change in the project configuration?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I would really appreciate any guidance.&lt;/P&gt;&lt;P&gt;Thanks in advance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Oct 2025 10:52:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/help-upgrading-revit-2024-plugin-net-framework-4-8-to-revit-2025/m-p/13867211#M84839</guid>
      <dc:creator>yonis_intini</dc:creator>
      <dc:date>2025-10-26T10:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help upgrading Revit 2024 plugin (.NET Framework 4.8) to Revit 2025 (.NET 8)</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/help-upgrading-revit-2024-plugin-net-framework-4-8-to-revit-2025/m-p/13869880#M84846</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/18049428"&gt;@yonis_intini&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P data-start="71" data-end="228"&gt;One suggestion to upgrade your Revit project’s .NET Framework to &lt;STRONG data-start="132" data-end="142"&gt;.NET 8&lt;/STRONG&gt; is to use the &lt;STRONG data-start="153" data-end="164"&gt;Upgrade&lt;/STRONG&gt; option. Please refer to the attached screenshot for guidance.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Upgrade.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1582621iD13F4231454C7278/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Upgrade.png" alt="Upgrade.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P data-start="230" data-end="393"&gt;When you click &lt;STRONG data-start="245" data-end="256"&gt;Upgrade&lt;/STRONG&gt;, the &lt;STRONG data-start="262" data-end="301"&gt;Microsoft.NET.UpgradeAssistant.vsix&lt;/STRONG&gt; tool will be downloaded. Once installed, You can use this tool to upgrade your Revit projects seamlessly.&lt;/P&gt;
&lt;P data-start="395" data-end="676"&gt;&lt;BR /&gt;Additionally, I suggest reviewing the following Autodesk documentation for more details:&lt;A href="https://help.autodesk.com/view/RVT/2025/ENU/?guid=Revit_API_Revit_API_Developers_Guide_Introduction_Getting_Started_Using_the_Autodesk_Revit_API_NET8_Update_html" target="_blank"&gt;https://help.autodesk.com/view/RVT/2025/ENU/?guid=Revit_API_Revit_API_Developers_Guide_Introduction_Getting_Started_Using_the_Autodesk_Revit_API_NET8_Update_html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 12:36:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/help-upgrading-revit-2024-plugin-net-framework-4-8-to-revit-2025/m-p/13869880#M84846</guid>
      <dc:creator>naveen.kumar.t</dc:creator>
      <dc:date>2025-10-28T12:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help upgrading Revit 2024 plugin (.NET Framework 4.8) to Revit 2025 (.NET 8)</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/help-upgrading-revit-2024-plugin-net-framework-4-8-to-revit-2025/m-p/13870209#M84849</link>
      <description>&lt;P&gt;you can also go into the project properties and change the .NET framework there right? thats what i did and it seemed to work okay.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 15:12:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/help-upgrading-revit-2024-plugin-net-framework-4-8-to-revit-2025/m-p/13870209#M84849</guid>
      <dc:creator>npetulla</dc:creator>
      <dc:date>2025-10-28T15:12:44Z</dc:date>
    </item>
  </channel>
</rss>

