We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd4e38 commit 5b0a46dCopy full SHA for 5b0a46d
copyRuntimes.ps1
@@ -1,2 +1,4 @@
1
-Copy-Item C:\Users\$($env:USERNAME)\.nuget\packages\esri.arcgisruntime.runtimes.win10\200.0.0\runtimes\win10-x64\native\* MapBoard.UI
2
-Copy-Item C:\Users\$($env:USERNAME)\.nuget\packages\esri.arcgisruntime.wpf\200.0.0\runtimes\win10-x64\native\* MapBoard.UI
+Copy-Item C:\Users\$($env:USERNAME)\.nuget\packages\esri.arcgisruntime.runtimes.win10\200.2.0\runtimes\win10-x64\native\* MapBoard.UI
+Copy-Item C:\Users\$($env:USERNAME)\.nuget\packages\esri.arcgisruntime.wpf\200.2.0\runtimes\win10-x64\native\* MapBoard.UI
3
+Write-Output "复制完成"
4
+pause
0 commit comments