diff --git a/examples/VeloWpfSample/VeloWpfSample.csproj b/examples/VeloWpfSample/VeloWpfSample.csproj index 222e2664..2dbac68f 100644 --- a/examples/VeloWpfSample/VeloWpfSample.csproj +++ b/examples/VeloWpfSample/VeloWpfSample.csproj @@ -2,18 +2,23 @@ WinExe - net8.0-windows + net48 true true - VeloWpfSample.Program true + latest + + + + + VeloWpfSample.Program - + <_Parameter1>WpfSampleReleaseDir diff --git a/examples/VeloWpfSample/build.bat b/examples/VeloWpfSample/build.bat index 892bbaeb..3dd5144b 100644 --- a/examples/VeloWpfSample/build.bat +++ b/examples/VeloWpfSample/build.bat @@ -11,7 +11,7 @@ set "version=%~1" echo. echo Compiling VeloWpfSample with dotnet... -dotnet publish -c Release --no-self-contained -r win-x64 -o %~dp0publish +dotnet publish -c Release -o %~dp0publish echo. echo Building Velopack Release v%version%