diff --git a/eng/Dependencies.props b/eng/Dependencies.props index 9587cc3b1214..a74153707b6a 100644 --- a/eng/Dependencies.props +++ b/eng/Dependencies.props @@ -80,12 +80,6 @@ and are generated based on the last package release. - - - - - - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 420744e6cf9e..ce7c8ddb0be3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -177,10 +177,6 @@ https://github.com/dotnet/runtime 2d80343c0f0d8c800045b55fe00b37cbe1279dcd - - https://github.com/dotnet/runtime - 2d80343c0f0d8c800045b55fe00b37cbe1279dcd - https://github.com/dotnet/runtime 2d80343c0f0d8c800045b55fe00b37cbe1279dcd @@ -197,10 +193,6 @@ https://github.com/dotnet/runtime 2d80343c0f0d8c800045b55fe00b37cbe1279dcd - - https://github.com/dotnet/runtime - 2d80343c0f0d8c800045b55fe00b37cbe1279dcd - https://github.com/dotnet/runtime 2d80343c0f0d8c800045b55fe00b37cbe1279dcd @@ -233,10 +225,6 @@ https://github.com/dotnet/runtime 2d80343c0f0d8c800045b55fe00b37cbe1279dcd - - https://github.com/dotnet/runtime - 2d80343c0f0d8c800045b55fe00b37cbe1279dcd - https://github.com/dotnet/runtime 2d80343c0f0d8c800045b55fe00b37cbe1279dcd @@ -253,10 +241,6 @@ https://github.com/dotnet/runtime 2d80343c0f0d8c800045b55fe00b37cbe1279dcd - - https://github.com/dotnet/runtime - 2d80343c0f0d8c800045b55fe00b37cbe1279dcd - https://github.com/dotnet/runtime 2d80343c0f0d8c800045b55fe00b37cbe1279dcd diff --git a/eng/Versions.props b/eng/Versions.props index c9f762756031..27bca47d5924 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -107,11 +107,9 @@ 7.0.0-alpha.1.21472.1 7.0.0-alpha.1.21472.1 7.0.0-alpha.1.21472.1 - 7.0.0-alpha.1.21472.1 7.0.0-alpha.1.21472.1 7.0.0-alpha.1.21472.1 7.0.0-alpha.1.21472.1 - 7.0.0-alpha.1.21472.1 7.0.0-alpha.1.21472.1 7.0.0-alpha.1.21472.1 7.0.0-alpha.1.21472.1 @@ -120,12 +118,10 @@ 7.0.0-alpha.1.21472.1 7.0.0-alpha.1.21472.1 7.0.0-alpha.1.21472.1 - 7.0.0-alpha.1.21472.1 7.0.0-alpha.1.21472.1 7.0.0-alpha.1.21472.1 7.0.0-alpha.1.21472.1 7.0.0-alpha.1.21472.1 - 7.0.0-alpha.1.21472.1 7.0.0-alpha.1.21472.1 diff --git a/src/Framework/App.Ref/src/Microsoft.AspNetCore.App.Ref.csproj b/src/Framework/App.Ref/src/Microsoft.AspNetCore.App.Ref.csproj index ac853cbe3328..2b4d5e4b42b5 100644 --- a/src/Framework/App.Ref/src/Microsoft.AspNetCore.App.Ref.csproj +++ b/src/Framework/App.Ref/src/Microsoft.AspNetCore.App.Ref.csproj @@ -72,14 +72,6 @@ This package is an internal implementation of the .NET Core SDK and is not meant SkipGetTargetFrameworkProperties="true" UndefineProperties="TargetFramework;TargetFrameworks;RuntimeIdentifier;PublishDir" /> - - - - - - false @@ -131,14 +123,8 @@ This package is an internal implementation of the .NET Core SDK and is not meant BeforeTargets="_GetPackageFiles" DependsOnTargets="ResolveReferences;FindReferenceAssembliesForReferences"> - - <_DisallowedReferenceAssemblies Include=" - Microsoft.Win32.SystemEvents.dll; - System.Drawing.Common.dll; - System.Net.Quic.dll; - System.Security.Cryptography.Pkcs.dll; - System.Security.Permissions.dll; - System.Windows.Extensions.dll" /> + + <_DisallowedReferenceAssemblies Include="System.Net.Quic.dll" /> <_AvailableRuntimeRefAssemblies Include="$(RuntimeTransportReferenceDirectory)*.dll" Exclude="@(_DisallowedReferenceAssemblies->'$(RuntimeTransportReferenceDirectory)%(Filename)%(Extension)')" /> @@ -148,18 +134,22 @@ This package is an internal implementation of the .NET Core SDK and is not meant - + + @(ReferencePathWithRefAssemblies->WithMetadataValue('Filename', 'System.Security.Cryptography.Xml'))" /> diff --git a/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj b/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj index d0fd38f161fd..aeb3c08f1382 100644 --- a/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj +++ b/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj @@ -121,14 +121,6 @@ This package is an internal implementation of the .NET Core SDK and is not meant Runtime;Native - - - - - -