<?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: Esri.ArcGISRuntime 100.11.2 and .NET Core 5.0 does not have a 'net5.0' dependency in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-100-11-2-and-net-core-5-0-does/m-p/1072143#M10209</link>
    <description>&lt;P&gt;My apologies, you are right.&lt;/P&gt;&lt;P&gt;I previously used it under Windows but subsequently I have converted the application to NET Core 5.&lt;BR /&gt;All compiled well but the dll can't be referenced anymore.&lt;BR /&gt;&lt;BR /&gt;I will look for an alternative solution.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 24 Jun 2021 17:09:51 GMT</pubDate>
    <dc:creator>FestusRedelinghuys</dc:creator>
    <dc:date>2021-06-24T17:09:51Z</dc:date>
    <item>
      <title>Esri.ArcGISRuntime 100.11.2 and .NET Core 5.0 does not have a 'net5.0' dependency</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-100-11-2-and-net-core-5-0-does/m-p/1072057#M10205</link>
      <description>&lt;P&gt;We have a problem with Esri.ArcGISRuntime 100.11.2 and .NET Core 5.0&lt;/P&gt;&lt;P&gt;When using the Esri.ArcGISRuntime 100.11.2 NuGet package in a .NET Core 5.0 application (DLL, NON-WINDOWS), the application is dependent on ‘net5.0-windows’ and not ‘net5.0’&lt;/P&gt;&lt;P&gt;This causes issues in compatibility when used in a much larger solution&lt;/P&gt;&lt;P&gt;It seems to me that the ‘net5.0’ dependency needs to be added to the list of dependencies.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 15:10:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-100-11-2-and-net-core-5-0-does/m-p/1072057#M10205</guid>
      <dc:creator>FestusRedelinghuys</dc:creator>
      <dc:date>2021-06-24T15:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Esri.ArcGISRuntime 100.11.2 and .NET Core 5.0 does not have a 'net5.0' dependency</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-100-11-2-and-net-core-5-0-does/m-p/1072100#M10206</link>
      <description>&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;DLL, NON-WINDOWS)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Only Windows, iOS and Android are supported. To do .NET 5, you'll have to at least target net5.0-windows10.0.18362.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 16:22:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-100-11-2-and-net-core-5-0-does/m-p/1072100#M10206</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2021-06-24T16:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Esri.ArcGISRuntime 100.11.2 and .NET Core 5.0 does not have a 'net5.0' dependency</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-100-11-2-and-net-core-5-0-does/m-p/1072121#M10207</link>
      <description>&lt;P&gt;I am using .NET 5.0.&lt;/P&gt;&lt;P&gt;The DLL works fine except I have to pull it out of the NuGet package and then reference it directly.&lt;BR /&gt;I can't use the NuGet package because of the lack of dependency support for 'net5.0'&lt;BR /&gt;Since the DLL works fine, I guess they basically only need to fix up the NuGet package.&lt;/P&gt;&lt;P&gt;I still have to test it to a Linux docker container, hopefully it works there too.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 16:53:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-100-11-2-and-net-core-5-0-does/m-p/1072121#M10207</guid>
      <dc:creator>FestusRedelinghuys</dc:creator>
      <dc:date>2021-06-24T16:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Esri.ArcGISRuntime 100.11.2 and .NET Core 5.0 does not have a 'net5.0' dependency</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-100-11-2-and-net-core-5-0-does/m-p/1072125#M10208</link>
      <description>&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;The DLL works fine except I have to pull it out of the NuGet package and then reference it directly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The nuget package does more than just reference that assembly. This is not in any way a supported method. You might be tricking the compiler into compiling things, but it won't run.&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;I still have to test it to a Linux docker container, hopefully it works there too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;It will not. As mentioned this only works on Windows, iOS and Android because those are the only platforms that there are provided native runtimes for.&lt;BR /&gt;&lt;BR /&gt;If you're running in a docker container, it does sound like you're trying to use the runtime in a service - if that is the case, be aware this is again not a supported scenario and most likely against the license agreement.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 16:58:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-100-11-2-and-net-core-5-0-does/m-p/1072125#M10208</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2021-06-24T16:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Esri.ArcGISRuntime 100.11.2 and .NET Core 5.0 does not have a 'net5.0' dependency</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-100-11-2-and-net-core-5-0-does/m-p/1072143#M10209</link>
      <description>&lt;P&gt;My apologies, you are right.&lt;/P&gt;&lt;P&gt;I previously used it under Windows but subsequently I have converted the application to NET Core 5.&lt;BR /&gt;All compiled well but the dll can't be referenced anymore.&lt;BR /&gt;&lt;BR /&gt;I will look for an alternative solution.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 17:09:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-100-11-2-and-net-core-5-0-does/m-p/1072143#M10209</guid>
      <dc:creator>FestusRedelinghuys</dc:creator>
      <dc:date>2021-06-24T17:09:51Z</dc:date>
    </item>
  </channel>
</rss>

