Skip to content

Commit 6b77305

Browse files
StefHCopilot
andauthored
Update src/System.Linq.Dynamic.Core/System.Linq.Dynamic.Core.csproj
Co-authored-by: Copilot <[email protected]>
1 parent 4410abe commit 6b77305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.Linq.Dynamic.Core/System.Linq.Dynamic.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<DefineConstants>$(DefineConstants);NETSTANDARD</DefineConstants>
3535
</PropertyGroup>
3636

37-
<PropertyGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' or '$(TargetFramework)' == 'net5.0' or '$(TargetFramework)' == 'net6.0' or '$(TargetFramework)' == 'net7.0' or '$(TargetFramework)' == 'net8.0' or '$(TargetFramework)' == 'net9.0'">
37+
<PropertyGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' or '$(TargetFramework)' == 'net5.0' or '$(TargetFramework)' == 'net6.0' or '$(TargetFramework)' == 'net7.0' or '$(TargetFramework)' == 'net8.0' or '$(TargetFramework)' == 'net9.0' or '$(TargetFramework)' == 'net10.0'">
3838
<DefineConstants>$(DefineConstants);ASYNCENUMERABLE</DefineConstants>
3939
</PropertyGroup>
4040

0 commit comments

Comments
 (0)