Skip to content

Commit

Permalink
Upgrade System.Text.Json for SampleApp
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeybusygin committed Oct 9, 2024
1 parent 4d9bde0 commit 0f411f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SampleApp/SampleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<HintPath>..\packages\System.Text.Encodings.Web.8.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll</HintPath>
</Reference>
<Reference Include="System.Text.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Text.Json.8.0.4\lib\netstandard2.0\System.Text.Json.dll</HintPath>
<HintPath>..\packages\System.Text.Json.8.0.5\lib\netstandard2.0\System.Text.Json.dll</HintPath>
</Reference>
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion SampleApp/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<package id="System.ServiceModel.Http" version="4.10.3" targetFramework="net461" />
<package id="System.ServiceModel.Primitives" version="4.10.3" targetFramework="net461" />
<package id="System.Text.Encodings.Web" version="8.0.0" targetFramework="net461" />
<package id="System.Text.Json" version="8.0.4" targetFramework="net461" />
<package id="System.Text.Json" version="8.0.5" targetFramework="net461" />
<package id="System.Threading.Tasks.Extensions" version="4.5.4" targetFramework="net461" />
<package id="System.ValueTuple" version="4.5.0" targetFramework="net461" />
</packages>

0 comments on commit 0f411f7

Please sign in to comment.