Skip to content

Commit ba64cd0

Browse files
authored
Remove unnecessary package references (#1190)
1 parent 1909240 commit ba64cd0

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

build/dependencies.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project>
22
<PropertyGroup>
33
<AspNetCoreVersion>2.0.0-*</AspNetCoreVersion>
4-
<CoreFxVersion>4.3.0</CoreFxVersion>
54
<IdentityEFCompatVersion>2.2.1</IdentityEFCompatVersion>
65
<InternalAspNetCoreSdkVersion>2.1.0-*</InternalAspNetCoreSdkVersion>
76
<MoqVersion>4.7.1</MoqVersion>

src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/Microsoft.AspNetCore.Identity.EntityFrameworkCore.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<Import Project="..\..\build\common.props" />
44

@@ -16,7 +16,6 @@
1616
<ItemGroup>
1717
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="$(AspNetCoreVersion)" />
1818
<PackageReference Include="Microsoft.Extensions.TaskCache.Sources" Version="$(AspNetCoreVersion)" PrivateAssets="All" />
19-
<PackageReference Include="System.ComponentModel.TypeConverter" Version="$(CoreFxVersion)" />
2019
</ItemGroup>
2120

2221
</Project>

src/Microsoft.AspNetCore.Identity.Specification.Tests/Microsoft.AspNetCore.Identity.Specification.Tests.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<Import Project="..\..\build\common.props" />
44

@@ -17,7 +17,6 @@
1717
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="$(AspNetCoreVersion)" />
1818
<PackageReference Include="Microsoft.Extensions.Logging" Version="$(AspNetCoreVersion)" />
1919
<PackageReference Include="Microsoft.Extensions.TaskCache.Sources" Version="$(AspNetCoreVersion)" PrivateAssets="All" />
20-
<PackageReference Include="System.Linq.Queryable" Version="$(CoreFxVersion)" />
2120
<PackageReference Include="xunit" Version="$(XunitVersion)" />
2221
</ItemGroup>
2322

src/Microsoft.AspNetCore.Identity/Microsoft.AspNetCore.Identity.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<Import Project="..\..\build\common.props" />
44

@@ -16,7 +16,6 @@
1616
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="$(AspNetCoreVersion)" />
1717
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="$(AspNetCoreVersion)" />
1818
<PackageReference Include="Microsoft.Extensions.TaskCache.Sources" Version="$(AspNetCoreVersion)" PrivateAssets="All" />
19-
<PackageReference Include="System.ComponentModel.Annotations" Version="$(CoreFxVersion)" />
2019
</ItemGroup>
2120

2221
</Project>

0 commit comments

Comments
 (0)