Skip to content

Commit 5a38f7f

Browse files
committed
dummy helper version fix 1.2.0
1 parent 68a5b6b commit 5a38f7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/dummy/dummy.msbuildproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<Project Sdk="Peachpie.NET.Sdk/1.0.0-dev">
1+
<Project Sdk="Peachpie.NET.Sdk/1.2.0-dev">
22

33
<PropertyGroup>
4-
<TargetFramework>net50</TargetFramework>
4+
<TargetFramework>net6.0</TargetFramework>
55
</PropertyGroup>
66

77
<ItemGroup Condition=" '$(DisableImplicitPeachpieReferences)' != 'true' ">

build/update-cache.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Note: In prior to use Powershell scripts, it might be needed to run:
44
# powershell Set-ExecutionPolicy Unrestricted -Scope CurrentUser
55

6-
param([string]$version = "1.0.0", [string]$suffix = "dev")
6+
param([string]$version = "1.2.0", [string]$suffix = "dev")
77

88
# We suppose the global package source is in the default location
99
$rootDir = [System.IO.Path]::GetFullPath("$PSScriptRoot/..")

0 commit comments

Comments
 (0)