Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit cb9abda

Browse files
Remove redundant explicit SpaServices references from templates now it's on the .All metapackage anyway
1 parent 04fdd0a commit cb9abda

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

templates/AngularSpa/AngularSpa.csproj

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

1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0-*" />
12-
<PackageReference Include="Microsoft.AspNetCore.SpaServices" Version="2.0.0-*" />
1312
</ItemGroup>
1413

1514
<ItemGroup>

templates/AureliaSpa/AureliaSpa.csproj

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

1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0-*" />
12-
<PackageReference Include="Microsoft.AspNetCore.SpaServices" Version="2.0.0-*" />
1312
</ItemGroup>
1413

1514
<ItemGroup>

templates/KnockoutSpa/KnockoutSpa.csproj

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

1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0-*" />
12-
<PackageReference Include="Microsoft.AspNetCore.SpaServices" Version="2.0.0-*" />
1312
</ItemGroup>
1413

1514
<ItemGroup>

templates/ReactReduxSpa/ReactReduxSpa.csproj

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

1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0-*" />
12-
<PackageReference Include="Microsoft.AspNetCore.SpaServices" Version="2.0.0-*" />
1312
</ItemGroup>
1413

1514
<ItemGroup>

templates/ReactSpa/ReactSpa.csproj

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

1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0-*" />
12-
<PackageReference Include="Microsoft.AspNetCore.SpaServices" Version="2.0.0-*" />
1312
</ItemGroup>
1413

1514
<ItemGroup>

templates/VueSpa/VueSpa.csproj

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

1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0-*" />
12-
<PackageReference Include="Microsoft.AspNetCore.SpaServices" Version="2.0.0-*" />
1312
</ItemGroup>
1413

1514
<ItemGroup>

0 commit comments

Comments
 (0)