File tree Expand file tree Collapse file tree
PeachPied.WordPress.Build.Plugin/Sdk Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22<configuration >
33 <packageSources >
44 <!-- see https://feed.peachpie.io for authentication information -->
5- <add key =" feed.peachpie.io" value =" https://feed.peachpie.io/v3/index.json" />
65 <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
76 </packageSources >
87</configuration >
Original file line number Diff line number Diff line change 22<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33<PropertyGroup >
44<WpDotNetVersion Condition =" '$(WpDotNetVersion)'=='' " >6.7.1</WpDotNetVersion >
5- <PeachpieVersion Condition =" '$(PeachpieVersion)'=='' " >1.2.0-r18537 </PeachpieVersion >
5+ <PeachpieVersion Condition =" '$(PeachpieVersion)'=='' " >1.1.11 </PeachpieVersion >
66</PropertyGroup >
77</Project >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net8 .0</TargetFramework >
5+ <TargetFramework >net9 .0</TargetFramework >
66 <ServerGarbageCollection >false</ServerGarbageCollection >
77 </PropertyGroup >
88
Original file line number Diff line number Diff line change 11{
22 "msbuild-sdks" : {
3- "Peachpie.NET.Sdk" : " 1.2.0-r18537 "
3+ "Peachpie.NET.Sdk" : " 1.1.11 "
44 }
55}
You can’t perform that action at this time.
0 commit comments