From 4798dc78b53de389e6aca33f8b6aecc358fbe4cf Mon Sep 17 00:00:00 2001 From: Marty T <120425148+tippmar-nr@users.noreply.github.com> Date: Fri, 11 Oct 2024 14:10:54 -0500 Subject: [PATCH] test: Integration test Nuget updates (#2828) --- .../ApplicationLifecycle.csproj | 2 +- .../NetCore3Collectible.csproj | 2 +- .../AgentApiExecutor/AgentApiExecutor.csproj | 2 +- .../ApiAppNameChange/ApiAppNameChange.csproj | 2 +- .../AspNetCoreMvcAsyncApplication.csproj | 2 +- ...pNetCoreMvcBasicRequestsApplication.csproj | 2 +- ...pNetCoreMvcCoreFrameworkApplication.csproj | 2 +- .../AspNetCoreMvcFrameworkApplication.csproj | 2 +- ...NetCoreMvcFrameworkAsyncApplication.csproj | 2 +- .../AspNetCoreMvcRejitApplication.csproj | 2 +- ...reWebApiCustomAttributesApplication.csproj | 2 +- .../AspNetCoreWebApiLambdaApplication.csproj | 2 +- .../AzureFunctionApplication.csproj | 2 +- .../BasicAspWebService.csproj | 2 +- .../BasicMvcApplication.csproj | 2 +- .../BasicWebApplication.csproj | 2 +- .../ConsoleAsyncApplication.csproj | 2 +- .../ConsoleInstrumentationLoaderCore.csproj | 2 +- ...eOtherTransactionWrapperApplication.csproj | 2 +- .../CustomAttributesWebApi.csproj | 2 +- .../DistributedTracingApiApplication.csproj | 2 +- .../LambdaSelfExecutingAssembly.csproj | 4 +- .../MvcAsyncApplication.csproj | 2 +- .../NetCoreAsyncApplication.csproj | 2 +- .../OpenRastaWebApplication.csproj | 2 +- .../Owin2WebApi/Owin2WebApi.csproj | 2 +- .../Owin3WebApi/Owin3WebApi.csproj | 2 +- .../Owin4WebApi/Owin4WebApi.csproj | 2 +- .../OwinRemotingClient.csproj | 2 +- .../OwinRemotingServer.csproj | 2 +- .../RejitMvcApplication.csproj | 2 +- .../SerilogSumologicApplication.csproj | 2 +- .../ServiceStackApplication.csproj | 2 +- .../ThreadProfileStressTest.csproj | 2 +- .../WebApiAsyncApplication.csproj | 2 +- .../AwsSdkTestApp/AwsSdkTestApp.csproj | 10 ++--- .../KafkaTestApp/KafkaTestApp.csproj | 2 +- .../MemcachedTestApp/MemcachedTestApp.csproj | 2 +- .../SmokeTestApp/SmokeTestApp.csproj | 2 +- .../ContainerIntegrationTests.csproj | 2 +- .../HostedWebCore/HostedWebCore.csproj | 2 +- .../IntegrationTests/IntegrationTests.csproj | 10 ++--- .../IntegrationTests/Shared/Shared.csproj | 2 +- .../MFALatestPackages.csproj | 42 +++++++++---------- .../MultiFunctionApplicationHelpers.csproj | 4 +- .../ConsoleMultiFunctionApplicationFW.csproj | 2 +- .../BasicMvcApplication.csproj | 2 +- .../MongoDBApplication.csproj | 2 +- .../UnboundedIntegrationTests.csproj | 4 +- 49 files changed, 80 insertions(+), 80 deletions(-) diff --git a/tests/Agent/IntegrationTests/ApplicationHelperLibraries/ApplicationLifecycle/ApplicationLifecycle.csproj b/tests/Agent/IntegrationTests/ApplicationHelperLibraries/ApplicationLifecycle/ApplicationLifecycle.csproj index 8fa49acf5e..bae9cedab9 100644 --- a/tests/Agent/IntegrationTests/ApplicationHelperLibraries/ApplicationLifecycle/ApplicationLifecycle.csproj +++ b/tests/Agent/IntegrationTests/ApplicationHelperLibraries/ApplicationLifecycle/ApplicationLifecycle.csproj @@ -6,7 +6,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Agent/IntegrationTests/ApplicationHelperLibraries/NetCore3Collectible/NetCore3Collectible.csproj b/tests/Agent/IntegrationTests/ApplicationHelperLibraries/NetCore3Collectible/NetCore3Collectible.csproj index 6a79f8cd0d..faaefc7499 100644 --- a/tests/Agent/IntegrationTests/ApplicationHelperLibraries/NetCore3Collectible/NetCore3Collectible.csproj +++ b/tests/Agent/IntegrationTests/ApplicationHelperLibraries/NetCore3Collectible/NetCore3Collectible.csproj @@ -5,7 +5,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Agent/IntegrationTests/Applications/AgentApiExecutor/AgentApiExecutor.csproj b/tests/Agent/IntegrationTests/Applications/AgentApiExecutor/AgentApiExecutor.csproj index 87fb03de0d..94bd78739d 100644 --- a/tests/Agent/IntegrationTests/Applications/AgentApiExecutor/AgentApiExecutor.csproj +++ b/tests/Agent/IntegrationTests/Applications/AgentApiExecutor/AgentApiExecutor.csproj @@ -10,7 +10,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Agent/IntegrationTests/Applications/ApiAppNameChange/ApiAppNameChange.csproj b/tests/Agent/IntegrationTests/Applications/ApiAppNameChange/ApiAppNameChange.csproj index a35a654f45..17c9e809c1 100644 --- a/tests/Agent/IntegrationTests/Applications/ApiAppNameChange/ApiAppNameChange.csproj +++ b/tests/Agent/IntegrationTests/Applications/ApiAppNameChange/ApiAppNameChange.csproj @@ -10,7 +10,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Agent/IntegrationTests/Applications/AspNetCoreMvcAsyncApplication/AspNetCoreMvcAsyncApplication.csproj b/tests/Agent/IntegrationTests/Applications/AspNetCoreMvcAsyncApplication/AspNetCoreMvcAsyncApplication.csproj index c5dc93e679..21de516f33 100644 --- a/tests/Agent/IntegrationTests/Applications/AspNetCoreMvcAsyncApplication/AspNetCoreMvcAsyncApplication.csproj +++ b/tests/Agent/IntegrationTests/Applications/AspNetCoreMvcAsyncApplication/AspNetCoreMvcAsyncApplication.csproj @@ -5,7 +5,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Agent/IntegrationTests/Applications/AspNetCoreMvcBasicRequestsApplication/AspNetCoreMvcBasicRequestsApplication.csproj b/tests/Agent/IntegrationTests/Applications/AspNetCoreMvcBasicRequestsApplication/AspNetCoreMvcBasicRequestsApplication.csproj index 5003e40eea..cf82ebecd2 100644 --- a/tests/Agent/IntegrationTests/Applications/AspNetCoreMvcBasicRequestsApplication/AspNetCoreMvcBasicRequestsApplication.csproj +++ b/tests/Agent/IntegrationTests/Applications/AspNetCoreMvcBasicRequestsApplication/AspNetCoreMvcBasicRequestsApplication.csproj @@ -7,7 +7,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Agent/IntegrationTests/Applications/AspNetCoreMvcCoreFrameworkApplication/AspNetCoreMvcCoreFrameworkApplication.csproj b/tests/Agent/IntegrationTests/Applications/AspNetCoreMvcCoreFrameworkApplication/AspNetCoreMvcCoreFrameworkApplication.csproj index fa70c68663..f9f989c131 100644 --- a/tests/Agent/IntegrationTests/Applications/AspNetCoreMvcCoreFrameworkApplication/AspNetCoreMvcCoreFrameworkApplication.csproj +++ b/tests/Agent/IntegrationTests/Applications/AspNetCoreMvcCoreFrameworkApplication/AspNetCoreMvcCoreFrameworkApplication.csproj @@ -11,7 +11,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Agent/IntegrationTests/Applications/AspNetCoreMvcFrameworkApplication/AspNetCoreMvcFrameworkApplication.csproj b/tests/Agent/IntegrationTests/Applications/AspNetCoreMvcFrameworkApplication/AspNetCoreMvcFrameworkApplication.csproj index e0a7f1cca0..8befffbc1c 100644 --- a/tests/Agent/IntegrationTests/Applications/AspNetCoreMvcFrameworkApplication/AspNetCoreMvcFrameworkApplication.csproj +++ b/tests/Agent/IntegrationTests/Applications/AspNetCoreMvcFrameworkApplication/AspNetCoreMvcFrameworkApplication.csproj @@ -10,7 +10,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Agent/IntegrationTests/Applications/AspNetCoreMvcFrameworkAsyncApplication/AspNetCoreMvcFrameworkAsyncApplication.csproj b/tests/Agent/IntegrationTests/Applications/AspNetCoreMvcFrameworkAsyncApplication/AspNetCoreMvcFrameworkAsyncApplication.csproj index 1b8c263764..711004a694 100644 --- a/tests/Agent/IntegrationTests/Applications/AspNetCoreMvcFrameworkAsyncApplication/AspNetCoreMvcFrameworkAsyncApplication.csproj +++ b/tests/Agent/IntegrationTests/Applications/AspNetCoreMvcFrameworkAsyncApplication/AspNetCoreMvcFrameworkAsyncApplication.csproj @@ -9,7 +9,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Agent/IntegrationTests/Applications/AspNetCoreMvcRejitApplication/AspNetCoreMvcRejitApplication.csproj b/tests/Agent/IntegrationTests/Applications/AspNetCoreMvcRejitApplication/AspNetCoreMvcRejitApplication.csproj index 5d2b0c17c5..aa3babe61d 100644 --- a/tests/Agent/IntegrationTests/Applications/AspNetCoreMvcRejitApplication/AspNetCoreMvcRejitApplication.csproj +++ b/tests/Agent/IntegrationTests/Applications/AspNetCoreMvcRejitApplication/AspNetCoreMvcRejitApplication.csproj @@ -5,7 +5,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Agent/IntegrationTests/Applications/AspNetCoreWebApiCustomAttributesApplication/AspNetCoreWebApiCustomAttributesApplication.csproj b/tests/Agent/IntegrationTests/Applications/AspNetCoreWebApiCustomAttributesApplication/AspNetCoreWebApiCustomAttributesApplication.csproj index 1b7cfae492..6890c9d6ff 100644 --- a/tests/Agent/IntegrationTests/Applications/AspNetCoreWebApiCustomAttributesApplication/AspNetCoreWebApiCustomAttributesApplication.csproj +++ b/tests/Agent/IntegrationTests/Applications/AspNetCoreWebApiCustomAttributesApplication/AspNetCoreWebApiCustomAttributesApplication.csproj @@ -9,7 +9,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Agent/IntegrationTests/Applications/AspNetCoreWebApiLambdaApplication/AspNetCoreWebApiLambdaApplication.csproj b/tests/Agent/IntegrationTests/Applications/AspNetCoreWebApiLambdaApplication/AspNetCoreWebApiLambdaApplication.csproj index 0e4192f882..b61fb27e3f 100644 --- a/tests/Agent/IntegrationTests/Applications/AspNetCoreWebApiLambdaApplication/AspNetCoreWebApiLambdaApplication.csproj +++ b/tests/Agent/IntegrationTests/Applications/AspNetCoreWebApiLambdaApplication/AspNetCoreWebApiLambdaApplication.csproj @@ -9,7 +9,7 @@ true - + diff --git a/tests/Agent/IntegrationTests/Applications/AzureFunctionApplication/AzureFunctionApplication.csproj b/tests/Agent/IntegrationTests/Applications/AzureFunctionApplication/AzureFunctionApplication.csproj index 01a31a08ca..dbbd4d3b61 100644 --- a/tests/Agent/IntegrationTests/Applications/AzureFunctionApplication/AzureFunctionApplication.csproj +++ b/tests/Agent/IntegrationTests/Applications/AzureFunctionApplication/AzureFunctionApplication.csproj @@ -28,7 +28,7 @@ - + diff --git a/tests/Agent/IntegrationTests/Applications/BasicAspWebService/BasicAspWebService.csproj b/tests/Agent/IntegrationTests/Applications/BasicAspWebService/BasicAspWebService.csproj index 3bd6acbe0a..9527ba4215 100644 --- a/tests/Agent/IntegrationTests/Applications/BasicAspWebService/BasicAspWebService.csproj +++ b/tests/Agent/IntegrationTests/Applications/BasicAspWebService/BasicAspWebService.csproj @@ -86,7 +86,7 @@ - 17.10.48 + 17.11.20 runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/Agent/IntegrationTests/Applications/BasicMvcApplication/BasicMvcApplication.csproj b/tests/Agent/IntegrationTests/Applications/BasicMvcApplication/BasicMvcApplication.csproj index e3218a53f8..a41c1d34a1 100644 --- a/tests/Agent/IntegrationTests/Applications/BasicMvcApplication/BasicMvcApplication.csproj +++ b/tests/Agent/IntegrationTests/Applications/BasicMvcApplication/BasicMvcApplication.csproj @@ -111,7 +111,7 @@ 2.0.1 - 17.10.48 + 17.11.20 runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/Agent/IntegrationTests/Applications/BasicWebApplication/BasicWebApplication.csproj b/tests/Agent/IntegrationTests/Applications/BasicWebApplication/BasicWebApplication.csproj index 278d60f7e2..3494bad449 100644 --- a/tests/Agent/IntegrationTests/Applications/BasicWebApplication/BasicWebApplication.csproj +++ b/tests/Agent/IntegrationTests/Applications/BasicWebApplication/BasicWebApplication.csproj @@ -104,7 +104,7 @@ 3.0.0 - 17.10.48 + 17.11.20 runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/Agent/IntegrationTests/Applications/ConsoleAsyncApplication/ConsoleAsyncApplication.csproj b/tests/Agent/IntegrationTests/Applications/ConsoleAsyncApplication/ConsoleAsyncApplication.csproj index ac42728017..1e83424dbe 100644 --- a/tests/Agent/IntegrationTests/Applications/ConsoleAsyncApplication/ConsoleAsyncApplication.csproj +++ b/tests/Agent/IntegrationTests/Applications/ConsoleAsyncApplication/ConsoleAsyncApplication.csproj @@ -34,7 +34,7 @@ - 17.10.48 + 17.11.20 runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/Agent/IntegrationTests/Applications/ConsoleInstrumentationLoaderCore/ConsoleInstrumentationLoaderCore.csproj b/tests/Agent/IntegrationTests/Applications/ConsoleInstrumentationLoaderCore/ConsoleInstrumentationLoaderCore.csproj index 7eb9fa4213..e4780e51b9 100644 --- a/tests/Agent/IntegrationTests/Applications/ConsoleInstrumentationLoaderCore/ConsoleInstrumentationLoaderCore.csproj +++ b/tests/Agent/IntegrationTests/Applications/ConsoleInstrumentationLoaderCore/ConsoleInstrumentationLoaderCore.csproj @@ -12,7 +12,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Agent/IntegrationTests/Applications/ConsoleOtherTransactionWrapperApplication/ConsoleOtherTransactionWrapperApplication.csproj b/tests/Agent/IntegrationTests/Applications/ConsoleOtherTransactionWrapperApplication/ConsoleOtherTransactionWrapperApplication.csproj index cb5e587707..536befe98a 100644 --- a/tests/Agent/IntegrationTests/Applications/ConsoleOtherTransactionWrapperApplication/ConsoleOtherTransactionWrapperApplication.csproj +++ b/tests/Agent/IntegrationTests/Applications/ConsoleOtherTransactionWrapperApplication/ConsoleOtherTransactionWrapperApplication.csproj @@ -37,7 +37,7 @@ - 17.10.48 + 17.11.20 runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/Agent/IntegrationTests/Applications/CustomAttributesWebApi/CustomAttributesWebApi.csproj b/tests/Agent/IntegrationTests/Applications/CustomAttributesWebApi/CustomAttributesWebApi.csproj index 87bd1a0303..92b4b9ab8f 100644 --- a/tests/Agent/IntegrationTests/Applications/CustomAttributesWebApi/CustomAttributesWebApi.csproj +++ b/tests/Agent/IntegrationTests/Applications/CustomAttributesWebApi/CustomAttributesWebApi.csproj @@ -11,7 +11,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Agent/IntegrationTests/Applications/DistributedTracingApiApplication/DistributedTracingApiApplication.csproj b/tests/Agent/IntegrationTests/Applications/DistributedTracingApiApplication/DistributedTracingApiApplication.csproj index 59367ce6a5..edd99a15c4 100644 --- a/tests/Agent/IntegrationTests/Applications/DistributedTracingApiApplication/DistributedTracingApiApplication.csproj +++ b/tests/Agent/IntegrationTests/Applications/DistributedTracingApiApplication/DistributedTracingApiApplication.csproj @@ -10,7 +10,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Agent/IntegrationTests/Applications/LambdaSelfExecutingAssembly/LambdaSelfExecutingAssembly.csproj b/tests/Agent/IntegrationTests/Applications/LambdaSelfExecutingAssembly/LambdaSelfExecutingAssembly.csproj index a54cee0a47..2aa0709dff 100644 --- a/tests/Agent/IntegrationTests/Applications/LambdaSelfExecutingAssembly/LambdaSelfExecutingAssembly.csproj +++ b/tests/Agent/IntegrationTests/Applications/LambdaSelfExecutingAssembly/LambdaSelfExecutingAssembly.csproj @@ -52,9 +52,9 @@ - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Agent/IntegrationTests/Applications/MvcAsyncApplication/MvcAsyncApplication.csproj b/tests/Agent/IntegrationTests/Applications/MvcAsyncApplication/MvcAsyncApplication.csproj index fb91544d2c..84da828099 100644 --- a/tests/Agent/IntegrationTests/Applications/MvcAsyncApplication/MvcAsyncApplication.csproj +++ b/tests/Agent/IntegrationTests/Applications/MvcAsyncApplication/MvcAsyncApplication.csproj @@ -76,7 +76,7 @@ 3.2.4 - 17.10.48 + 17.11.20 runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/Agent/IntegrationTests/Applications/NetCoreAsyncApplication/NetCoreAsyncApplication.csproj b/tests/Agent/IntegrationTests/Applications/NetCoreAsyncApplication/NetCoreAsyncApplication.csproj index b47cd3e5d0..4ddd733f2b 100644 --- a/tests/Agent/IntegrationTests/Applications/NetCoreAsyncApplication/NetCoreAsyncApplication.csproj +++ b/tests/Agent/IntegrationTests/Applications/NetCoreAsyncApplication/NetCoreAsyncApplication.csproj @@ -8,7 +8,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Agent/IntegrationTests/Applications/OpenRastaWebApplication/OpenRastaWebApplication.csproj b/tests/Agent/IntegrationTests/Applications/OpenRastaWebApplication/OpenRastaWebApplication.csproj index f904569f35..61ab67d359 100644 --- a/tests/Agent/IntegrationTests/Applications/OpenRastaWebApplication/OpenRastaWebApplication.csproj +++ b/tests/Agent/IntegrationTests/Applications/OpenRastaWebApplication/OpenRastaWebApplication.csproj @@ -95,7 +95,7 @@ 2.0.30506 - 17.10.48 + 17.11.20 runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/Agent/IntegrationTests/Applications/Owin2WebApi/Owin2WebApi.csproj b/tests/Agent/IntegrationTests/Applications/Owin2WebApi/Owin2WebApi.csproj index bdc87733c3..30e090a878 100644 --- a/tests/Agent/IntegrationTests/Applications/Owin2WebApi/Owin2WebApi.csproj +++ b/tests/Agent/IntegrationTests/Applications/Owin2WebApi/Owin2WebApi.csproj @@ -22,7 +22,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Agent/IntegrationTests/Applications/Owin3WebApi/Owin3WebApi.csproj b/tests/Agent/IntegrationTests/Applications/Owin3WebApi/Owin3WebApi.csproj index 18f14c2fba..e7c93596dc 100644 --- a/tests/Agent/IntegrationTests/Applications/Owin3WebApi/Owin3WebApi.csproj +++ b/tests/Agent/IntegrationTests/Applications/Owin3WebApi/Owin3WebApi.csproj @@ -13,7 +13,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Agent/IntegrationTests/Applications/Owin4WebApi/Owin4WebApi.csproj b/tests/Agent/IntegrationTests/Applications/Owin4WebApi/Owin4WebApi.csproj index a73c985edd..3ae94c895b 100644 --- a/tests/Agent/IntegrationTests/Applications/Owin4WebApi/Owin4WebApi.csproj +++ b/tests/Agent/IntegrationTests/Applications/Owin4WebApi/Owin4WebApi.csproj @@ -13,7 +13,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Agent/IntegrationTests/Applications/OwinRemotingClient/OwinRemotingClient.csproj b/tests/Agent/IntegrationTests/Applications/OwinRemotingClient/OwinRemotingClient.csproj index be89ea98fb..3702a36883 100644 --- a/tests/Agent/IntegrationTests/Applications/OwinRemotingClient/OwinRemotingClient.csproj +++ b/tests/Agent/IntegrationTests/Applications/OwinRemotingClient/OwinRemotingClient.csproj @@ -63,7 +63,7 @@ 2.0.2 - 17.10.48 + 17.11.20 runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/Agent/IntegrationTests/Applications/OwinRemotingServer/OwinRemotingServer.csproj b/tests/Agent/IntegrationTests/Applications/OwinRemotingServer/OwinRemotingServer.csproj index 072cc6dc18..69ccd4975d 100644 --- a/tests/Agent/IntegrationTests/Applications/OwinRemotingServer/OwinRemotingServer.csproj +++ b/tests/Agent/IntegrationTests/Applications/OwinRemotingServer/OwinRemotingServer.csproj @@ -70,7 +70,7 @@ 2.0.2 - 17.10.48 + 17.11.20 runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/Agent/IntegrationTests/Applications/RejitMvcApplication/RejitMvcApplication.csproj b/tests/Agent/IntegrationTests/Applications/RejitMvcApplication/RejitMvcApplication.csproj index 63eca7cc2b..336481fde4 100644 --- a/tests/Agent/IntegrationTests/Applications/RejitMvcApplication/RejitMvcApplication.csproj +++ b/tests/Agent/IntegrationTests/Applications/RejitMvcApplication/RejitMvcApplication.csproj @@ -79,7 +79,7 @@ 2.0.1 - 17.10.48 + 17.11.20 runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/Agent/IntegrationTests/Applications/SerilogSumologicApplication/SerilogSumologicApplication.csproj b/tests/Agent/IntegrationTests/Applications/SerilogSumologicApplication/SerilogSumologicApplication.csproj index 96f7447ffa..dfecf39866 100644 --- a/tests/Agent/IntegrationTests/Applications/SerilogSumologicApplication/SerilogSumologicApplication.csproj +++ b/tests/Agent/IntegrationTests/Applications/SerilogSumologicApplication/SerilogSumologicApplication.csproj @@ -5,7 +5,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Agent/IntegrationTests/Applications/ServiceStackApplication/ServiceStackApplication.csproj b/tests/Agent/IntegrationTests/Applications/ServiceStackApplication/ServiceStackApplication.csproj index cb7cabb8a0..8eb58fe8ae 100644 --- a/tests/Agent/IntegrationTests/Applications/ServiceStackApplication/ServiceStackApplication.csproj +++ b/tests/Agent/IntegrationTests/Applications/ServiceStackApplication/ServiceStackApplication.csproj @@ -58,7 +58,7 @@ - 17.10.48 + 17.11.20 runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/Agent/IntegrationTests/Applications/ThreadProfileStressTest/ThreadProfileStressTest.csproj b/tests/Agent/IntegrationTests/Applications/ThreadProfileStressTest/ThreadProfileStressTest.csproj index ebb10393f2..1f422491ae 100644 --- a/tests/Agent/IntegrationTests/Applications/ThreadProfileStressTest/ThreadProfileStressTest.csproj +++ b/tests/Agent/IntegrationTests/Applications/ThreadProfileStressTest/ThreadProfileStressTest.csproj @@ -53,7 +53,7 @@ - 17.10.48 + 17.11.20 runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/Agent/IntegrationTests/Applications/WebApiAsyncApplication/WebApiAsyncApplication.csproj b/tests/Agent/IntegrationTests/Applications/WebApiAsyncApplication/WebApiAsyncApplication.csproj index df58d6e502..87e62d9f84 100644 --- a/tests/Agent/IntegrationTests/Applications/WebApiAsyncApplication/WebApiAsyncApplication.csproj +++ b/tests/Agent/IntegrationTests/Applications/WebApiAsyncApplication/WebApiAsyncApplication.csproj @@ -92,7 +92,7 @@ 5.2.4 - 17.10.48 + 17.11.20 runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/Agent/IntegrationTests/ContainerApplications/AwsSdkTestApp/AwsSdkTestApp.csproj b/tests/Agent/IntegrationTests/ContainerApplications/AwsSdkTestApp/AwsSdkTestApp.csproj index 091021a71d..78f2f4f55e 100644 --- a/tests/Agent/IntegrationTests/ContainerApplications/AwsSdkTestApp/AwsSdkTestApp.csproj +++ b/tests/Agent/IntegrationTests/ContainerApplications/AwsSdkTestApp/AwsSdkTestApp.csproj @@ -7,14 +7,14 @@ - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/tests/Agent/IntegrationTests/ContainerApplications/KafkaTestApp/KafkaTestApp.csproj b/tests/Agent/IntegrationTests/ContainerApplications/KafkaTestApp/KafkaTestApp.csproj index 8de6a4e504..a0aedb10b4 100644 --- a/tests/Agent/IntegrationTests/ContainerApplications/KafkaTestApp/KafkaTestApp.csproj +++ b/tests/Agent/IntegrationTests/ContainerApplications/KafkaTestApp/KafkaTestApp.csproj @@ -7,7 +7,7 @@ - + diff --git a/tests/Agent/IntegrationTests/ContainerApplications/MemcachedTestApp/MemcachedTestApp.csproj b/tests/Agent/IntegrationTests/ContainerApplications/MemcachedTestApp/MemcachedTestApp.csproj index fde6f4d785..98238746dc 100644 --- a/tests/Agent/IntegrationTests/ContainerApplications/MemcachedTestApp/MemcachedTestApp.csproj +++ b/tests/Agent/IntegrationTests/ContainerApplications/MemcachedTestApp/MemcachedTestApp.csproj @@ -9,7 +9,7 @@ - + diff --git a/tests/Agent/IntegrationTests/ContainerApplications/SmokeTestApp/SmokeTestApp.csproj b/tests/Agent/IntegrationTests/ContainerApplications/SmokeTestApp/SmokeTestApp.csproj index bc1ded3dbf..15121d25ff 100644 --- a/tests/Agent/IntegrationTests/ContainerApplications/SmokeTestApp/SmokeTestApp.csproj +++ b/tests/Agent/IntegrationTests/ContainerApplications/SmokeTestApp/SmokeTestApp.csproj @@ -7,7 +7,7 @@ - + diff --git a/tests/Agent/IntegrationTests/ContainerIntegrationTests/ContainerIntegrationTests.csproj b/tests/Agent/IntegrationTests/ContainerIntegrationTests/ContainerIntegrationTests.csproj index 33c1edc0c3..bceb0ad0ba 100644 --- a/tests/Agent/IntegrationTests/ContainerIntegrationTests/ContainerIntegrationTests.csproj +++ b/tests/Agent/IntegrationTests/ContainerIntegrationTests/ContainerIntegrationTests.csproj @@ -9,7 +9,7 @@ - + all diff --git a/tests/Agent/IntegrationTests/HostedWebCore/HostedWebCore.csproj b/tests/Agent/IntegrationTests/HostedWebCore/HostedWebCore.csproj index 88fe553db5..218cdff925 100644 --- a/tests/Agent/IntegrationTests/HostedWebCore/HostedWebCore.csproj +++ b/tests/Agent/IntegrationTests/HostedWebCore/HostedWebCore.csproj @@ -110,7 +110,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Agent/IntegrationTests/IntegrationTests/IntegrationTests.csproj b/tests/Agent/IntegrationTests/IntegrationTests/IntegrationTests.csproj index de4fbb7d7b..b5aef5f2d6 100644 --- a/tests/Agent/IntegrationTests/IntegrationTests/IntegrationTests.csproj +++ b/tests/Agent/IntegrationTests/IntegrationTests/IntegrationTests.csproj @@ -33,15 +33,15 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + diff --git a/tests/Agent/IntegrationTests/Shared/Shared.csproj b/tests/Agent/IntegrationTests/Shared/Shared.csproj index f3b1b549ad..f636344ca4 100644 --- a/tests/Agent/IntegrationTests/Shared/Shared.csproj +++ b/tests/Agent/IntegrationTests/Shared/Shared.csproj @@ -19,7 +19,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Agent/IntegrationTests/SharedApplications/Common/MFALatestPackages/MFALatestPackages.csproj b/tests/Agent/IntegrationTests/SharedApplications/Common/MFALatestPackages/MFALatestPackages.csproj index fa488c6a6f..d4f773a003 100644 --- a/tests/Agent/IntegrationTests/SharedApplications/Common/MFALatestPackages/MFALatestPackages.csproj +++ b/tests/Agent/IntegrationTests/SharedApplications/Common/MFALatestPackages/MFALatestPackages.csproj @@ -5,11 +5,11 @@ - - + + - - + + @@ -26,23 +26,23 @@ - - + + - - + + - - + + - - + + - - + + @@ -56,8 +56,8 @@ - - + + @@ -69,17 +69,17 @@ - - + + - + - - + + diff --git a/tests/Agent/IntegrationTests/SharedApplications/Common/MultiFunctionApplicationHelpers/MultiFunctionApplicationHelpers.csproj b/tests/Agent/IntegrationTests/SharedApplications/Common/MultiFunctionApplicationHelpers/MultiFunctionApplicationHelpers.csproj index 13c4870720..3ed508c5d8 100644 --- a/tests/Agent/IntegrationTests/SharedApplications/Common/MultiFunctionApplicationHelpers/MultiFunctionApplicationHelpers.csproj +++ b/tests/Agent/IntegrationTests/SharedApplications/Common/MultiFunctionApplicationHelpers/MultiFunctionApplicationHelpers.csproj @@ -29,7 +29,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -163,7 +163,7 @@ NU1701 - +