Skip to content

Commit

Permalink
net6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmisek committed Jun 13, 2024
1 parent ee87b14 commit a4b3e05
Show file tree
Hide file tree
Showing 25 changed files with 5 additions and 35 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<!-- version -->
<Version Condition=" '$(APPVEYOR_BUILD_VERSION)'!='' ">$(APPVEYOR_BUILD_VERSION)</Version>
<Version Condition=" '$(Version)'=='' ">1.2.0-dev</Version>
<TargetFramework>net6.0</TargetFramework>
<PackageVersion>$(Version)</PackageVersion>
<TargetFrameworks>net50</TargetFrameworks>
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>

<!-- metadata generation -->
Expand Down
1 change: 0 additions & 1 deletion src/Compiler/peach/peach.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net50</TargetFramework>
<AssemblyName>peach</AssemblyName>
<OutputType>Exe</OutputType>
<PackageId>peach</PackageId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net50</TargetFrameworks>
<PreserveCompilationContext>true</PreserveCompilationContext>
<AssemblyName>Peachpie.Library.PDO.Firebird</AssemblyName>
<PackageId>Peachpie.Library.PDO.Firebird</PackageId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net50</TargetFrameworks>
<PreserveCompilationContext>true</PreserveCompilationContext>
<AssemblyName>Peachpie.Library.PDO.IBM</AssemblyName>
<PackageId>Peachpie.Library.PDO.IBM</PackageId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net50</TargetFrameworks>
<PreserveCompilationContext>true</PreserveCompilationContext>
<AssemblyName>Peachpie.Library.PDO.MySQL</AssemblyName>
<PackageId>Peachpie.Library.PDO.MySQL</PackageId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net50</TargetFrameworks>
<PreserveCompilationContext>true</PreserveCompilationContext>
<AssemblyName>Peachpie.Library.PDO.PgSQL</AssemblyName>
<PackageId>Peachpie.Library.PDO.PgSQL</PackageId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net50</TargetFrameworks>
<PreserveCompilationContext>true</PreserveCompilationContext>
<AssemblyName>Peachpie.Library.PDO.SqlSrv</AssemblyName>
<PackageId>Peachpie.Library.PDO.SqlSrv</PackageId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net50</TargetFrameworks>
<PreserveCompilationContext>true</PreserveCompilationContext>
<AssemblyName>Peachpie.Library.PDO.Sqlite</AssemblyName>
<PackageId>Peachpie.Library.PDO.Sqlite</PackageId>
Expand Down
1 change: 0 additions & 1 deletion src/PDO/Peachpie.Library.PDO/Peachpie.Library.PDO.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net50</TargetFrameworks>
<AssemblyName>Peachpie.Library.PDO</AssemblyName>
<PackageId>Peachpie.Library.PDO</PackageId>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
Expand Down
2 changes: 0 additions & 2 deletions src/Peachpie.App/Peachpie.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@

<PropertyGroup>
<Description>Peachpie platform dependencies.</Description>
<TargetFrameworks>net50</TargetFrameworks>
<AssemblyName>Peachpie.App</AssemblyName>
<PackageId>Peachpie.App</PackageId>
<IncludeBuildOutput>false</IncludeBuildOutput>
<IncludeSymbols>false</IncludeSymbols>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<NoWarn>$(NoWarn),NU5128</NoWarn>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion src/Peachpie.AspNetCore.Mvc/Peachpie.AspNetCore.Mvc.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net50</TargetFrameworks>
<NoWarn>$(NoWarn);1591</NoWarn>
<AssemblyName>Peachpie.AspNetCore.Mvc</AssemblyName>
<PackageId>Peachpie.AspNetCore.Mvc</PackageId>
Expand Down
1 change: 0 additions & 1 deletion src/Peachpie.AspNetCore.Web/Peachpie.AspNetCore.Web.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net50</TargetFrameworks>
<NoWarn>$(NoWarn);1591</NoWarn>
<AssemblyName>Peachpie.AspNetCore.Web</AssemblyName>
<PackageId>Peachpie.AspNetCore.Web</PackageId>
Expand Down
1 change: 1 addition & 0 deletions src/Peachpie.CodeAnalysis/Emitter/Model/PEModuleBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
using Pchp.CodeAnalysis.Utilities;
using Pchp.CodeAnalysis.CodeGen;
using Pchp.CodeAnalysis.Semantics;
using ReferenceEqualityComparer = Roslyn.Utilities.ReferenceEqualityComparer;

