File tree Expand file tree Collapse file tree 4 files changed +7
-0
lines changed Expand file tree Collapse file tree 4 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 158
158
<Uri >https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri >
159
159
<Sha >c76ac565499f3e7c657126d46c00b67a0d74832c</Sha >
160
160
</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 >
161
165
<Dependency Name =" System.Text.Encoding.CodePages" Version =" 6.0.0" >
162
166
<Uri >https://github.com/dotnet/runtime</Uri >
163
167
<Sha >4822e3c3aa77eb82b2fb33c9321f923cf11ddde6</Sha >
Original file line number Diff line number Diff line change 53
53
<MicrosoftNETHostModelVersion >6.0.32-servicing.24314.7</MicrosoftNETHostModelVersion >
54
54
<MicrosoftExtensionsFileSystemGlobbingPackageVersion >6.0.0-preview.7.21363.9</MicrosoftExtensionsFileSystemGlobbingPackageVersion >
55
55
<SystemServiceProcessServiceControllerVersion >6.0.1</SystemServiceProcessServiceControllerVersion >
56
+ <SystemFormatsAsn1Version >6.0.1</SystemFormatsAsn1Version >
56
57
</PropertyGroup >
57
58
<PropertyGroup >
58
59
<!-- Dependencies from https://github.com/nuget/nuget.client -->
Original file line number Diff line number Diff line change 95
95
<PackageReference Include =" Microsoft.Deployment.DotNet.Releases" Version =" $(MicrosoftDeploymentDotNetReleasesVersion)" />
96
96
<PackageReference Include =" System.ServiceProcess.ServiceController" Version =" $(SystemServiceProcessServiceControllerVersion)" />
97
97
<PackageReference Include =" Microsoft.VisualStudio.Setup.Configuration.Interop" Version =" $(MicrosoftVisualStudioSetupConfigurationInteropVersion)" PrivateAssets =" All" ExcludeAssets =" Runtime" />
98
+ <PackageReference Include =" System.Formats.Asn1" Version =" $(SystemFormatsAsn1Version)" />
98
99
<!-- Lift dependency of NETStandard.Library.NETFramework to version produced in SBRP. -->
99
100
<PackageReference Include =" NETStandard.Library" Version =" $(NETStandardLibraryVersion)" ExcludeAssets =" All" />
100
101
</ItemGroup >
Original file line number Diff line number Diff line change 9
9
<PackageReference Include =" Microsoft.Build.Framework" Version =" $(FSharpBuildVersion)" />
10
10
<PackageReference Include =" Microsoft.Build.Tasks.Core" Version =" $(FSharpBuildVersion)" />
11
11
<PackageReference Include =" Microsoft.Build.Utilities.Core" Version =" $(FSharpBuildVersion)" />
12
+ <PackageReference Include =" System.Formats.Asn1" Version =" $(SystemFormatsAsn1Version)" />
12
13
</ItemGroup >
13
14
14
15
<Target Name =" _ResolvePublishNuGetPackagePdbsAndXml"
You can’t perform that action at this time.
0 commit comments