Skip to content

Commit

Permalink
sdk build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmisek committed Jun 24, 2024
1 parent f856ffe commit 76f1614
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Peachpie.CodeAnalysis/Peachpie.CodeAnalysis.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<NoWarn>$(NoWarn);1591</NoWarn>
<AssemblyName>Peachpie.CodeAnalysis</AssemblyName>
<PackageId>Peachpie.CodeAnalysis</PackageId>
Expand Down

0 comments on commit 76f1614

Please sign in to comment.