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

Commit

Permalink
Merged PR 89728: Lineup 1.0.0 and 1.1.0 dependencies with latest x509…
Browse files Browse the repository at this point in the history
… stable package

Lineup 1.0.0 and 1.1.0 dependencies with latest x509 stable package
  • Loading branch information
safern committed Oct 15, 2017
1 parent 1d504e9 commit a9190d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pkg/projects/Microsoft.NETCore.App/netcoreapp1.0.props
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<Version>4.0.0</Version>
</NETCoreApp10Dependency>
<NETCoreApp10Dependency Include="System.Security.Cryptography.X509Certificates">
<Version>4.1.1</Version>
<Version>4.1.2</Version>
</NETCoreApp10Dependency>
<NETCoreApp10Dependency Include="System.Threading.Tasks.Dataflow">
<Version>4.6.0</Version>
Expand Down
2 changes: 1 addition & 1 deletion src/pkg/projects/Microsoft.NETCore.App/netcoreapp1.1.props
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<Version>4.3.0</Version>
</NETCoreApp11Dependency>
<NETCoreApp11Dependency Include="System.Security.Cryptography.X509Certificates">
<Version>4.3.1</Version>
<Version>4.3.2</Version>
</NETCoreApp11Dependency>
<NETCoreApp11Dependency Include="System.Security.Cryptography.OpenSsl">
<Version>4.3.1</Version>
Expand Down

0 comments on commit a9190d4

Please sign in to comment.