Skip to content

Commit 5017afa

Browse files
author
Nate McMaster
committed
Merge branch 'release/2.1' to release/2.2
2 parents c331a7b + df3e4b9 commit 5017afa

File tree

8 files changed

+7
-28
lines changed

8 files changed

+7
-28
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ scripts/tmp/
2626
.tools/
2727
src/**/global.json
2828
launchSettings.json
29+
korebuild-lock.txt

build/repo.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@
7575
Exclude="
7676
@(ProjectToExclude);
7777
$(RepositoryRoot)**\bin\**\*;
78-
$(RepositoryRoot)**\obj\**\*;
79-
$(RepositoryRoot)**\AutobahnTestApp\**\*;" />
78+
$(RepositoryRoot)**\obj\**\*;" />
8079
</ItemGroup>
8180

8281
<!-- Properties for publishing -->
Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
{
2-
"adx-nonshipping": {
3-
"rules": [],
4-
"packages": {
5-
"Microsoft.AspNetCore.HttpSys.Sources": {}
6-
}
7-
},
82
"Default": {
93
"rules": [
104
"DefaultCompositeRule"
115
]
126
}
13-
}
7+
}

src/Servers/HttpSys/test/Directory.Build.props

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/Servers/HttpSys/test/FunctionalTests/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>$(StandardTestTfms)</TargetFrameworks>
4+
<TargetFrameworks>netcoreapp2.2;net472</TargetFrameworks>
55
<TestGroupName>HttpSys.FunctionalTests</TestGroupName>
66
</PropertyGroup>
77

src/Servers/HttpSys/test/Tests/Microsoft.AspNetCore.Server.HttpSys.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>$(StandardTestTfms)</TargetFrameworks>
4+
<TargetFrameworks>netcoreapp2.2;net472</TargetFrameworks>
55
</PropertyGroup>
66

77
<ItemGroup>

src/Servers/Kestrel/Core/test/Microsoft.AspNetCore.Server.Kestrel.Core.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<ItemGroup>
99
<Compile Include="$(KestrelSharedSourceRoot)test\*.cs" />
10-
<Compile Include="$(RepositoryRoot)\src\Shared\Buffers.Testing\*.cs" />
10+
<Compile Include="$(SharedSourceRoot)Buffers.Testing\*.cs" />
1111
<Content Include="$(KestrelSharedSourceRoot)test\TestCertificates\*.pfx" LinkBase="shared\TestCertificates" CopyToOutputDirectory="PreserveNewest" />
1212
</ItemGroup>
1313

src/SignalR/test/Microsoft.AspNetCore.Http.Connections.Tests/Microsoft.AspNetCore.Http.Connections.Tests.csproj

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

88
<ItemGroup>
9-
<Compile Include="..\..\..\Shared\Buffers.Testing\**\*.cs" />
9+
<Compile Include="$(SharedSourceRoot)Buffers.Testing\**\*.cs" />
1010
<Content Include="..\xunit.runner.json" Link="xunit.runner.json">
1111
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
1212
</Content>

0 commit comments

Comments
 (0)