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 f60453c commit 3815324Copy full SHA for 3815324
buildBinaryDistribution.ps1
@@ -18,7 +18,7 @@ function Copy-Sample([string]$SampleName) {
18
}
19
20
# Copy-Item -Path files
21
-Copy-Item -Path "src\Myra\bin\MonoGame\Release\net6.0\Myra.*" -Destination "ZipPackage"
+Copy-Item -Path "src\Myra\bin\MonoGame\Release\netstandard2.0\Myra.*" -Destination "ZipPackage"
22
Copy-Sample "AllWidgets"
23
Copy-Sample "CustomUIStylesheet"
24
Copy-Sample "CustomWidgets"
0 commit comments