Skip to content

Commit 5f4a23d

Browse files
committed
update aqua-core to 5.4.0-alpha-005
1 parent eeebd91 commit 5f4a23d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<MinorVersion>2</MinorVersion>
77
<PatchVersion>0</PatchVersion>
88
<PreReleaseLabel>dev</PreReleaseLabel>
9-
<AquaCoreVersion>5.4.0-alpha-002</AquaCoreVersion>
9+
<AquaCoreVersion>5.4.0-alpha-005</AquaCoreVersion>
1010
</PropertyGroup>
1111

1212
<PropertyGroup>

src/Remote.Linq.Text.Json/Remote.Linq.Text.Json.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>Provides System.Text.Json serialization for Remote.Linq types.</Description>
5-
<TargetFrameworks>netstandard2.0</TargetFrameworks>
5+
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
66
<PackageTags>remote-linq;json;system-text-json</PackageTags>
77
<IncludeGlobalAssemblyInfo>false</IncludeGlobalAssemblyInfo>
88
</PropertyGroup>

0 commit comments

Comments
 (0)