Skip to content

Commit ef96ad9

Browse files
[main] Update dependencies from dotnet/runtime dotnet/efcore (#30968)
[main] Update dependencies from dotnet/runtime dotnet/efcore - Remove assemblies from the ref and runtime pack - Remove more references
1 parent c2e6b32 commit ef96ad9

File tree

6 files changed

+218
-248
lines changed

6 files changed

+218
-248
lines changed

eng/Dependencies.props

-4
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ and are generated based on the last package release.
5656
<LatestPackageReference Include="Microsoft.Extensions.Options" />
5757
<LatestPackageReference Include="Microsoft.Extensions.Primitives" />
5858
<LatestPackageReference Include="Microsoft.Win32.Registry" />
59-
<LatestPackageReference Include="Microsoft.Win32.SystemEvents" />
6059
<LatestPackageReference Include="System.Buffers" />
6160
<LatestPackageReference Include="System.CodeDom" />
6261
<LatestPackageReference Include="System.CommandLine.Experimental" />
@@ -65,7 +64,6 @@ and are generated based on the last package release.
6564
<LatestPackageReference Include="System.Diagnostics.DiagnosticSource" />
6665
<LatestPackageReference Include="System.Diagnostics.EventLog" />
6766
<LatestPackageReference Include="System.DirectoryServices.Protocols" />
68-
<LatestPackageReference Include="System.Drawing.Common" />
6967
<LatestPackageReference Include="System.IO.Pipelines" />
7068
<LatestPackageReference Include="System.Net.Http" />
7169
<LatestPackageReference Include="System.Net.Http.Json" />
@@ -76,12 +74,10 @@ and are generated based on the last package release.
7674
<LatestPackageReference Include="System.Security.Cryptography.Cng" />
7775
<LatestPackageReference Include="System.Security.Cryptography.Pkcs" />
7876
<LatestPackageReference Include="System.Security.Cryptography.Xml" />
79-
<LatestPackageReference Include="System.Security.Permissions" />
8077
<LatestPackageReference Include="System.Security.Principal.Windows" />
8178
<LatestPackageReference Include="System.Text.Encodings.Web" />
8279
<LatestPackageReference Include="System.Text.Json" />
8380
<LatestPackageReference Include="System.Threading.Channels" />
84-
<LatestPackageReference Include="System.Windows.Extensions" />
8581
<LatestPackageReference Include="System.ValueTuple" />
8682

8783
<!-- Runtime packages required for crossgen -->

eng/SharedFramework.External.props

+2-6
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,12 @@
5252
5353
If these are needed as direct dependencies, it is okay to change them to ExternalAspNetCoreAppReference and move up into sections above.
5454
-->
55-
<_TransitiveExternalAspNetCoreAppReference Include="Microsoft.Win32.SystemEvents" Version="$(MicrosoftWin32SystemEventsVersion)" />
56-
<_TransitiveExternalAspNetCoreAppReference Include="System.Drawing.Common" Version="$(SystemDrawingCommonVersion)" />
5755
<_TransitiveExternalAspNetCoreAppReference Include="System.Security.Cryptography.Pkcs" Version="$(SystemSecurityCryptographyPkcsVersion)" />
5856
<!--
59-
Seems arbitrary that the following packages have their ref/ assemblies in our targeting pack but the above
60-
three do not. This is likely about our public APIs i.e. external compilation requirements.
57+
Seems arbitrary that the following packages have their ref/ assemblies in our targeting pack but the above assemblies
58+
do not. This is likely about our public APIs i.e. external compilation requirements.
6159
-->
6260
<_TransitiveExternalAspNetCoreAppReference Include="System.Diagnostics.EventLog" Version="$(SystemDiagnosticsEventLogVersion)" />
63-
<_TransitiveExternalAspNetCoreAppReference Include="System.Security.Permissions" Version="$(SystemSecurityPermissionsVersion)" />
64-
<_TransitiveExternalAspNetCoreAppReference Include="System.Windows.Extensions" Version="$(SystemWindowsExtensionsVersion)" />
6561
</ItemGroup>
6662

6763
<ItemGroup Condition=" '$(IsServicingBuild)' == 'true' ">

0 commit comments

Comments
 (0)