Skip to content

Commit 0bceb4c

Browse files
authored
Update the STJ min dependency to 8.0.5 as all supported versions of VS are on 8.0.5 STJ. (#49303)
2 parents ae7d4b8 + d57b29f commit 0bceb4c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<SystemTextJsonPackageVersion>9.0.5</SystemTextJsonPackageVersion>
125125
<!-- This is a minimum version for various projects to work. It's used for netfx-targeted components that run in Visual Studio
126126
because in those cases, Visual Studio is providing System.Text.Json, and we should work with whichever version it ships. -->
127-
<SystemTextJsonToolsetPackageVersion>8.0.4</SystemTextJsonToolsetPackageVersion>
127+
<SystemTextJsonToolsetPackageVersion>8.0.5</SystemTextJsonToolsetPackageVersion>
128128
<SystemWindowsExtensionsPackageVersion>9.0.5</SystemWindowsExtensionsPackageVersion>
129129
<SystemFormatsAsn1Version>9.0.5</SystemFormatsAsn1Version>
130130
</PropertyGroup>

src/Containers/Microsoft.NET.Build.Containers/Microsoft.NET.Build.Containers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<PackageReference Include="System.Text.Json" ExcludeAssets="runtime">
4949
<!-- For the net472 flavor, lock back to a System.Text.Json equal to or older than MSBuild will provide
5050
so it doesn't have to be redistributed. -->
51-
<VersionOverride Condition="'$(TargetFramework)' == 'net472'">8.0.3</VersionOverride>
51+
<VersionOverride Condition="'$(TargetFramework)' == 'net472'">8.0.5</VersionOverride>
5252
</PackageReference>
5353
</ItemGroup>
5454

src/Resolvers/Microsoft.DotNet.MSBuildSdkResolver/Microsoft.DotNet.MSBuildSdkResolver.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137

138138
<ItemGroup>
139139
<ExpectedDependencies Include="Microsoft.Deployment.DotNet.Releases, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
140-
<ExpectedDependencies Include="System.Text.Json, Version=8.0.0.4, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" />
140+
<ExpectedDependencies Include="System.Text.Json, Version=8.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" />
141141
<ExpectedDependencies Include="System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" />
142142
<ExpectedDependencies Include="Microsoft.Build.Framework, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
143143
<ExpectedDependencies Include="System.Collections.Immutable, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />

0 commit comments

Comments
 (0)