diff --git a/CHANGELIST.md b/CHANGELIST.md index 4625746b..85008e0f 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -56,6 +56,7 @@ - Attempt to handle no drives - Handle no drives better - Handle no drives betterer +- Packaging requires `-windows` for framework ### 2.4 (2022-10-26) diff --git a/appveyor.yml b/appveyor.yml index 1b8bb530..47654c6d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,10 +29,10 @@ build_script: - msbuild MPF.Check\MPF.Check.csproj -property:TargetFramework=net48 # .NET 6.0 - - dotnet publish MPF\MPF.csproj --framework net6.0 --runtime win-x86 --self-contained true -p:PublishSingleFile=true - - dotnet publish MPF\MPF.csproj --framework net6.0 --runtime win-x64 --self-contained true -p:PublishSingleFile=true - #- dotnet publish MPF\MPF.csproj --framework net6.0 --runtime linux-x64 --self-contained true -p:PublishSingleFile=true - #- dotnet publish MPF\MPF.csproj --framework net6.0 --runtime osx-x64 --self-contained true -p:PublishSingleFile=true + - dotnet publish MPF\MPF.csproj --framework net6.0-windows --runtime win-x86 --self-contained true -p:PublishSingleFile=true + - dotnet publish MPF\MPF.csproj --framework net6.0-windows --runtime win-x64 --self-contained true -p:PublishSingleFile=true + #- dotnet publish MPF\MPF.csproj --framework net6.0-windows --runtime linux-x64 --self-contained true -p:PublishSingleFile=true + #- dotnet publish MPF\MPF.csproj --framework net6.0-windows --runtime osx-x64 --self-contained true -p:PublishSingleFile=true - dotnet publish MPF.Check\MPF.Check.csproj --framework net6.0 --runtime win-x86 --self-contained true -p:PublishSingleFile=true - dotnet publish MPF.Check\MPF.Check.csproj --framework net6.0 --runtime win-x64 --self-contained true -p:PublishSingleFile=true - dotnet publish MPF.Check\MPF.Check.csproj --framework net6.0 --runtime linux-x64 --self-contained true -p:PublishSingleFile=true