Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 25178a4

Browse files
authored
Remove unnecessary package references (#235)
1 parent 433111a commit 25178a4

File tree

5 files changed

+1
-10
lines changed

5 files changed

+1
-10
lines changed

build/dependencies.props

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,8 @@
33
<AspNetIntegrationTestingVersion>0.4.0-*</AspNetIntegrationTestingVersion>
44
<AspNetCoreVersion>2.0.0-*</AspNetCoreVersion>
55
<AutoMapperVersion>5.2.0</AutoMapperVersion>
6-
<CoreFxVersion>4.3.0</CoreFxVersion>
7-
<ImmutableCollectionsVersion>1.3.1</ImmutableCollectionsVersion>
86
<InternalAspNetCoreSdkVersion>2.1.0-*</InternalAspNetCoreSdkVersion>
9-
<JsonNetVersion>10.0.1</JsonNetVersion>
107
<NETStandardImplicitPackageVersion>$(BundledNETStandardPackageVersion)</NETStandardImplicitPackageVersion>
11-
<NowinVersion>0.11.0</NowinVersion>
12-
<OwinVersion>3.0.1</OwinVersion>
138
<TestSdkVersion>15.0.0</TestSdkVersion>
149
<XunitVersion>2.2.0</XunitVersion>
1510
</PropertyGroup>

samples/Antiforgery.MvcWithAuthAndAjax/Antiforgery.MvcWithAuthAndAjax.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="$(AspNetCoreVersion)" />
1818
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="$(AspNetCoreVersion)" />
1919
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="$(AspNetCoreVersion)" />
20-
<PackageReference Include="System.Security.Claims" Version="$(CoreFxVersion)" />
2120
</ItemGroup>
2221

2322
</Project>

samples/Config.CustomConfigurationProviders.Sample/Config.CustomConfigurationProviders.Sample.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\dependencies.props" />
44

@@ -11,7 +11,6 @@
1111
<ItemGroup>
1212
<PackageReference Include="Microsoft.Extensions.Configuration" Version="$(AspNetCoreVersion)" />
1313
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="$(AspNetCoreVersion)" />
14-
<PackageReference Include="System.Collections.Immutable" Version="$(ImmutableCollectionsVersion)" />
1514
</ItemGroup>
1615

1716
</Project>

samples/Localization.StarterWeb/Localization.StarterWeb.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
<PackageReference Include="Microsoft.Extensions.Logging" Version="$(AspNetCoreVersion)" />
3333
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="$(AspNetCoreVersion)" />
3434
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="$(AspNetCoreVersion)" />
35-
<PackageReference Include="System.Security.Claims" Version="$(CoreFxVersion)" />
3635
</ItemGroup>
3736

3837
<ItemGroup>

samples/MusicStore.Spa/MusicStore.Spa.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<PackageReference Include="Microsoft.Extensions.Configuration" Version="$(AspNetCoreVersion)" />
2323
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="$(AspNetCoreVersion)" />
2424
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="$(AspNetCoreVersion)" />
25-
<PackageReference Include="System.Security.Claims" Version="$(CoreFxVersion)" />
2625
</ItemGroup>
2726

2827
</Project>

0 commit comments

Comments
 (0)