currently , only esri sdk for .net for vs 21019 is available
how to get one for vs 2013?
thanks,
Lynn
The only thing you get with the VS2019 installer is a set of simple starter templates and/or a set of local nuget packages (which are also available on nuget.org).
You can still for instance in VS2017 create a new WPF project and manually add the Esri.ArcGISRuntime.WPF nuget package from nuget.org to your project. Having said that, VS2013 is quite old and I'm fairly certain it doesn't support the features required for our nuget packages.