Skip to content

Commit

Permalink
Update csproj's and add back curly brace in JsonConstants
Browse files Browse the repository at this point in the history
  • Loading branch information
peterrsongg committed Nov 20, 2024
1 parent ebc898a commit fe0da63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sdk/src/Core/AWSSDK.Core.NetFramework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
<ItemGroup>
<PackageReference Include="System.Buffers" Version="4.5.1" />
<PackageReference Include="System.Memory" Version="4.5.5" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
<PackageReference Include="System.Text.Json" Version="6.0.11" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion sdk/src/Core/AWSSDK.Core.NetStandard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
<PackageReference Include="System.Buffers" Version="4.5.1" />
<PackageReference Include="System.Memory" Version="4.5.5" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
<PackageReference Include="System.Text.Json" Version="6.0.11" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
using System.Text;

namespace Amazon.Runtime.Internal.Transform

{
/// <summary>
/// Constants used in JSON unmarshalling.
/// </summary>
Expand Down

0 comments on commit fe0da63

Please sign in to comment.