File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
test/testassets/RoutingSample.Web Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >netcoreapp2.0;net461</TargetFrameworks >
5
- <TargetFrameworks Condition =" '$(OS)' != 'Windows_NT' " >netcoreapp2.0</TargetFrameworks >
6
5
<OutputType >Exe</OutputType >
7
6
<ServerGarbageCollection >true</ServerGarbageCollection >
8
7
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
9
8
<IsPackable >false</IsPackable >
10
9
</PropertyGroup >
11
10
12
- <ItemGroup >
13
- <Reference Include =" Microsoft.AspNetCore.Routing" />
14
- </ItemGroup >
15
-
16
11
<ItemGroup >
17
12
<Reference Include =" BenchmarkDotNet" />
18
13
<Reference Include =" Microsoft.AspNetCore.Http" />
14
+ <Reference Include =" Microsoft.AspNetCore.Routing" />
19
15
<Reference Include =" Microsoft.Extensions.Logging.Abstractions" />
20
16
</ItemGroup >
21
17
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netcoreapp2.1;netcoreapp2.0</TargetFrameworks >
5
- <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT' " >$(TargetFrameworks);net461</TargetFrameworks >
4
+ <TargetFrameworks >netcoreapp2.1;netcoreapp2.0;net461</TargetFrameworks >
6
5
</PropertyGroup >
7
6
8
7
<ItemGroup >
You can’t perform that action at this time.
0 commit comments