Browse Source

Fix NET8 build

pull/11072/head
Max Katz 3 years ago
committed by GitHub
parent
commit
e9519e2719
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Directory.Build.targets

2
Directory.Build.targets

@ -1,5 +1,5 @@
<Project> <Project>
<PropertyGroup Condition="$(NETCoreSdkVersion.StartsWith('7.0'))"> <PropertyGroup Condition="$([MSBuild]::VersionGreaterThanOrEquals($(NETCoreSdkVersion), '7.0'))">
<DefineConstants>$(DefineConstants);NET7SDK</DefineConstants> <DefineConstants>$(DefineConstants);NET7SDK</DefineConstants>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

Loading…
Cancel
Save