Skip to content

Commit

Permalink
Upgrade System.Text.Json (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpapillon authored Nov 6, 2024
1 parent c65ccf8 commit eb042da
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/SchematicHQ.Client/SchematicHQ.Client.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
Expand All @@ -11,19 +11,19 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageProjectUrl>https://github.com/schematichq/schematic-csharp</PackageProjectUrl>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'net6.0' Or '$(TargetFramework)' == 'net462' Or '$(TargetFramework)' == 'netstandard2.0'">
<PolySharpIncludeRuntimeSupportedAttributes>true</PolySharpIncludeRuntimeSupportedAttributes>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net462' Or '$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="Portable.System.DateTimeOnly" Version="8.0.1" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
<Reference Include="System.Net.Http" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net7.0' Or '$(TargetFramework)' == 'net6.0' Or '$(TargetFramework)' == 'net462' Or '$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="PolySharp" Version="1.14.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand All @@ -34,7 +34,7 @@
<ItemGroup>
<PackageReference Include="OneOf" Version="3.0.263" />
<PackageReference Include="OneOf.Extended" Version="3.0.263" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
<PackageReference Include="moq" Version="4.20.70" />
<PackageReference Include="Moq.Contrib.HttpClient" Version="1.4.0" />
</ItemGroup>
Expand Down

0 comments on commit eb042da

Please sign in to comment.