Skip to content

Commit a68a8fc

Browse files
authored
Update the version of System.Formats.Asn1 (#42278)
2 parents bde3cf2 + 8133a56 commit a68a8fc

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@
158158
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
159159
<Sha>c76ac565499f3e7c657126d46c00b67a0d74832c</Sha>
160160
</Dependency>
161+
<Dependency Name="System.Formats.Asn1" Version="6.0.1">
162+
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
163+
<Sha>c76ac565499f3e7c657126d46c00b67a0d74832c</Sha>
164+
</Dependency>
161165
<Dependency Name="System.Text.Encoding.CodePages" Version="6.0.0">
162166
<Uri>https://github.com/dotnet/runtime</Uri>
163167
<Sha>4822e3c3aa77eb82b2fb33c9321f923cf11ddde6</Sha>

eng/Versions.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<MicrosoftNETHostModelVersion>6.0.32-servicing.24314.7</MicrosoftNETHostModelVersion>
5454
<MicrosoftExtensionsFileSystemGlobbingPackageVersion>6.0.0-preview.7.21363.9</MicrosoftExtensionsFileSystemGlobbingPackageVersion>
5555
<SystemServiceProcessServiceControllerVersion>6.0.1</SystemServiceProcessServiceControllerVersion>
56+
<SystemFormatsAsn1Version>6.0.1</SystemFormatsAsn1Version>
5657
</PropertyGroup>
5758
<PropertyGroup>
5859
<!-- Dependencies from https://github.com/nuget/nuget.client -->

src/Cli/dotnet/dotnet.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
<PackageReference Include="Microsoft.Deployment.DotNet.Releases" Version="$(MicrosoftDeploymentDotNetReleasesVersion)" />
9696
<PackageReference Include="System.ServiceProcess.ServiceController" Version="$(SystemServiceProcessServiceControllerVersion)" />
9797
<PackageReference Include="Microsoft.VisualStudio.Setup.Configuration.Interop" Version="$(MicrosoftVisualStudioSetupConfigurationInteropVersion)" PrivateAssets="All" ExcludeAssets="Runtime"/>
98+
<PackageReference Include="System.Formats.Asn1" Version="$(SystemFormatsAsn1Version)" />
9899
<!-- Lift dependency of NETStandard.Library.NETFramework to version produced in SBRP. -->
99100
<PackageReference Include="NETStandard.Library" Version="$(NETStandardLibraryVersion)" ExcludeAssets="All" />
100101
</ItemGroup>

src/Layout/tool_fsharp/tool_fsc.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<PackageReference Include="Microsoft.Build.Framework" Version="$(FSharpBuildVersion)" />
1010
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="$(FSharpBuildVersion)" />
1111
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="$(FSharpBuildVersion)" />
12+
<PackageReference Include="System.Formats.Asn1" Version="$(SystemFormatsAsn1Version)" />
1213
</ItemGroup>
1314

1415
<Target Name="_ResolvePublishNuGetPackagePdbsAndXml"

0 commit comments

Comments
 (0)