diff --git a/benchmarks/Microsoft.AspNetCore.Routing.Performance/Configs/CoreConfig.cs b/benchmarks/Microsoft.AspNetCore.Routing.Performance/Configs/CoreConfig.cs
deleted file mode 100644
index bbeb805e6d..0000000000
--- a/benchmarks/Microsoft.AspNetCore.Routing.Performance/Configs/CoreConfig.cs
+++ /dev/null
@@ -1,31 +0,0 @@
-// Copyright (c) .NET Foundation. All rights reserved.
-// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
-
-using BenchmarkDotNet.Columns;
-using BenchmarkDotNet.Configs;
-using BenchmarkDotNet.Diagnosers;
-using BenchmarkDotNet.Engines;
-using BenchmarkDotNet.Jobs;
-using BenchmarkDotNet.Validators;
-
-namespace Microsoft.AspNetCore.Routing.Performance
-{
- public class CoreConfig : ManualConfig
- {
- public CoreConfig()
- {
- Add(JitOptimizationsValidator.FailOnError);
- Add(MemoryDiagnoser.Default);
- Add(StatisticColumn.OperationsPerSecond);
-
- Add(Job.Default
- .With(BenchmarkDotNet.Environments.Runtime.Core)
- .WithRemoveOutliers(false)
- .With(new GcMode() { Server = true })
- .With(RunStrategy.Throughput)
- .WithLaunchCount(3)
- .WithWarmupCount(5)
- .WithTargetCount(10));
- }
- }
-}
\ No newline at end of file
diff --git a/benchmarks/Microsoft.AspNetCore.Routing.Performance/Microsoft.AspNetCore.Routing.Performance.csproj b/benchmarks/Microsoft.AspNetCore.Routing.Performance/Microsoft.AspNetCore.Routing.Performance.csproj
index 453925e513..5d3db00628 100644
--- a/benchmarks/Microsoft.AspNetCore.Routing.Performance/Microsoft.AspNetCore.Routing.Performance.csproj
+++ b/benchmarks/Microsoft.AspNetCore.Routing.Performance/Microsoft.AspNetCore.Routing.Performance.csproj
@@ -15,8 +15,10 @@
+
-
+
+
diff --git a/benchmarks/Microsoft.AspNetCore.Routing.Performance/Program.cs b/benchmarks/Microsoft.AspNetCore.Routing.Performance/Program.cs
deleted file mode 100644
index b510a13a28..0000000000
--- a/benchmarks/Microsoft.AspNetCore.Routing.Performance/Program.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-// Copyright (c) .NET Foundation. All rights reserved.
-// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
-
-using System;
-using System.Reflection;
-using BenchmarkDotNet.Running;
-
-namespace Microsoft.AspNetCore.Routing.Performance
-{
- public class Program
- {
- public static void Main(string[] args)
- {
- BenchmarkSwitcher.FromAssembly(typeof(Program).GetTypeInfo().Assembly).Run(args);
- }
- }
-}
\ No newline at end of file
diff --git a/benchmarks/Microsoft.AspNetCore.Routing.Performance/Properties/AssemblyInfo.cs b/benchmarks/Microsoft.AspNetCore.Routing.Performance/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000000..cfb0b19c2e
--- /dev/null
+++ b/benchmarks/Microsoft.AspNetCore.Routing.Performance/Properties/AssemblyInfo.cs
@@ -0,0 +1 @@
+[assembly: BenchmarkDotNet.Attributes.AspNetCoreBenchmark]
\ No newline at end of file
diff --git a/benchmarks/Microsoft.AspNetCore.Routing.Performance/RoutingBenchmark.cs b/benchmarks/Microsoft.AspNetCore.Routing.Performance/RoutingBenchmark.cs
index d499fd706a..4387522f1b 100644
--- a/benchmarks/Microsoft.AspNetCore.Routing.Performance/RoutingBenchmark.cs
+++ b/benchmarks/Microsoft.AspNetCore.Routing.Performance/RoutingBenchmark.cs
@@ -3,7 +3,6 @@
using System;
using System.Linq;
-using System.Text.Encodings.Web;
using System.Threading.Tasks;
using BenchmarkDotNet.Attributes;
using Microsoft.AspNetCore.Http;
diff --git a/build/dependencies.props b/build/dependencies.props
index 2d9d8d4e41..bb2e38a84e 100644
--- a/build/dependencies.props
+++ b/build/dependencies.props
@@ -6,6 +6,7 @@
0.10.13
2.2.0-preview1-17064
2.2.0-preview1-34326
+ 2.2.0-preview1-34326
2.2.0-preview1-34326
2.2.0-preview1-34326
2.2.0-preview1-34326