mirror of
https://github.com/nomi-san/parsec-vdd.git
synced 2026-08-07 13:50:45 +00:00
fix build script
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
||||
|
||||
- name: Patch project files
|
||||
run: |
|
||||
(Get-Content app\ParsecVDisplay.csproj) -replace "FrameworkVersion>v4.7.2", "FrameworkVersion>v4.8" | Out-File app\ParsecVDisplay.csproj
|
||||
(Get-Content app\ParsecVDisplay.csproj) -replace "TargetFramework>net472", "TargetFramework>net480" | Out-File app\ParsecVDisplay.csproj
|
||||
(Get-Content app\App.config) -replace "Version=v4.7.2", "Version=v4.8" | Out-File app\App.config
|
||||
|
||||
- name: Setup msbuild
|
||||
|
||||
Reference in New Issue
Block a user