Skip to content

Commit

Permalink
Convert routing to routing-10
Browse files Browse the repository at this point in the history
  • Loading branch information
dodyg committed Jul 24, 2018
1 parent f3df312 commit 7b9a3c0
Show file tree
Hide file tree
Showing 20 changed files with 23 additions and 73 deletions.
9 changes: 1 addition & 8 deletions projects/routing-10/routing-10.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<AssemblyName>routing-10</AssemblyName>
Expand All @@ -8,12 +7,6 @@
</PropertyGroup>

<ItemGroup>

<PackageReference Include="Microsoft.AspNetCore.Routing" Version="1.1.1" />
<PackageReference Include="Microsoft.AspNetCore" Version="2.1.0" />
</ItemGroup>





</Project>
1 change: 1 addition & 0 deletions projects/routing-10/src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using System.Linq;
using System;
using Microsoft.AspNetCore.Routing.Constraints;
using Microsoft.AspNetCore;

namespace Routing7
{
Expand Down
9 changes: 1 addition & 8 deletions projects/routing-2/routing-2.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<AssemblyName>routing-2</AssemblyName>
Expand All @@ -8,12 +7,6 @@
</PropertyGroup>

<ItemGroup>

<PackageReference Include="Microsoft.AspNetCore.Routing" Version="1.1.1" />
<PackageReference Include="Microsoft.AspNetCore" Version="2.1.0" />
</ItemGroup>





</Project>
1 change: 1 addition & 0 deletions projects/routing-2/src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Routing;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.AspNetCore;

namespace Routing2
{
Expand Down
9 changes: 1 addition & 8 deletions projects/routing-3/routing-3.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<AssemblyName>routing-3</AssemblyName>
Expand All @@ -8,12 +7,6 @@
</PropertyGroup>

<ItemGroup>

<PackageReference Include="Microsoft.AspNetCore.Routing" Version="1.1.1" />
<PackageReference Include="Microsoft.AspNetCore" Version="2.1.0" />
</ItemGroup>





</Project>
1 change: 1 addition & 0 deletions projects/routing-3/src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Routing;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.AspNetCore;

namespace Routing3
{
Expand Down
10 changes: 1 addition & 9 deletions projects/routing-4/routing-4.csproj
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<AssemblyName>routing-4</AssemblyName>
<OutputType>Exe</OutputType>
<PackageId>routing-4</PackageId>
</PropertyGroup>

<ItemGroup>

<PackageReference Include="Microsoft.AspNetCore.Routing" Version="1.1.1" />
<PackageReference Include="Microsoft.AspNetCore" Version="2.1.0" />
</ItemGroup>





</Project>
1 change: 1 addition & 0 deletions projects/routing-4/src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Routing;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.AspNetCore;

namespace Routing4
{
Expand Down
9 changes: 1 addition & 8 deletions projects/routing-5/routing-5.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<AssemblyName>routing-5</AssemblyName>
Expand All @@ -8,12 +7,6 @@
</PropertyGroup>

<ItemGroup>

<PackageReference Include="Microsoft.AspNetCore.Routing" Version="1.1.1" />
<PackageReference Include="Microsoft.AspNetCore" Version="2.1.0" />
</ItemGroup>





</Project>
1 change: 1 addition & 0 deletions projects/routing-5/src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using Microsoft.AspNetCore.Routing;
using Microsoft.Extensions.DependencyInjection;
using System.Collections.Generic;
using Microsoft.AspNetCore;

namespace Routing5
{
Expand Down
9 changes: 1 addition & 8 deletions projects/routing-6/routing-6.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<AssemblyName>routing-6</AssemblyName>
Expand All @@ -8,12 +7,6 @@
</PropertyGroup>

<ItemGroup>

<PackageReference Include="Microsoft.AspNetCore.Routing" Version="1.1.1" />
<PackageReference Include="Microsoft.AspNetCore" Version="2.1.0" />
</ItemGroup>





</Project>
1 change: 1 addition & 0 deletions projects/routing-6/src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using Microsoft.AspNetCore.Routing.Template;
using System.Linq;
using System;
using Microsoft.AspNetCore;

namespace Routing6
{
Expand Down
9 changes: 1 addition & 8 deletions projects/routing-7/routing-7.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<AssemblyName>routing-7</AssemblyName>
Expand All @@ -8,12 +7,6 @@
</PropertyGroup>

<ItemGroup>

<PackageReference Include="Microsoft.AspNetCore.Routing" Version="1.1.1" />
<PackageReference Include="Microsoft.AspNetCore" Version="2.1.0" />
</ItemGroup>





</Project>
1 change: 1 addition & 0 deletions projects/routing-7/src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
using Microsoft.AspNetCore.Routing.Template;
using System.Linq;
using System;
using Microsoft.AspNetCore;

namespace Routing7
{
Expand Down
9 changes: 1 addition & 8 deletions projects/routing-8/routing-8.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<AssemblyName>routing-8</AssemblyName>
Expand All @@ -8,12 +7,6 @@
</PropertyGroup>

<ItemGroup>

<PackageReference Include="Microsoft.AspNetCore.Routing" Version="1.1.1" />
<PackageReference Include="Microsoft.AspNetCore" Version="2.1.0" />
</ItemGroup>





</Project>
1 change: 1 addition & 0 deletions projects/routing-8/src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
using Microsoft.AspNetCore.Routing.Template;
using System.Linq;
using System;
using Microsoft.AspNetCore;

namespace Routing7
{
Expand Down
9 changes: 1 addition & 8 deletions projects/routing-9/routing-9.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<AssemblyName>routing-9</AssemblyName>
Expand All @@ -8,12 +7,6 @@
</PropertyGroup>

<ItemGroup>

<PackageReference Include="Microsoft.AspNetCore.Routing" Version="1.1.1" />
<PackageReference Include="Microsoft.AspNetCore" Version="2.1.0" />
</ItemGroup>





</Project>
1 change: 1 addition & 0 deletions projects/routing-9/src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using System.Linq;
using System;
using Microsoft.AspNetCore.Routing.Constraints;
using Microsoft.AspNetCore;

namespace Routing7
{
Expand Down
4 changes: 4 additions & 0 deletions projects/routing/routing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@
<OutputType>Exe</OutputType>
<PackageId>routing</PackageId>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore" Version="2.1.0" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions projects/routing/src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Routing;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.AspNetCore;

namespace Routing
{
Expand Down

0 comments on commit 7b9a3c0

Please sign in to comment.