Skip to content

Commit c186312

Browse files
Updated System.Text.Json 6.0.1 to 8.0.5
1 parent e04a31e commit c186312

3 files changed

Lines changed: 21 additions & 21 deletions

File tree

libraries/MTConnect.NET-Common/MTConnect.NET-Common.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,53 +54,53 @@
5454
<Reference Include="System.Net.Http" />
5555
<Reference Include="System.Web" />
5656
<Reference Include="System.Text.Json" />
57-
<PackageReference Include="System.Text.Json" Version="6.0.1" />
57+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
5858
</ItemGroup>
5959

6060
<!--Conditionally obtain references for the .NET Framework 4.6.2 target-->
6161
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
6262
<Reference Include="System.Net.Http" />
6363
<Reference Include="System.Web" />
6464
<Reference Include="System.Text.Json" />
65-
<PackageReference Include="System.Text.Json" Version="6.0.1" />
65+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
6666
</ItemGroup>
6767

6868
<!--Conditionally obtain references for the .NET Framework 4.7 target-->
6969
<ItemGroup Condition=" '$(TargetFramework)' == 'net47' ">
7070
<Reference Include="System.Net.Http" />
7171
<Reference Include="System.Web" />
7272
<Reference Include="System.Text.Json" />
73-
<PackageReference Include="System.Text.Json" Version="6.0.1" />
73+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
7474
</ItemGroup>
7575

7676
<!--Conditionally obtain references for the .NET Framework 4.7.1 target-->
7777
<ItemGroup Condition=" '$(TargetFramework)' == 'net471' ">
7878
<Reference Include="System.Net.Http" />
7979
<Reference Include="System.Web" />
8080
<Reference Include="System.Text.Json" />
81-
<PackageReference Include="System.Text.Json" Version="6.0.1" />
81+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
8282
</ItemGroup>
8383

8484
<!--Conditionally obtain references for the .NET Framework 4.7.2 target-->
8585
<ItemGroup Condition=" '$(TargetFramework)' == 'net472' ">
8686
<Reference Include="System.Net.Http" />
8787
<Reference Include="System.Web" />
8888
<Reference Include="System.Text.Json" />
89-
<PackageReference Include="System.Text.Json" Version="6.0.1" />
89+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
9090
</ItemGroup>
9191

9292
<!--Conditionally obtain references for the .NET Framework 4.8 target-->
9393
<ItemGroup Condition=" '$(TargetFramework)' == 'net48' ">
9494
<Reference Include="System.Net.Http" />
9595
<Reference Include="System.Web" />
9696
<Reference Include="System.Text.Json" />
97-
<PackageReference Include="System.Text.Json" Version="6.0.1" />
97+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
9898
</ItemGroup>
9999

100100
<!--Conditionally obtain references for the .NET Standard target-->
101101
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
102102
<Reference Include="System.Text.Json" />
103-
<PackageReference Include="System.Text.Json" Version="6.0.1" />
103+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
104104
</ItemGroup>
105105
<ItemGroup>
106106
<Compile Remove="Buffers\IMTConnectDeviceBuffer.cs" />

libraries/MTConnect.NET-HTTP/MTConnect.NET-HTTP.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,53 +64,53 @@
6464
<Reference Include="System.Net.Http" />
6565
<Reference Include="System.Web" />
6666
<Reference Include="System.Text.Json" />
67-
<PackageReference Include="System.Text.Json" Version="6.0.1" />
67+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
6868
</ItemGroup>
6969

7070
<!--Conditionally obtain references for the .NET Framework 4.6.2 target-->
7171
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
7272
<Reference Include="System.Net.Http" />
7373
<Reference Include="System.Web" />
7474
<Reference Include="System.Text.Json" />
75-
<PackageReference Include="System.Text.Json" Version="6.0.1" />
75+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
7676
</ItemGroup>
7777

7878
<!--Conditionally obtain references for the .NET Framework 4.7 target-->
7979
<ItemGroup Condition=" '$(TargetFramework)' == 'net47' ">
8080
<Reference Include="System.Net.Http" />
8181
<Reference Include="System.Web" />
8282
<Reference Include="System.Text.Json" />
83-
<PackageReference Include="System.Text.Json" Version="6.0.1" />
83+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
8484
</ItemGroup>
8585

