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