Skip to content

Commit ea81866

Browse files
author
John Luo
committed
Undo unneeded changes
1 parent 054f353 commit ea81866

File tree

56 files changed

+0
-131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+0
-131
lines changed

src/Azure/AzureAD/test/FunctionalTests/Microsoft.AspNetCore.Authentication.AzureAD.FunctionalTests.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
</ItemGroup>
1616

1717
<ItemGroup>
18-
<Reference Include="Microsoft.AspNetCore.Authorization" />
19-
<Reference Include="Microsoft.AspNetCore.Mvc" />
2018
<Reference Include="Microsoft.AspNetCore.Mvc.Testing" />
2119
<Reference Include="Microsoft.Extensions.Logging.Testing" />
2220
</ItemGroup>

src/Components/Authorization/test/Microsoft.AspNetCore.Components.Authorization.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<Reference Include="Microsoft.AspNetCore.Components" />
109
<Reference Include="Microsoft.AspNetCore.Components.Authorization" />
1110
<Reference Include="Microsoft.Extensions.DependencyInjection" />
1211
</ItemGroup>

src/Components/Blazor/Build/test/Microsoft.AspNetCore.Blazor.Build.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
<ItemGroup>
2424
<Reference Include="Microsoft.AspNetCore.Blazor.Build" />
2525
<Reference Include="Microsoft.AspNetCore.Blazor.Mono" />
26-
<Reference Include="Microsoft.AspNetCore.Components" />
2726
<Reference Include="Microsoft.AspNetCore.Mvc.Razor.Extensions" />
2827
<Reference Include="Microsoft.AspNetCore.Razor.Language" />
2928
<Reference Include="Microsoft.CodeAnalysis.Razor" />

src/Components/Forms/test/Microsoft.AspNetCore.Components.Forms.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<Reference Include="Microsoft.AspNetCore.Components" />
109
<Reference Include="Microsoft.AspNetCore.Components.Forms" />
1110
</ItemGroup>
1211

src/Components/Server/test/Microsoft.AspNetCore.Components.Server.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<Reference Include="Microsoft.AspNetCore.Components" />
98
<Reference Include="Microsoft.AspNetCore.Components.Server" />
109
<Reference Include="Microsoft.Extensions.Logging.Testing" />
1110
</ItemGroup>

src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,7 @@
2727
</ItemGroup>
2828

2929
<ItemGroup>
30-
<Reference Include="Microsoft.AspNetCore.SignalR.Client" />
31-
<Reference Include="Microsoft.AspNetCore.Components" />
32-
<Reference Include="Microsoft.AspNetCore.Components.Authorization" />
33-
<Reference Include="Microsoft.AspNetCore.Components.Web" />
34-
<Reference Include="Microsoft.AspNetCore.Cors" />
3530
<Reference Include="Microsoft.AspNetCore.Hosting" />
36-
<Reference Include="Microsoft.AspNetCore.Mvc.ViewFeatures" />
37-
<Reference Include="Microsoft.AspNetCore.ResponseCompression" />
3831
<Reference Include="Microsoft.AspNetCore.Server.Kestrel" />
3932
<Reference Include="Microsoft.AspNetCore.StaticFiles" />
4033
<Reference Include="Microsoft.Extensions.Logging.Testing" />

src/Components/test/Ignitor.Test/Ignitor.Test.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
<ItemGroup>
88
<ProjectReference Include="..\testassets\Ignitor\Ignitor.csproj" />
9-
<Reference Include="Microsoft.AspNetCore.Components" />
109
</ItemGroup>
1110

1211
</Project>

src/Components/test/testassets/ComponentsApp.Server/ComponentsApp.Server.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66

77
<ItemGroup>
88
<Reference Include="Microsoft.AspNetCore" />
9-
<Reference Include="Microsoft.AspNetCore.Components" />
10-
<Reference Include="Microsoft.AspNetCore.Components.Authorization" />
119
<Reference Include="Microsoft.AspNetCore.Components.Server" />
12-
<Reference Include="Microsoft.AspNetCore.Components.Web" />
1310
<Reference Include="Microsoft.AspNetCore.Mvc" />
1411
<Reference Include="Newtonsoft.Json" />
1512
<ProjectReference Include="..\ComponentsApp.App\ComponentsApp.App.csproj" />

src/Components/test/testassets/Ignitor/Ignitor.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<Reference Include="Microsoft.AspNetCore.SignalR.Client" />
1010
<Reference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" />
1111
<Reference Include="Microsoft.Extensions.Logging.Console" />
12-
<Reference Include="Microsoft.AspNetCore.Components" />
1312
<Reference Include="Microsoft.AspNetCore.Components.Server" />
1413
</ItemGroup>
1514

src/Components/test/testassets/TestServer/Components.TestServer.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@
88
<Reference Include="Microsoft.AspNetCore" />
99
<Reference Include="Microsoft.AspNetCore.Authentication.Cookies" />
1010
<Reference Include="Microsoft.AspNetCore.Blazor.Server" />
11-
<Reference Include="Microsoft.AspNetCore.Components" />
12-
<Reference Include="Microsoft.AspNetCore.Components.Authorization" />
1311
<Reference Include="Microsoft.AspNetCore.Components.Server" />
14-
<Reference Include="Microsoft.AspNetCore.Components.Web" />
1512
<Reference Include="Microsoft.AspNetCore.Cors" />
1613
<Reference Include="Microsoft.AspNetCore.Mvc" />
1714
<Reference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" />

0 commit comments

Comments
 (0)