Skip to content

Commit 20e1538

Browse files
committed
peachpie 1.1.11
1 parent 5f6f5e7 commit 20e1538

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

NuGet.Config

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
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>

PeachPied.WordPress.Build.Plugin/Sdk/Version.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
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>

app/app.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net8.0</TargetFramework>
5+
<TargetFramework>net9.0</TargetFramework>
66
<ServerGarbageCollection>false</ServerGarbageCollection>
77
</PropertyGroup>
88

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"msbuild-sdks": {
3-
"Peachpie.NET.Sdk": "1.2.0-r18537"
3+
"Peachpie.NET.Sdk": "1.1.11"
44
}
55
}

0 commit comments

Comments
 (0)