Skip to content

Commit c6bc5dd

Browse files
authored
Update System.Text.Encodings.Web references (Azure#21539)
* Update System.Text.Encodings.Web references * Resolve PR feedback
1 parent 0aeeece commit c6bc5dd

File tree

10 files changed

+21
-7
lines changed

10 files changed

+21
-7
lines changed

eng/Packages.Data.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<PackageReference Update="System.Security.Cryptography.Algorithms" Version="4.3.0" />
4646
<PackageReference Update="System.Security.Cryptography.Cng" Version="4.3.0" />
4747
<PackageReference Update="System.Security.Cryptography.Primitives" Version="4.3.0" />
48+
<PackageReference Update="System.Text.Encodings.Web" Version="4.5.1" />
4849
<PackageReference Update="System.ValueTuple" Version="4.5.0" />
4950

5051
<PackageReference Update="WindowsAzure.Storage" Version="9.3.3" />

samples/linecounter/LineCounter.csproj

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
<UserSecretsId>67ca5d37-051b-4ab1-b013-c74a2d4edb76</UserSecretsId>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReference Include="Azure.Messaging.EventGrid" Version="4.1.0" />
8-
<PackageReference Include="Azure.Messaging.EventHubs" Version="5.2.0" />
9-
<PackageReference Include="Azure.Messaging.EventHubs.Processor" Version="5.2.0" />
10-
<PackageReference Include="Azure.Storage.Blobs" Version="12.6.0" />
11-
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.15.0" />
7+
<PackageReference Include="Azure.Messaging.EventGrid" Version="4.2.0" />
8+
<PackageReference Include="Azure.Messaging.EventHubs" Version="5.4.1" />
9+
<PackageReference Include="Azure.Messaging.EventHubs.Processor" Version="5.4.1" />
10+
<PackageReference Include="Azure.Storage.Blobs" Version="12.8.4" />
11+
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.17.0" />
1212
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.0.0" />
13+
<PackageReference Include="System.Text.Encodings.Web" Version="4.7.2" />
1314
</ItemGroup>
1415
<ItemGroup>
1516
<Folder Include="Connected Services\" />

sdk/batch/Microsoft.Azure.Batch.Conventions.Files/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
## 3.6.0-preview.1 (Unreleased)
44

5-
5+
### Bug fixes
6+
- Updated dependency versions.

sdk/batch/Microsoft.Azure.Batch.Conventions.Files/src/Microsoft.Azure.Batch.Conventions.Files.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
</PropertyGroup>
2020

2121
<ItemGroup>
22+
<PackageReference Include="System.Text.Encodings.Web" />
2223
<PackageReference Include="Microsoft.Azure.Batch" />
2324
<PackageReference Include="WindowsAzure.Storage" />
2425
</ItemGroup>

sdk/batch/Microsoft.Azure.Batch.FileStaging/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
## 8.4.0-preview.1 (Unreleased)
44

5-
5+
### Bug fixes
6+
- Updated dependency versions.

sdk/batch/Microsoft.Azure.Batch.FileStaging/src/Microsoft.Azure.Batch.FileStaging.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
</PropertyGroup>
2323

2424
<ItemGroup>
25+
<PackageReference Include="System.Text.Encodings.Web" />
2526
<PackageReference Include="WindowsAzure.Storage" />
2627
<PackageReference Include="Microsoft.Azure.Batch" />
2728
</ItemGroup>

sdk/batch/Microsoft.Azure.Batch/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## 14.1.0-beta.1 (Unreleased)
44

5+
### Bug fixes
6+
- Updated dependency versions.
57

68
## 14.0.0 (2020-09-10)
79
### Features

sdk/batch/Microsoft.Azure.Batch/src/Microsoft.Azure.Batch.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
<PackageReleaseNotes>For detailed release notes, see: https://aka.ms/batch-net-dataplane-changelog </PackageReleaseNotes>
1919
</PropertyGroup>
2020

21+
<ItemGroup>
22+
<PackageReference Include="System.Text.Encodings.Web" />
23+
</ItemGroup>
24+
2125
<ItemGroup Condition="'$(IsTargetingNetFx)' == 'true'">
2226
<Reference Include="System.Web" />
2327
<Reference Include="System" />

sdk/core/Microsoft.Azure.Core.Spatial/CHANGELOG.md

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

33
## 1.1.0-beta.1 (Unreleased)
44

5+
- Updated dependency versions.
56

67
## 1.0.0 (2021-01-06)
78

sdk/core/Microsoft.Azure.Core.Spatial/src/Microsoft.Azure.Core.Spatial.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.Spatial" />
15+
<PackageReference Include="System.Text.Encodings.Web" />
1516
<PackageReference Include="System.Text.Json" />
1617
</ItemGroup>
1718

0 commit comments

Comments
 (0)