Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit 5d78c0f

Browse files
authored
Merge pull request #37107 from dotnet/darc-release/3.0-105b8e0e-fc3a-4133-ae15-ebd5e9cd14b8
[release/3.0] Update dependencies from dotnet/standard
2 parents 9bc12a7 + 132ba73 commit 5d78c0f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

eng/Version.Details.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
<Uri>https://github.com/dotnet/arcade</Uri>
3535
<Sha>5e7ce5b394f3477bb0a485a4b761b7742e95be37</Sha>
3636
</Dependency>
37-
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19217.2">
37+
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19222.1">
3838
<Uri>https://github.com/dotnet/standard</Uri>
39-
<Sha>25538d60f7f4c2c79cf098f2b808907d87b516a7</Sha>
39+
<Sha>5eee83eaa61eff38f470dc690218bebf73f46e23</Sha>
4040
</Dependency>
4141
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19218.7">
4242
<Uri>https://github.com/dotnet/arcade</Uri>

eng/Versions.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<!-- Corefx dependencies -->
4747
<MicrosoftNETCorePlatformsPackageVersion>3.0.0-preview5.19220.3</MicrosoftNETCorePlatformsPackageVersion>
4848
<!-- Standard dependencies -->
49-
<NETStandardLibraryPackageVersion>2.1.0-prerelease.19217.2</NETStandardLibraryPackageVersion>
49+
<NETStandardLibraryPackageVersion>2.1.0-prerelease.19222.1</NETStandardLibraryPackageVersion>
5050
<!-- dotnet-optimization dependencies -->
5151
<optimizationwindows_ntx64IBCCoreFxPackageVersion>99.99.99-master-20190421.1</optimizationwindows_ntx64IBCCoreFxPackageVersion>
5252
</PropertyGroup>

src/shims/ApiCompatBaseline.uapaot.netstandardOnly.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ CannotRemoveAttribute : Attribute 'System.ComponentModel.DefaultEventAttribute'
88
TypesMustExist : Type 'System.IO.Compression.BrotliDecoder' does not exist in the implementation but it does exist in the contract.
99
TypesMustExist : Type 'System.IO.Compression.BrotliEncoder' does not exist in the implementation but it does exist in the contract.
1010
TypesMustExist : Type 'System.IO.Compression.BrotliStream' does not exist in the implementation but it does exist in the contract.
11+
MembersMustExist : Member 'System.Range.GetOffsetAndLength(System.Int32)' does not exist in the implementation but it does exist in the contract.
1112
MembersMustExist : Member 'System.Reflection.Emit.AssemblyBuilder.SetEntryPoint(System.Reflection.MethodInfo)' does not exist in the implementation but it does exist in the contract.
1213
MembersMustExist : Member 'System.Reflection.Emit.ConstructorBuilder.GetModule()' does not exist in the implementation but it does exist in the contract.
1314
MembersMustExist : Member 'System.Reflection.Emit.ConstructorBuilder.GetToken()' does not exist in the implementation but it does exist in the contract.
@@ -70,4 +71,4 @@ MembersMustExist : Member 'System.Runtime.InteropServices.Marshal.GetTypedObject
7071
MembersMustExist : Member 'System.Runtime.InteropServices.Marshal.SetComObjectData(System.Object, System.Object, System.Object)' does not exist in the implementation but it does exist in the contract.
7172
CannotChangeAttribute : Attribute 'System.AttributeUsageAttribute' on 'System.Xml.Serialization.XmlAnyAttributeAttribute' changed from '[AttributeUsageAttribute(AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.Property | AttributeTargets.ReturnValue)]' in the contract to '[AttributeUsageAttribute(AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.Property | AttributeTargets.ReturnValue, AllowMultiple=false)]' in the implementation.
7273
CannotChangeAttribute : Attribute 'System.AttributeUsageAttribute' on 'System.Xml.Serialization.XmlNamespaceDeclarationsAttribute' changed from '[AttributeUsageAttribute(AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.Property | AttributeTargets.ReturnValue)]' in the contract to '[AttributeUsageAttribute(AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.Property | AttributeTargets.ReturnValue, AllowMultiple=false)]' in the implementation.
73-
Total Issues: 70
74+
Total Issues: 71

0 commit comments

Comments
 (0)