diff --git a/src/Azure/AzureAppServices.HostingStartup/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup.csproj b/src/Azure/AzureAppServices.HostingStartup/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup.csproj index b467458692412f952daa80ec6da9fdee65671f61..1a393a6ea0d629290eadad128008f21e8fa765cf 100644 --- a/src/Azure/AzureAppServices.HostingStartup/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup.csproj +++ b/src/Azure/AzureAppServices.HostingStartup/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup.csproj @@ -4,7 +4,7 @@ <PropertyGroup> <Description>ASP.NET Core lightup integration with Azure AppServices.</Description> - <TargetFrameworks>$(DefaultNetCoreTargetFramework)</TargetFrameworks> + <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> <GenerateDocumentationFile>true</GenerateDocumentationFile> <PackageTags>aspnetcore;azure;appservices</PackageTags> <Nullable>enable</Nullable> diff --git a/src/Azure/samples/AzureAppServicesSample/AzureAppServicesSample.csproj b/src/Azure/samples/AzureAppServicesSample/AzureAppServicesSample.csproj index 2e75ddaed446a3e16b396508bde53045247577e2..f83608da7977a2423c613aad6286136ebfc3f5e3 100644 --- a/src/Azure/samples/AzureAppServicesSample/AzureAppServicesSample.csproj +++ b/src/Azure/samples/AzureAppServicesSample/AzureAppServicesSample.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> - <TargetFrameworks>$(DefaultNetCoreTargetFramework)</TargetFrameworks> + <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> </PropertyGroup> <ItemGroup> diff --git a/src/Components/WebView/Samples/PhotinoPlatform/src/Microsoft.AspNetCore.Components.WebView.Photino.csproj b/src/Components/WebView/Samples/PhotinoPlatform/src/Microsoft.AspNetCore.Components.WebView.Photino.csproj index e1875e893510756735e9a1167c0edfdde7b1d825..c5fc79877ba536de7f1615ec46399a1daf4d08d5 100644 --- a/src/Components/WebView/Samples/PhotinoPlatform/src/Microsoft.AspNetCore.Components.WebView.Photino.csproj +++ b/src/Components/WebView/Samples/PhotinoPlatform/src/Microsoft.AspNetCore.Components.WebView.Photino.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <TargetFrameworks>$(DefaultNetCoreTargetFramework)</TargetFrameworks> + <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> <Description>Intended for internal testing use only.</Description> <IsShippingPackage>false</IsShippingPackage> <SignAssembly>false</SignAssembly> diff --git a/src/Components/benchmarkapps/BlazingPizza.Server/BlazingPizza.Server.csproj b/src/Components/benchmarkapps/BlazingPizza.Server/BlazingPizza.Server.csproj index 5446337063ef050f129dcdab3c3567dfee7f10e5..08d32e924989b072e0f7cc7a0ba5464d3f742784 100644 --- a/src/Components/benchmarkapps/BlazingPizza.Server/BlazingPizza.Server.csproj +++ b/src/Components/benchmarkapps/BlazingPizza.Server/BlazingPizza.Server.csproj @@ -1,16 +1,6 @@ <Project Sdk="Microsoft.NET.Sdk.Web"> - <PropertyGroup> <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> - <TargetFramework Condition="'$(BenchmarksTargetFramework)' != ''">$(BenchmarksTargetFramework)</TargetFramework> <IsTestAssetProject>true</IsTestAssetProject> </PropertyGroup> - - <!-- These references are used when building on the Benchmarks Server. --> - <ItemGroup Condition="'$(BenchmarksTargetFramework)' != ''"> - - <FrameworkReference Update="Microsoft.AspNetCore.App" RuntimeFrameworkVersion="$(MicrosoftAspNetCoreAppVersion)" /> - <FrameworkReference Update="Microsoft.NETCore.App" RuntimeFrameworkVersion="$(MicrosoftNETCoreAppVersion)" /> - </ItemGroup> - </Project> diff --git a/src/Hosting/WindowsServices/test/Microsoft.AspNetCore.Hosting.WindowsServices.Tests.csproj b/src/Hosting/WindowsServices/test/Microsoft.AspNetCore.Hosting.WindowsServices.Tests.csproj index aa4d901e77e81c577949dd8c2608560d83dc9366..431869c1122239aed992441a480d9bc329b92491 100644 --- a/src/Hosting/WindowsServices/test/Microsoft.AspNetCore.Hosting.WindowsServices.Tests.csproj +++ b/src/Hosting/WindowsServices/test/Microsoft.AspNetCore.Hosting.WindowsServices.Tests.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <TargetFrameworks>$(DefaultNetCoreTargetFramework)</TargetFrameworks> + <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> </PropertyGroup> <ItemGroup> @@ -9,4 +9,4 @@ <Reference Include="Microsoft.AspNetCore.Hosting.WindowsServices" /> </ItemGroup> -</Project> \ No newline at end of file +</Project> diff --git a/src/Http/Routing/test/testassets/Benchmarks/Benchmarks.csproj b/src/Http/Routing/test/testassets/Benchmarks/Benchmarks.csproj index d387bdc912aa2a9f87179231a493578e905c4188..b9de65bc993037cc3edf7865029314d9a6041536 100644 --- a/src/Http/Routing/test/testassets/Benchmarks/Benchmarks.csproj +++ b/src/Http/Routing/test/testassets/Benchmarks/Benchmarks.csproj @@ -1,8 +1,6 @@ <Project Sdk="Microsoft.NET.Sdk.Web"> - <PropertyGroup> <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> - <TargetFramework Condition="'$(BenchmarksTargetFramework)' != ''">$(BenchmarksTargetFramework)</TargetFramework> <UseP2PReferences Condition="'$(UseP2PReferences)'=='' AND '$(BenchmarksTargetFramework)'==''">true</UseP2PReferences> </PropertyGroup> @@ -14,14 +12,4 @@ <Reference Include="Microsoft.Extensions.Configuration.CommandLine" /> <Reference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" /> </ItemGroup> - - <!--These references are used when running on the Benchmarks Server--> - <ItemGroup Condition="'$(BenchmarksTargetFramework)'!=''"> - <KnownFrameworkReference - Update="Microsoft.AspNetCore.App" - DefaultRuntimeFrameworkVersion="$(MicrosoftAspNetCoreAppVersion)" - LatestRuntimeFrameworkVersion="$(MicrosoftAspNetCoreAppVersion)" - TargetingPackVersion="$(MicrosoftAspNetCoreAppVersion)" /> - </ItemGroup> - </Project> diff --git a/src/Identity/EntityFrameworkCore/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore.csproj b/src/Identity/EntityFrameworkCore/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore.csproj index f9e167bdc23ed7810344c8735d02bf335a3a3abb..4becc1cd4ccc093033be271a322b5face2453541 100644 --- a/src/Identity/EntityFrameworkCore/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore.csproj +++ b/src/Identity/EntityFrameworkCore/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore.csproj @@ -2,7 +2,7 @@ <PropertyGroup> <Description>ASP.NET Core Identity provider that uses Entity Framework Core.</Description> - <TargetFrameworks>$(DefaultNetCoreTargetFramework)</TargetFrameworks> + <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> <GenerateDocumentationFile>true</GenerateDocumentationFile> <PackageTags>aspnetcore;entityframeworkcore;identity;membership</PackageTags> <Nullable>disable</Nullable> diff --git a/src/Middleware/ConcurrencyLimiter/sample/ConcurrencyLimiterSample.csproj b/src/Middleware/ConcurrencyLimiter/sample/ConcurrencyLimiterSample.csproj index 6a6eaa1d0444bc613d1de72be0129128940544ce..94dfd9b47f31096e9d40649a7cba0ec56e1a3d00 100644 --- a/src/Middleware/ConcurrencyLimiter/sample/ConcurrencyLimiterSample.csproj +++ b/src/Middleware/ConcurrencyLimiter/sample/ConcurrencyLimiterSample.csproj @@ -1,5 +1,4 @@ <Project Sdk="Microsoft.NET.Sdk.Web"> - <PropertyGroup> <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> </PropertyGroup> @@ -11,11 +10,8 @@ <Reference Include="Microsoft.Extensions.Configuration.CommandLine" /> </ItemGroup> + <!-- Benchmarks server uses shared Fx but needs refs to OOB packages. --> <ItemGroup Condition="'$(BenchmarksTargetFramework)' != ''"> <PackageReference Include="Microsoft.AspNetCore.ConcurrencyLimiter" Version="$(MicrosoftAspNetCoreAppVersion)" /> - - <FrameworkReference Update="Microsoft.AspNetCore.App" RuntimeFrameworkVersion="$(MicrosoftAspNetCoreAppVersion)" /> - <FrameworkReference Update="Microsoft.NETCore.App" RuntimeFrameworkVersion="$(MicrosoftNETCoreAppVersion)" /> </ItemGroup> - </Project> diff --git a/src/Middleware/Diagnostics.EntityFrameworkCore/src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.csproj b/src/Middleware/Diagnostics.EntityFrameworkCore/src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.csproj index 9250215e0648a2712adec6f614bd7c224d748628..741861605894fd62df1260b998f95eba6b16eeb0 100644 --- a/src/Middleware/Diagnostics.EntityFrameworkCore/src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.csproj +++ b/src/Middleware/Diagnostics.EntityFrameworkCore/src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.csproj @@ -2,7 +2,7 @@ <PropertyGroup> <Description>ASP.NET Core middleware for Entity Framework Core error pages. Use this middleware to detect and diagnose errors with Entity Framework Core migrations.</Description> - <TargetFrameworks>$(DefaultNetCoreTargetFramework)</TargetFrameworks> + <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> <GenerateDocumentationFile>true</GenerateDocumentationFile> <PackageTags>aspnetcore;diagnostics;entityframeworkcore</PackageTags> <Nullable>enable</Nullable> diff --git a/src/Middleware/HeaderPropagation/test/Microsoft.AspNetCore.HeaderPropagation.Tests.csproj b/src/Middleware/HeaderPropagation/test/Microsoft.AspNetCore.HeaderPropagation.Tests.csproj index e570da7e7d79347df16cf56199df2b7f89a15133..ccf0fc72694f323ef07cec05ea687622ccb4ca8e 100644 --- a/src/Middleware/HeaderPropagation/test/Microsoft.AspNetCore.HeaderPropagation.Tests.csproj +++ b/src/Middleware/HeaderPropagation/test/Microsoft.AspNetCore.HeaderPropagation.Tests.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <TargetFrameworks>$(DefaultNetCoreTargetFramework)</TargetFrameworks> + <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> </PropertyGroup> <ItemGroup> diff --git a/src/Mvc/perf/benchmarkapps/BasicApi/BasicApi.csproj b/src/Mvc/perf/benchmarkapps/BasicApi/BasicApi.csproj index 637877b42c38130f1089c3f77547ea6984348b0b..b61abeb404b4cec1347fc454dd58098b46012531 100644 --- a/src/Mvc/perf/benchmarkapps/BasicApi/BasicApi.csproj +++ b/src/Mvc/perf/benchmarkapps/BasicApi/BasicApi.csproj @@ -1,7 +1,6 @@ <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> - <TargetFrameworks>$(DefaultNetCoreTargetFramework)</TargetFrameworks> - <TargetFrameworks Condition="'$(BenchmarksTargetFramework)' != ''">$(BenchmarksTargetFramework)</TargetFrameworks> + <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> <DefineConstants Condition=" '$(GenerateSqlScripts)'=='true' ">$(DefineConstants);GENERATE_SQL_SCRIPTS</DefineConstants> <DefineConstants>$(DefineConstants);__RemoveThisBitTo__GENERATE_SQL_SCRIPTS</DefineConstants> @@ -34,10 +33,6 @@ <!-- These references are used when building on the Benchmarks Server. --> <ItemGroup Condition="'$(BenchmarksTargetFramework)' != ''"> - - <FrameworkReference Update="Microsoft.AspNetCore.App" RuntimeFrameworkVersion="$(MicrosoftAspNetCoreAppVersion)" /> - <FrameworkReference Update="Microsoft.NETCore.App" RuntimeFrameworkVersion="$(MicrosoftNETCoreAppVersion)" /> - <!-- Special-case the JwtBearer package because assembly no longer ships in Microsoft.AspNetCore.App. --> <!-- Cannot use <Reference> because it's unsupported when building an isolated project. --> <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="$(MicrosoftAspNetCoreAppVersion)" /> diff --git a/src/Mvc/perf/benchmarkapps/BasicViews/BasicViews.csproj b/src/Mvc/perf/benchmarkapps/BasicViews/BasicViews.csproj index b7d9ae3d2bfa2113bb7aefdb9d9679a8dfde2a0c..c9b383962212b1acc15c94f69a2daea7e1c74a8a 100644 --- a/src/Mvc/perf/benchmarkapps/BasicViews/BasicViews.csproj +++ b/src/Mvc/perf/benchmarkapps/BasicViews/BasicViews.csproj @@ -1,7 +1,6 @@ <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> - <TargetFrameworks>$(DefaultNetCoreTargetFramework)</TargetFrameworks> - <TargetFrameworks Condition="'$(BenchmarksTargetFramework)' != ''">$(BenchmarksTargetFramework)</TargetFrameworks> + <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> <DefineConstants Condition=" '$(GenerateSqlScripts)'=='true' ">$(DefineConstants);GENERATE_SQL_SCRIPTS</DefineConstants> <DefineConstants>$(DefineConstants);__RemoveThisBitTo__GENERATE_SQL_SCRIPTS</DefineConstants> @@ -28,15 +27,6 @@ <Reference Include="Microsoft.AspNetCore.Server.Kestrel" /> <Reference Include="Microsoft.AspNetCore.StaticFiles" /> <Reference Include="Microsoft.Extensions.Configuration.CommandLine" /> - <Reference Include="Microsoft.AspNetCore.Mvc" /> </ItemGroup> - - <!-- - These references are used when running on the Benchmarks Server. - --> - <ItemGroup Condition="'$(BenchmarksTargetFramework)' != ''"> - <FrameworkReference Update="Microsoft.AspNetCore.App" RuntimeFrameworkVersion="$(MicrosoftAspNetCoreAppVersion)" /> - <FrameworkReference Update="Microsoft.NETCore.App" RuntimeFrameworkVersion="$(MicrosoftNETCoreAppVersion)" /> - </ItemGroup> </Project> diff --git a/src/Mvc/perf/benchmarkapps/RazorRendering/RazorRendering.csproj b/src/Mvc/perf/benchmarkapps/RazorRendering/RazorRendering.csproj index 7382f24fbe161626aa22bd5b8c659dda0538e73c..2a406ff38e2bf42afc6b34a660e39a2ece14a1f5 100644 --- a/src/Mvc/perf/benchmarkapps/RazorRendering/RazorRendering.csproj +++ b/src/Mvc/perf/benchmarkapps/RazorRendering/RazorRendering.csproj @@ -1,7 +1,6 @@ <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> - <TargetFrameworks>$(DefaultNetCoreTargetFramework)</TargetFrameworks> - <TargetFrameworks Condition="'$(BenchmarksTargetFramework)' != ''">$(BenchmarksTargetFramework)</TargetFrameworks> + <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> <IsTestAssetProject>true</IsTestAssetProject> </PropertyGroup> @@ -9,17 +8,9 @@ <ItemGroup Condition="'$(BenchmarksTargetFramework)' == ''"> <Reference Include="Microsoft.AspNetCore.Server.Kestrel" /> <Reference Include="Microsoft.Extensions.Configuration.CommandLine" /> - <Reference Include="Microsoft.AspNetCore.Mvc" /> </ItemGroup> - <!-- - These references are used when running on the Benchmarks Server. - --> - <ItemGroup Condition="'$(BenchmarksTargetFramework)' != ''"> - <FrameworkReference Update="Microsoft.AspNetCore.App" RuntimeFrameworkVersion="$(MicrosoftAspNetCoreAppVersion)" /> - <FrameworkReference Update="Microsoft.NETCore.App" RuntimeFrameworkVersion="$(MicrosoftNETCoreAppVersion)" /> - </ItemGroup> <ItemGroup> <Folder Include="Properties\" /> </ItemGroup> diff --git a/src/Razor/Razor.Runtime/test/Microsoft.AspNetCore.Razor.Runtime.Test.csproj b/src/Razor/Razor.Runtime/test/Microsoft.AspNetCore.Razor.Runtime.Test.csproj index c5785368ee631b3582319d8f4ce18fdcaefec556..2e296ed96afbefcb6ffa00d016ba5e18d7d084b6 100644 --- a/src/Razor/Razor.Runtime/test/Microsoft.AspNetCore.Razor.Runtime.Test.csproj +++ b/src/Razor/Razor.Runtime/test/Microsoft.AspNetCore.Razor.Runtime.Test.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <TargetFrameworks>$(DefaultNetCoreTargetFramework)</TargetFrameworks> + <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> <DefaultItemExcludes>$(DefaultItemExcludes);TestFiles\**\*</DefaultItemExcludes> </PropertyGroup> diff --git a/src/Razor/Razor/test/Microsoft.AspNetCore.Razor.Test.csproj b/src/Razor/Razor/test/Microsoft.AspNetCore.Razor.Test.csproj index fa16707e2ee59c4dd820e4d20314fbd26c2d5245..af803f1ef07b1fe9ea07892c2c366a63bed5d5a0 100644 --- a/src/Razor/Razor/test/Microsoft.AspNetCore.Razor.Test.csproj +++ b/src/Razor/Razor/test/Microsoft.AspNetCore.Razor.Test.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <TargetFrameworks>$(DefaultNetCoreTargetFramework)</TargetFrameworks> + <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> <DefaultItemExcludes>$(DefaultItemExcludes);TestFiles\**\*</DefaultItemExcludes> </PropertyGroup> diff --git a/src/Security/Authentication/Cookies/samples/CookieSample/CookieSample.csproj b/src/Security/Authentication/Cookies/samples/CookieSample/CookieSample.csproj index 575f1d843953cc5870fac3ca35f3b66db8bd95f1..412e23ab71032225d0df56aae7866f8fb340eccb 100644 --- a/src/Security/Authentication/Cookies/samples/CookieSample/CookieSample.csproj +++ b/src/Security/Authentication/Cookies/samples/CookieSample/CookieSample.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> - <TargetFrameworks>$(DefaultNetCoreTargetFramework)</TargetFrameworks> + <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> <AspNetCoreHostingModel>OutOfProcess</AspNetCoreHostingModel> </PropertyGroup> diff --git a/src/Security/Authentication/Cookies/samples/CookieSessionSample/CookieSessionSample.csproj b/src/Security/Authentication/Cookies/samples/CookieSessionSample/CookieSessionSample.csproj index 4a0030683844106c97f3b85cdd495ccb6a58cbba..518454d9a1d14b17fcdf706aadcdb8be7f73333d 100644 --- a/src/Security/Authentication/Cookies/samples/CookieSessionSample/CookieSessionSample.csproj +++ b/src/Security/Authentication/Cookies/samples/CookieSessionSample/CookieSessionSample.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> - <TargetFrameworks>$(DefaultNetCoreTargetFramework)</TargetFrameworks> + <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> <AspNetCoreHostingModel>OutOfProcess</AspNetCoreHostingModel> </PropertyGroup> diff --git a/src/Security/Authentication/Negotiate/test/Negotiate.Test/Microsoft.AspNetCore.Authentication.Negotiate.Test.csproj b/src/Security/Authentication/Negotiate/test/Negotiate.Test/Microsoft.AspNetCore.Authentication.Negotiate.Test.csproj index b14d633eabbf709a001b2a6c1ddac7116c6e1e08..7a9830171c586780adf9c2f50158ae02a1300b5a 100644 --- a/src/Security/Authentication/Negotiate/test/Negotiate.Test/Microsoft.AspNetCore.Authentication.Negotiate.Test.csproj +++ b/src/Security/Authentication/Negotiate/test/Negotiate.Test/Microsoft.AspNetCore.Authentication.Negotiate.Test.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <TargetFrameworks>$(DefaultNetCoreTargetFramework)</TargetFrameworks> + <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> </PropertyGroup> <ItemGroup> diff --git a/src/Security/Authentication/WsFederation/samples/WsFedSample/WsFedSample.csproj b/src/Security/Authentication/WsFederation/samples/WsFedSample/WsFedSample.csproj index ec061d36935efd845602583c1b28e00a1d289a17..da15b377db33970998d7845e64b8edbc787909ff 100644 --- a/src/Security/Authentication/WsFederation/samples/WsFedSample/WsFedSample.csproj +++ b/src/Security/Authentication/WsFederation/samples/WsFedSample/WsFedSample.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> - <TargetFrameworks>$(DefaultNetCoreTargetFramework)</TargetFrameworks> + <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> <AspNetCoreHostingModel>OutOfProcess</AspNetCoreHostingModel> </PropertyGroup> diff --git a/src/Security/Authentication/samples/SocialSample/SocialSample.csproj b/src/Security/Authentication/samples/SocialSample/SocialSample.csproj index 21f6f1b17f3a8f9aba6dd4999faeeccb1e5777da..4027f168ad95a35488a5d4ad4466d5191af6556f 100644 --- a/src/Security/Authentication/samples/SocialSample/SocialSample.csproj +++ b/src/Security/Authentication/samples/SocialSample/SocialSample.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> - <TargetFrameworks>$(DefaultNetCoreTargetFramework)</TargetFrameworks> + <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> <UserSecretsId>aspnet5-SocialSample-20151210111056</UserSecretsId> <AspNetCoreHostingModel>OutOfProcess</AspNetCoreHostingModel> </PropertyGroup> diff --git a/src/Security/Authentication/test/Microsoft.AspNetCore.Authentication.Test.csproj b/src/Security/Authentication/test/Microsoft.AspNetCore.Authentication.Test.csproj index 738515b336a03c020c4546e61df2ee065048f71d..bd8e2eaa3b03846c65135ab6331b06e478e699a7 100644 --- a/src/Security/Authentication/test/Microsoft.AspNetCore.Authentication.Test.csproj +++ b/src/Security/Authentication/test/Microsoft.AspNetCore.Authentication.Test.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <TargetFrameworks>$(DefaultNetCoreTargetFramework)</TargetFrameworks> + <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> </PropertyGroup> <ItemGroup> diff --git a/src/Security/Authorization/test/Microsoft.AspNetCore.Authorization.Test.csproj b/src/Security/Authorization/test/Microsoft.AspNetCore.Authorization.Test.csproj index c0f0e508b6d4793667278e609f7e074526a20ad9..c89f347b2ab6483511dc6a5547e818c36d591049 100644 --- a/src/Security/Authorization/test/Microsoft.AspNetCore.Authorization.Test.csproj +++ b/src/Security/Authorization/test/Microsoft.AspNetCore.Authorization.Test.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <TargetFrameworks>$(DefaultNetCoreTargetFramework)</TargetFrameworks> + <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> </PropertyGroup> <ItemGroup> diff --git a/src/Security/CookiePolicy/samples/CookiePolicySample/CookiePolicySample.csproj b/src/Security/CookiePolicy/samples/CookiePolicySample/CookiePolicySample.csproj index 9afabc0b4a2719617dca6942ffca2211c4ac0adf..836518fbbd32e1265b97b5b854be619d1501d82e 100644 --- a/src/Security/CookiePolicy/samples/CookiePolicySample/CookiePolicySample.csproj +++ b/src/Security/CookiePolicy/samples/CookiePolicySample/CookiePolicySample.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> - <TargetFrameworks>$(DefaultNetCoreTargetFramework)</TargetFrameworks> + <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> </PropertyGroup> <ItemGroup> diff --git a/src/Security/CookiePolicy/test/Microsoft.AspNetCore.CookiePolicy.Test.csproj b/src/Security/CookiePolicy/test/Microsoft.AspNetCore.CookiePolicy.Test.csproj index 7f09e2758dcd7fd02d9a1331dc9507dc42ee16ee..4bdc80afa01a79ab1ed1abe3cc444eb8ef6f5847 100644 --- a/src/Security/CookiePolicy/test/Microsoft.AspNetCore.CookiePolicy.Test.csproj +++ b/src/Security/CookiePolicy/test/Microsoft.AspNetCore.CookiePolicy.Test.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <TargetFrameworks>$(DefaultNetCoreTargetFramework)</TargetFrameworks> + <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> </PropertyGroup> <ItemGroup> diff --git a/src/Servers/Kestrel/Kestrel/test/Microsoft.AspNetCore.Server.Kestrel.Tests.csproj b/src/Servers/Kestrel/Kestrel/test/Microsoft.AspNetCore.Server.Kestrel.Tests.csproj index 1286a684ea9586f35ba9f84fdc2c8712ae15e992..a713c98395676ba9bf4325775f24d1dc3ff46cad 100644 --- a/src/Servers/Kestrel/Kestrel/test/Microsoft.AspNetCore.Server.Kestrel.Tests.csproj +++ b/src/Servers/Kestrel/Kestrel/test/Microsoft.AspNetCore.Server.Kestrel.Tests.csproj @@ -19,13 +19,8 @@ <Content Include="$(KestrelRoot)Core\src\Internal\Http2\Http2Connection.Generated.cs" LinkBase="shared\GeneratedContent" CopyToOutputDirectory="PreserveNewest" /> <Content Include="$(KestrelSharedSourceRoot)\TransportConnection.Generated.cs" LinkBase="shared\GeneratedContent" CopyToOutputDirectory="PreserveNewest" /> <Content Include="$(KestrelSharedSourceRoot)\TransportMultiplexedConnection.Generated.cs" LinkBase="shared\GeneratedContent" CopyToOutputDirectory="PreserveNewest" /> - </ItemGroup> - <ItemGroup Condition="'$(TargetFrameworkIdentifier)' != '.NETFramework'"> <ProjectReference Include="..\..\tools\CodeGenerator\CodeGenerator.csproj" /> - </ItemGroup> - - <ItemGroup> <Reference Include="Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv" /> <Reference Include="Microsoft.AspNetCore.Server.Kestrel" /> </ItemGroup> diff --git a/src/Servers/testassets/ServerComparison.TestSites/ServerComparison.TestSites.csproj b/src/Servers/testassets/ServerComparison.TestSites/ServerComparison.TestSites.csproj index 22affe2f74e304b97dfe28e3f2b7936ff36069a3..a5a54f6c9d80cb01a9c5c54fa6be272cf6d27cb3 100644 --- a/src/Servers/testassets/ServerComparison.TestSites/ServerComparison.TestSites.csproj +++ b/src/Servers/testassets/ServerComparison.TestSites/ServerComparison.TestSites.csproj @@ -3,7 +3,7 @@ <Import Project="$(RepoRoot)src\Servers\IIS\build\testsite.props" /> <PropertyGroup> - <TargetFrameworks>$(DefaultNetCoreTargetFramework)</TargetFrameworks> + <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> <RuntimeIdentifiers>win-x86;win-x64;linux-x64;osx-x64</RuntimeIdentifiers> <InProcessTestSite>true</InProcessTestSite> </PropertyGroup> diff --git a/src/Shared/test/Shared.Tests/Microsoft.AspNetCore.Shared.Tests.csproj b/src/Shared/test/Shared.Tests/Microsoft.AspNetCore.Shared.Tests.csproj index 92179c81c6b92bc42d87b9110ff812650d6224b4..dbe67cee8b77f148455c6a9b845be228e23ede5a 100644 --- a/src/Shared/test/Shared.Tests/Microsoft.AspNetCore.Shared.Tests.csproj +++ b/src/Shared/test/Shared.Tests/Microsoft.AspNetCore.Shared.Tests.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <TargetFrameworks>$(DefaultNetCoreTargetFramework)</TargetFrameworks> + <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> <DebugType>portable</DebugType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <NoWarn>$(NoWarn);CS0649;CS0436</NoWarn><!-- Not all APIs are called in the shared test project --><!-- Conflicts between internal and public Quic APIs --> diff --git a/src/SignalR/samples/JwtClientSample/JwtClientSample.csproj b/src/SignalR/samples/JwtClientSample/JwtClientSample.csproj index 916907b46c4879d7a32d55c4e9c943ca5ed0beb2..3a0601ee63e2ecdc7e650842f93ddc0886367652 100644 --- a/src/SignalR/samples/JwtClientSample/JwtClientSample.csproj +++ b/src/SignalR/samples/JwtClientSample/JwtClientSample.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <TargetFrameworks>$(DefaultNetCoreTargetFramework)</TargetFrameworks> + <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> <OutputType>Exe</OutputType> </PropertyGroup> diff --git a/src/Tools/Extensions.ApiDescription.Client/src/Microsoft.Extensions.ApiDescription.Client.csproj b/src/Tools/Extensions.ApiDescription.Client/src/Microsoft.Extensions.ApiDescription.Client.csproj index 5e8a85b1a52865b24bfe5774130e74da0193a30d..87d483f9254d569f90dc055b4c7b1d41978c40bd 100644 --- a/src/Tools/Extensions.ApiDescription.Client/src/Microsoft.Extensions.ApiDescription.Client.csproj +++ b/src/Tools/Extensions.ApiDescription.Client/src/Microsoft.Extensions.ApiDescription.Client.csproj @@ -8,7 +8,7 @@ <NuspecFile>$(MSBuildProjectName).nuspec</NuspecFile> <PackageId>$(MSBuildProjectName)</PackageId> <PackageTags>Build Tasks;MSBuild;Swagger;OpenAPI;code generation;Web API client;service reference</PackageTags> - <TargetFrameworks>netstandard2.0</TargetFrameworks> + <TargetFramework>netstandard2.0</TargetFramework> <DevelopmentDependency>true</DevelopmentDependency> </PropertyGroup> diff --git a/src/Tools/dotnet-user-secrets/test/UserSecretsTestFixture.cs b/src/Tools/dotnet-user-secrets/test/UserSecretsTestFixture.cs index 7259c47a5e547c41166b53024ed68ebc6436d37d..84327dac091d7fa85d43f000d527672c637e7883 100644 --- a/src/Tools/dotnet-user-secrets/test/UserSecretsTestFixture.cs +++ b/src/Tools/dotnet-user-secrets/test/UserSecretsTestFixture.cs @@ -36,7 +36,7 @@ namespace Microsoft.Extensions.Configuration.UserSecrets.Tests private const string ProjectTemplate = @"<Project ToolsVersion=""15.0"" Sdk=""Microsoft.NET.Sdk""> <PropertyGroup> <OutputType>Exe</OutputType> - <TargetFrameworks>net6.0</TargetFrameworks> + <TargetFramework>net6.0</TargetFramework> {0} <EnableDefaultCompileItems>false</EnableDefaultCompileItems> </PropertyGroup>