Skip to content

Commit

Permalink
Remove needless package references in EFCore. (#27720)
Browse files Browse the repository at this point in the history
  • Loading branch information
AraHaan committed Apr 4, 2022
1 parent b7fefca commit b307ba5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
8 changes: 0 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>e24f66dff0770eee344038da8c12476d8c450c41</Sha>
</Dependency>
<Dependency Name="System.Collections.Immutable" Version="7.0.0-preview.2.22152.2" Pinned="True">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>e24f66dff0770eee344038da8c12476d8c450c41</Sha>
</Dependency>
<Dependency Name="System.Diagnostics.DiagnosticSource" Version="7.0.0-preview.2.22152.2" Pinned="True">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>e24f66dff0770eee344038da8c12476d8c450c41</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22171.2">
Expand Down
2 changes: 0 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
<UsingToolXliff>False</UsingToolXliff>
</PropertyGroup>
<PropertyGroup Label="Dependencies from dotnet/runtime">
<SystemCollectionsImmutableVersion>7.0.0-preview.2.22152.2</SystemCollectionsImmutableVersion>
<SystemDiagnosticsDiagnosticSourceVersion>7.0.0-preview.2.22152.2</SystemDiagnosticsDiagnosticSourceVersion>
<MicrosoftExtensionsCachingMemoryVersion>7.0.0-preview.2.22152.2</MicrosoftExtensionsCachingMemoryVersion>
<MicrosoftExtensionsConfigurationVersion>7.0.0-preview.2.22152.2</MicrosoftExtensionsConfigurationVersion>
<MicrosoftExtensionsConfigurationAbstractionsVersion>7.0.0-preview.2.22152.2</MicrosoftExtensionsConfigurationAbstractionsVersion>
Expand Down
2 changes: 0 additions & 2 deletions src/EFCore/EFCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ Microsoft.EntityFrameworkCore.DbSet
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="$(MicrosoftExtensionsCachingMemoryVersion)" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="$(MicrosoftExtensionsDependencyInjectionVersion)" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="$(SystemDiagnosticsDiagnosticSourceVersion)" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="$(MicrosoftExtensionsLoggingVersion)" />
<PackageReference Include="System.Collections.Immutable" Version="$(SystemCollectionsImmutableVersion)" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit b307ba5

Please sign in to comment.