mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Use msbuild for .NET Framework 4.8
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user