File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 2525 with :
2626 repository : DirectOutput/B2SServerPluginInterface
2727 path : B2SServerPluginInterface
28+ # Since the file is in the DirectOutput repository, we try to patch it here
29+ - name : Patch B2SServerPluginInterface.csproj to use .NET Framework 4.8
30+ shell : pwsh
31+ run : |
32+ $csproj = "B2SServerPluginInterface/B2SServerPluginInterface/B2SServerPluginInterface.csproj"
33+ (Get-Content $csproj) -replace '<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>', '<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>' | Set-Content $csproj
34+ $docProj = "B2SServerPluginInterface/Documentation/Documentation.csproj"
35+ (Get-Content $docProj) -replace '<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>', '<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>' | Set-Content $docProj
36+ (Get-Content $docProj) -replace '<TargetFrameworkProfile>Client</TargetFrameworkProfile>', '' | Set-Content $docProj
37+
2838 - id : version
2939 name : Update AssemblyInformationalVersion
3040 run : |
You can’t perform that action at this time.
0 commit comments