<?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 Re: The 'Esri.ArcGISRuntime' nuget package cannot be used to target 'net7.0' for output type 'Exe' in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/the-esri-arcgisruntime-nuget-package-cannot-be/m-p/1297310#M11902</link>
    <description>&lt;P&gt;Change the unit test project targetframework from "net7.0" to "net7.0-windows10.0.19041.0".&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Jun 2023 18:54:10 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2023-06-08T18:54:10Z</dc:date>
    <item>
      <title>The 'Esri.ArcGISRuntime' nuget package cannot be used to target 'net7.0' for output type 'Exe'</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/the-esri-arcgisruntime-nuget-package-cannot-be/m-p/1297002#M11900</link>
      <description>&lt;P&gt;This error is being generated when I compile my xUnit project. The project compiled properly prior to adding the Esri.ArcGISRuntime.Toolkit.Maui package to my MAUI library that is being tested.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot figure out what it thinks is being compiled as an EXE. As stated above the xUnit project is referencing library projects, not EXE projects. I went so far as to unload the EXE project as well. The error still occurs.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 05:15:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/the-esri-arcgisruntime-nuget-package-cannot-be/m-p/1297002#M11900</guid>
      <dc:creator>BrianLoehr</dc:creator>
      <dc:date>2023-06-08T05:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: The 'Esri.ArcGISRuntime' nuget package cannot be used to target 'net7.0' for output type 'Exe'</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/the-esri-arcgisruntime-nuget-package-cannot-be/m-p/1297310#M11902</link>
      <description>&lt;P&gt;Change the unit test project targetframework from "net7.0" to "net7.0-windows10.0.19041.0".&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 18:54:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/the-esri-arcgisruntime-nuget-package-cannot-be/m-p/1297310#M11902</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2023-06-08T18:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: The 'Esri.ArcGISRuntime' nuget package cannot be used to target 'net7.0' for output type 'Exe'</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/the-esri-arcgisruntime-nuget-package-cannot-be/m-p/1297447#M11904</link>
      <description>&lt;P&gt;Thanks for the tip&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1052"&gt;@dotMorten_esri&lt;/a&gt;&amp;nbsp;, but unfortunately it does not work for me. Were you able to make this work? There is an Open bug reported here on this:&amp;nbsp;&lt;A href="https://github.com/dotnet/maui/issues/11575" target="_blank"&gt;https://github.com/dotnet/maui/issues/11575&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This is the same error message I receive when trying your suggestion. With the difference that it references net7.0 instead net6.0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 02:50:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/the-esri-arcgisruntime-nuget-package-cannot-be/m-p/1297447#M11904</guid>
      <dc:creator>BrianLoehr</dc:creator>
      <dc:date>2023-06-09T02:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: The 'Esri.ArcGISRuntime' nuget package cannot be used to target 'net7.0' for output type 'Exe'</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/the-esri-arcgisruntime-nuget-package-cannot-be/m-p/1297636#M11908</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The Maps SDK for .NET only supports the base .net7 target for class libraries. When you go to execute at runtime, it requires a platform identifier so the correct native libraries gets deployed and are available at runtime.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm guessing the issue you're referring to is related to that .NET MAUI deploys on Windows as a packaged app, and your test runner (and commandline parameters) must support this.&lt;BR /&gt;Which test framework are you using?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 16:10:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/the-esri-arcgisruntime-nuget-package-cannot-be/m-p/1297636#M11908</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2023-06-09T16:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: The 'Esri.ArcGISRuntime' nuget package cannot be used to target 'net7.0' for output type 'Exe'</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/the-esri-arcgisruntime-nuget-package-cannot-be/m-p/1297769#M11910</link>
      <description>&lt;P&gt;I'm using XUnit and running the app within Visual Studio 2022 on Windows 11. Typically I run the tests through Resharper. But Microsoft Test gives the same error.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 22:16:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/the-esri-arcgisruntime-nuget-package-cannot-be/m-p/1297769#M11910</guid>
      <dc:creator>BrianLoehr</dc:creator>
      <dc:date>2023-06-09T22:16:15Z</dc:date>
    </item>
  </channel>
</rss>

