We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a5b6b commit 5a38f7fCopy full SHA for 5a38f7f
build/dummy/dummy.msbuildproj
@@ -1,7 +1,7 @@
1
-<Project Sdk="Peachpie.NET.Sdk/1.0.0-dev">
+<Project Sdk="Peachpie.NET.Sdk/1.2.0-dev">
2
3
<PropertyGroup>
4
- <TargetFramework>net50</TargetFramework>
+ <TargetFramework>net6.0</TargetFramework>
5
</PropertyGroup>
6
7
<ItemGroup Condition=" '$(DisableImplicitPeachpieReferences)' != 'true' ">
build/update-cache.ps1
@@ -3,7 +3,7 @@
# Note: In prior to use Powershell scripts, it might be needed to run:
# powershell Set-ExecutionPolicy Unrestricted -Scope CurrentUser
-param([string]$version = "1.0.0", [string]$suffix = "dev")
+param([string]$version = "1.2.0", [string]$suffix = "dev")
8
# We suppose the global package source is in the default location
9
$rootDir = [System.IO.Path]::GetFullPath("$PSScriptRoot/..")
0 commit comments