Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/runtime dotnet/efcore (#30968)
Browse files Browse the repository at this point in the history
[main] Update dependencies from dotnet/runtime dotnet/efcore


 - Remove assemblies from the ref and runtime pack

 - Remove more references
  • Loading branch information
dotnet-maestro[bot] authored Mar 17, 2021
1 parent c2e6b32 commit ef96ad9
Show file tree
Hide file tree
Showing 6 changed files with 218 additions and 248 deletions.
4 changes: 0 additions & 4 deletions eng/Dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ and are generated based on the last package release.
<LatestPackageReference Include="Microsoft.Extensions.Options" />
<LatestPackageReference Include="Microsoft.Extensions.Primitives" />
<LatestPackageReference Include="Microsoft.Win32.Registry" />
<LatestPackageReference Include="Microsoft.Win32.SystemEvents" />
<LatestPackageReference Include="System.Buffers" />
<LatestPackageReference Include="System.CodeDom" />
<LatestPackageReference Include="System.CommandLine.Experimental" />
Expand All @@ -65,7 +64,6 @@ and are generated based on the last package release.
<LatestPackageReference Include="System.Diagnostics.DiagnosticSource" />
<LatestPackageReference Include="System.Diagnostics.EventLog" />
<LatestPackageReference Include="System.DirectoryServices.Protocols" />
<LatestPackageReference Include="System.Drawing.Common" />
<LatestPackageReference Include="System.IO.Pipelines" />
<LatestPackageReference Include="System.Net.Http" />
<LatestPackageReference Include="System.Net.Http.Json" />
Expand All @@ -76,12 +74,10 @@ and are generated based on the last package release.
<LatestPackageReference Include="System.Security.Cryptography.Cng" />
<LatestPackageReference Include="System.Security.Cryptography.Pkcs" />
<LatestPackageReference Include="System.Security.Cryptography.Xml" />
<LatestPackageReference Include="System.Security.Permissions" />
<LatestPackageReference Include="System.Security.Principal.Windows" />
<LatestPackageReference Include="System.Text.Encodings.Web" />
<LatestPackageReference Include="System.Text.Json" />
<LatestPackageReference Include="System.Threading.Channels" />
<LatestPackageReference Include="System.Windows.Extensions" />
<LatestPackageReference Include="System.ValueTuple" />

<!-- Runtime packages required for crossgen -->
Expand Down
8 changes: 2 additions & 6 deletions eng/SharedFramework.External.props
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,12 @@
If these are needed as direct dependencies, it is okay to change them to ExternalAspNetCoreAppReference and move up into sections above.
-->
<_TransitiveExternalAspNetCoreAppReference Include="Microsoft.Win32.SystemEvents" Version="$(MicrosoftWin32SystemEventsVersion)" />
<_TransitiveExternalAspNetCoreAppReference Include="System.Drawing.Common" Version="$(SystemDrawingCommonVersion)" />
<_TransitiveExternalAspNetCoreAppReference Include="System.Security.Cryptography.Pkcs" Version="$(SystemSecurityCryptographyPkcsVersion)" />
<!--
Seems arbitrary that the following packages have their ref/ assemblies in our targeting pack but the above
three do not. This is likely about our public APIs i.e. external compilation requirements.
Seems arbitrary that the following packages have their ref/ assemblies in our targeting pack but the above assemblies
do not. This is likely about our public APIs i.e. external compilation requirements.
-->
<_TransitiveExternalAspNetCoreAppReference Include="System.Diagnostics.EventLog" Version="$(SystemDiagnosticsEventLogVersion)" />
<_TransitiveExternalAspNetCoreAppReference Include="System.Security.Permissions" Version="$(SystemSecurityPermissionsVersion)" />
<_TransitiveExternalAspNetCoreAppReference Include="System.Windows.Extensions" Version="$(SystemWindowsExtensionsVersion)" />
</ItemGroup>

<ItemGroup Condition=" '$(IsServicingBuild)' == 'true' ">
Expand Down
Loading

0 comments on commit ef96ad9

Please sign in to comment.