namespace Pchp.CodeAnalysis.Emit
{
Expand Down
1 change: 0 additions & 1 deletion src/Peachpie.CodeAnalysis/Peachpie.CodeAnalysis.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<NoWarn>$(NoWarn);1591</NoWarn>
<AssemblyName>Peachpie.CodeAnalysis</AssemblyName>
<PackageId>Peachpie.CodeAnalysis</PackageId>
Expand Down
1 change: 1 addition & 0 deletions src/Peachpie.CodeAnalysis/Symbols/TypeMap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using Roslyn.Utilities;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.PooledObjects;
using ReferenceEqualityComparer = Roslyn.Utilities.ReferenceEqualityComparer;

namespace Pchp.CodeAnalysis.Symbols
{
Expand Down
1 change: 0 additions & 1 deletion src/Peachpie.Library.XmlDom/Peachpie.Library.XmlDom.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net50</TargetFrameworks>
<NoWarn>$(NoWarn);1591;1574</NoWarn>
<AssemblyName>Peachpie.Library.XmlDom</AssemblyName>
<PackageId>Peachpie.Library.XmlDom</PackageId>
Expand Down
11 changes: 0 additions & 11 deletions src/Peachpie.NET.Sdk/Directory.Build.props

This file was deleted.

4 changes: 2 additions & 2 deletions src/Peachpie.NET.Sdk/Peachpie.NET.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<NoPackageAnalysis>true</NoPackageAnalysis>
<IncludeBuildOutput>false</IncludeBuildOutput>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackToolsDir>$(MSBuildThisFileDirectory)bin\$(Configuration)\$(_TargetFramework)\publish</PackToolsDir>
<PackToolsDir>$(MSBuildThisFileDirectory)bin\$(Configuration)\$(TargetFramework)\publish</PackToolsDir>
<NuspecFile>$(MSBuildThisFileDirectory)$(MSbuildProjectName).nuspec</NuspecFile>
</PropertyGroup>

Expand Down Expand Up @@ -89,7 +89,7 @@
</ItemGroup>

<Target Name="PublishAll">
<MSBuild Projects="$(MSBuildProjectFullPath)" Targets="publish" Properties="GeneratePackageOnBuild=false;Version=$(Version);TargetFramework=$(_TargetFramework);" />
<MSBuild Projects="$(MSBuildProjectFullPath)" Targets="publish" Properties="GeneratePackageOnBuild=false;Version=$(Version);TargetFramework=$(TargetFramework);" />
</Target>

<Target Name="SetPackageDependencies" BeforeTargets="GenerateNuspec" DependsOnTargets="PublishAll">
Expand Down
1 change: 0 additions & 1 deletion src/Tests/Benchmarks/Benchmarks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net60</TargetFrameworks>
<NoWarn>$(NoWarn);1591;</NoWarn>
<LangVersion>8.0</LangVersion>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion src/Tests/Peachpie.App.Tests/Peachpie.App.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net60</TargetFrameworks>
<NoWarn>$(NoWarn);1591</NoWarn>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net60</TargetFrameworks>
<NoWarn>$(NoWarn);1591</NoWarn>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net60</TargetFrameworks>
<NoWarn>$(NoWarn);1591</NoWarn>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net60</TargetFrameworks>
<NoWarn>$(NoWarn);1591</NoWarn>
</PropertyGroup>

Expand Down
1 change: 0 additions & 1 deletion src/Tests/Peachpie.ScriptTests/Peachpie.ScriptTests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net60</TargetFrameworks>
<NoWarn>$(NoWarn);1591</NoWarn>
</PropertyGroup>

Expand Down
1 change: 0 additions & 1 deletion src/Tests/Peachpie.Test/Peachpie.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net60</TargetFrameworks>
<OutputType>Exe</OutputType>
<NoWarn>$(NoWarn);1591</NoWarn>
</PropertyGroup>
Expand Down

0 comments on commit a4b3e05

Please sign in to comment.