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

Commit 765f025

Browse files
authoredSep 12, 2019
Update dependencies from https://github.com/dotnet/standard build 20190912.5 (#41073)
- NETStandard.Library - 2.1.0
1 parent c581e9f commit 765f025

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed
 

‎NuGet.config

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
</fallbackPackageFolders>
77
<packageSources>
88
<clear />
9+
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
10+
<add key="darc-pub-dotnet-standard-a5b5f2e" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-standard-a5b5f2e1/nuget/v3/index.json" />
11+
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
912
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
1013
<add key="dotnet-coreclr" value="https://dotnetfeed.blob.core.windows.net/dotnet-coreclr/index.json" />
1114
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />

‎eng/Version.Details.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
<Uri>https://github.com/dotnet/arcade</Uri>
3939
<Sha>8eb29ba860a3cfcfe68f9a8256caa7efc1f1aaba</Sha>
4040
</Dependency>
41-
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19462.4">
41+
<Dependency Name="NETStandard.Library" Version="2.1.0">
4242
<Uri>https://github.com/dotnet/standard</Uri>
43-
<Sha>9dda25e8818255879640d0a8b63c5de8fb724820</Sha>
43+
<Sha>a5b5f2e1e369972c8ff1e2183979fab6099f52ef</Sha>
4444
</Dependency>
4545
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19461.7">
4646
<Uri>https://github.com/dotnet/arcade</Uri>

‎eng/Versions.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<MicrosoftNETCorePlatformsPackageVersion>3.0.0-preview9.19409.15</MicrosoftNETCorePlatformsPackageVersion>
5353
<runtimenativeSystemIOPortsPackageVersion>4.6.0-preview9.19409.15</runtimenativeSystemIOPortsPackageVersion>
5454
<!-- Standard dependencies -->
55-
<NETStandardLibraryPackageVersion>2.1.0-prerelease.19462.4</NETStandardLibraryPackageVersion>
55+
<NETStandardLibraryPackageVersion>2.1.0</NETStandardLibraryPackageVersion>
5656
<!-- dotnet-optimization dependencies -->
5757
<optimizationwindows_ntx64IBCCoreFxPackageVersion>99.99.99-master-20190905.1</optimizationwindows_ntx64IBCCoreFxPackageVersion>
5858
<!-- sni -->

0 commit comments

Comments
 (0)
This repository has been archived.