diff --git a/.gitignore b/.gitignore index 8557e8854a..e42d7a17a5 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ scripts/tmp/ .tools/ src/**/global.json launchSettings.json +korebuild-lock.txt diff --git a/build/repo.props b/build/repo.props index f2a57fa801..f066f245f1 100644 --- a/build/repo.props +++ b/build/repo.props @@ -75,8 +75,7 @@ Exclude=" @(ProjectToExclude); $(RepositoryRoot)**\bin\**\*; - $(RepositoryRoot)**\obj\**\*; - $(RepositoryRoot)**\AutobahnTestApp\**\*;" /> + $(RepositoryRoot)**\obj\**\*;" /> diff --git a/src/Servers/HttpSys/NuGetPackageVerifier.json b/src/Servers/HttpSys/NuGetPackageVerifier.json index c02b36b40a..c5f5582998 100644 --- a/src/Servers/HttpSys/NuGetPackageVerifier.json +++ b/src/Servers/HttpSys/NuGetPackageVerifier.json @@ -1,13 +1,7 @@ { - "adx-nonshipping": { - "rules": [], - "packages": { - "Microsoft.AspNetCore.HttpSys.Sources": {} - } - }, "Default": { "rules": [ "DefaultCompositeRule" ] } -} \ No newline at end of file +} diff --git a/src/Servers/HttpSys/test/Directory.Build.props b/src/Servers/HttpSys/test/Directory.Build.props deleted file mode 100644 index 063d11656d..0000000000 --- a/src/Servers/HttpSys/test/Directory.Build.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - - netcoreapp2.2 - $(DeveloperBuildTestTfms) - $(StandardTestTfms) - $(StandardTestTfms);net472 - - - - - - - diff --git a/src/Servers/HttpSys/test/FunctionalTests/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests.csproj b/src/Servers/HttpSys/test/FunctionalTests/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests.csproj index d3778fdded..8c68a9ebca 100644 --- a/src/Servers/HttpSys/test/FunctionalTests/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests.csproj +++ b/src/Servers/HttpSys/test/FunctionalTests/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests.csproj @@ -1,7 +1,7 @@  - $(StandardTestTfms) + netcoreapp2.2;net472 HttpSys.FunctionalTests diff --git a/src/Servers/HttpSys/test/Tests/Microsoft.AspNetCore.Server.HttpSys.Tests.csproj b/src/Servers/HttpSys/test/Tests/Microsoft.AspNetCore.Server.HttpSys.Tests.csproj index d79cff88fa..c97ace78d5 100644 --- a/src/Servers/HttpSys/test/Tests/Microsoft.AspNetCore.Server.HttpSys.Tests.csproj +++ b/src/Servers/HttpSys/test/Tests/Microsoft.AspNetCore.Server.HttpSys.Tests.csproj @@ -1,7 +1,7 @@  - $(StandardTestTfms) + netcoreapp2.2;net472 diff --git a/src/Servers/Kestrel/Core/test/Microsoft.AspNetCore.Server.Kestrel.Core.Tests.csproj b/src/Servers/Kestrel/Core/test/Microsoft.AspNetCore.Server.Kestrel.Core.Tests.csproj index e49f5d9230..754500c28a 100644 --- a/src/Servers/Kestrel/Core/test/Microsoft.AspNetCore.Server.Kestrel.Core.Tests.csproj +++ b/src/Servers/Kestrel/Core/test/Microsoft.AspNetCore.Server.Kestrel.Core.Tests.csproj @@ -7,7 +7,7 @@ - + diff --git a/src/SignalR/test/Microsoft.AspNetCore.Http.Connections.Tests/Microsoft.AspNetCore.Http.Connections.Tests.csproj b/src/SignalR/test/Microsoft.AspNetCore.Http.Connections.Tests/Microsoft.AspNetCore.Http.Connections.Tests.csproj index 86aecc7f95..e50d6131ab 100644 --- a/src/SignalR/test/Microsoft.AspNetCore.Http.Connections.Tests/Microsoft.AspNetCore.Http.Connections.Tests.csproj +++ b/src/SignalR/test/Microsoft.AspNetCore.Http.Connections.Tests/Microsoft.AspNetCore.Http.Connections.Tests.csproj @@ -6,7 +6,7 @@ - + PreserveNewest