<?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.runtimes.win restored to .NETFramework instead of .NETCoreApp in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-runtimes-win-restored-to/m-p/1006057#M9602</link>
    <description>&lt;P&gt;I've updated to the latest version of VS, and cleared my NuGet cache. I still get the error.&lt;/P&gt;&lt;P&gt;When I try to do a single-file compile, I get an unknown error. (Publish has encountered an error. We were unable to determine the cause of the error. Check the output log for more details. --- The output log says the same thing... helpful.)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 450px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/1295i9454C29EC95DF762/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Dec 2020 00:07:02 GMT</pubDate>
    <dc:creator>DamonJoyce</dc:creator>
    <dc:date>2020-12-02T00:07:02Z</dc:date>
    <item>
      <title>ESRI.ArcGISRuntime.runtimes.win restored to .NETFramework instead of .NETCoreApp</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-runtimes-win-restored-to/m-p/635209#M7833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm getting the following warning when compiling my application:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Package 'Esri.ArcGISRuntime.runtimes.win 100.9.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My target framework is .NETCore 3.1, and I have the ESRI.ArcGISRuntime.WPF v100.9.0 installed via NuGet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything still works, but I really want to publish it as a self-contained product&amp;nbsp;without relying on .NETFramework installs on the user's computer. Has anyone else run into this issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2020 23:30:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-runtimes-win-restored-to/m-p/635209#M7833</guid>
      <dc:creator>DamonJoyce</dc:creator>
      <dc:date>2020-09-21T23:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI.ArcGISRuntime.runtimes.win restored to .NETFramework instead of .NETCoreApp</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-runtimes-win-restored-to/m-p/635210#M7834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can safely ignore this warning. It appears to be a nuget restore bug&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2020 21:38:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-runtimes-win-restored-to/m-p/635210#M7834</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2020-09-22T21:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI.ArcGISRuntime.runtimes.win restored to .NETFramework instead of .NETCoreApp</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-runtimes-win-restored-to/m-p/635211#M7835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The issue though is that it seems to prevent publishing&amp;nbsp;using the "Produce single file" option under File publish options in Visual Studio 2019. I'd like to distribute a single file to users, rather than a folder of 200+ files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2020 22:06:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-runtimes-win-restored-to/m-p/635211#M7835</guid>
      <dc:creator>DamonJoyce</dc:creator>
      <dc:date>2020-10-01T22:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI.ArcGISRuntime.runtimes.win restored to .NETFramework instead of .NETCoreApp</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-runtimes-win-restored-to/m-p/635212#M7836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How does it prevent that? What error are you getting? (there is a few DLLs and a bunch of .cso files which are required but they should get embedded into the single file just fine)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2020 22:11:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-runtimes-win-restored-to/m-p/635212#M7836</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2020-10-01T22:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI.ArcGISRuntime.runtimes.win restored to .NETFramework instead of .NETCoreApp</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-runtimes-win-restored-to/m-p/1001882#M9567</link>
      <description>&lt;P&gt;If you have a chance, could you try and upgrade Visual Studio to the latest 16.8.0+ and see if this resolves your issue? We've seen one other case where this resolved it for them.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 20:23:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-runtimes-win-restored-to/m-p/1001882#M9567</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2020-11-16T20:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI.ArcGISRuntime.runtimes.win restored to .NETFramework instead of .NETCoreApp</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-runtimes-win-restored-to/m-p/1006057#M9602</link>
      <description>&lt;P&gt;I've updated to the latest version of VS, and cleared my NuGet cache. I still get the error.&lt;/P&gt;&lt;P&gt;When I try to do a single-file compile, I get an unknown error. (Publish has encountered an error. We were unable to determine the cause of the error. Check the output log for more details. --- The output log says the same thing... helpful.)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 450px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/1295i9454C29EC95DF762/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2020 00:07:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-runtimes-win-restored-to/m-p/1006057#M9602</guid>
      <dc:creator>DamonJoyce</dc:creator>
      <dc:date>2020-12-02T00:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI.ArcGISRuntime.runtimes.win restored to .NETFramework instead of .NETCoreApp</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-runtimes-win-restored-to/m-p/1012725#M9638</link>
      <description>&lt;P&gt;Ditto&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 19:09:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntime-runtimes-win-restored-to/m-p/1012725#M9638</guid>
      <dc:creator>FestusRedelinghuys</dc:creator>
      <dc:date>2020-12-29T19:09:39Z</dc:date>
    </item>
  </channel>
</rss>