8686
<!--Conditionally obtain references for the .NET Framework 4.7.1 target-->
8787
<ItemGroup Condition=" '$(TargetFramework)' == 'net471' ">
8888
<Reference Include="System.Net.Http" />
8989
<Reference Include="System.Web" />
9090
<Reference Include="System.Text.Json" />
91-
<PackageReference Include="System.Text.Json" Version="6.0.1" />
91+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
9292
</ItemGroup>
9393

9494
<!--Conditionally obtain references for the .NET Framework 4.7.2 target-->
9595
<ItemGroup Condition=" '$(TargetFramework)' == 'net472' ">
9696
<Reference Include="System.Net.Http" />
9797
<Reference Include="System.Web" />
9898
<Reference Include="System.Text.Json" />
99-
<PackageReference Include="System.Text.Json" Version="6.0.1" />
99+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
100100
</ItemGroup>
101101

102102
<!--Conditionally obtain references for the .NET Framework 4.8 target-->
103103
<ItemGroup Condition=" '$(TargetFramework)' == 'net48' ">
104104
<Reference Include="System.Net.Http" />
105105
<Reference Include="System.Web" />
106106
<Reference Include="System.Text.Json" />
107-
<PackageReference Include="System.Text.Json" Version="6.0.1" />
107+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
108108
</ItemGroup>
109109

110110
<!--Conditionally obtain references for the .NET Standard target-->
111111
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
112112
<Reference Include="System.Text.Json" />
113-
<PackageReference Include="System.Text.Json" Version="6.0.1" />
113+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
114114
</ItemGroup>
115115
<ItemGroup>
116116
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">

libraries/MTConnect.NET-JSON/MTConnect.NET-JSON.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,43 +62,43 @@
6262
<!--Conditionally obtain references for the .NET Framework 4.6.1 target-->
6363
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
6464
<Reference Include="System.Text.Json" />
65-
<PackageReference Include="System.Text.Json" Version="6.0.1" />
65+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
6666
</ItemGroup>
6767

6868
<!--Conditionally obtain references for the .NET Framework 4.6.2 target-->
6969
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
7070
<Reference Include="System.Text.Json" />
71-
<PackageReference Include="System.Text.Json" Version="6.0.1" />
71+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
7272
</ItemGroup>
7373

7474
<!--Conditionally obtain references for the .NET Framework 4.7 target-->
7575
<ItemGroup Condition=" '$(TargetFramework)' == 'net47' ">
7676
<Reference Include="System.Text.Json" />
77-
<PackageReference Include="System.Text.Json" Version="6.0.1" />
77+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
7878
</ItemGroup>
7979

8080
<!--Conditionally obtain references for the .NET Framework 4.7.1 target-->
8181
<ItemGroup Condition=" '$(TargetFramework)' == 'net471' ">
8282
<Reference Include="System.Text.Json" />
83-
<PackageReference Include="System.Text.Json" Version="6.0.1" />
83+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
8484
</ItemGroup>
8585

8686
<!--Conditionally obtain references for the .NET Framework 4.7.2 target-->
8787
<ItemGroup Condition=" '$(TargetFramework)' == 'net472' ">
8888
<Reference Include="System.Text.Json" />
89-
<PackageReference Include="System.Text.Json" Version="6.0.1" />
89+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
9090
</ItemGroup>
9191

9292
<!--Conditionally obtain references for the .NET Framework 4.8 target-->
9393
<ItemGroup Condition=" '$(TargetFramework)' == 'net48' ">
9494
<Reference Include="System.Text.Json" />
95-
<PackageReference Include="System.Text.Json" Version="6.0.1" />
95+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
9696
</ItemGroup>
9797

9898
<!--Conditionally obtain references for the .NET Standard target-->
9999
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
100100
<Reference Include="System.Text.Json" />
101-
<PackageReference Include="System.Text.Json" Version="6.0.1" />
101+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
102102
</ItemGroup>
103103

104104
<ItemGroup>

0 commit comments

Comments
 (0)