Use msbuild for .NET Framework 4.8

This commit is contained in:
Matt Nadareski
2022-12-30 11:37:14 -08:00
parent ecca27e012
commit bb2b2f668b
2 changed files with 2 additions and 1 deletions

View File

@@ -36,6 +36,7 @@
- Address some UI concerns
- Tweak AppVeyor, show Check 6.0 builds
- More strict when custom parameters editing
- Use msbuild for .NET Framework 4.8
### 2.4 (2022-10-26)
- Update to DIC 20211001

View File

@@ -25,7 +25,7 @@ before_build:
# build step
build_script:
- dotnet restore
- dotnet build MPF\MPF.csproj --framework net48
- msbuild MPF\MPF.csproj -property:TargetFramework=net48
#- dotnet build MPF\MPF.csproj --framework net6.0
- dotnet build MPF.Check\MPF.Check.csproj --framework net48
- dotnet publish MPF.Check\MPF.Check.csproj --framework net6.0 --runtime win-x86 --self-contained true -p:PublishSingleFile=true