AADIntegration 775 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. commit 3c282a4f5af2601166d976261d8b862994694c81
  2. Author: Nate McMaster <[email protected]>
  3. Date: Fri Nov 16 15:07:40 2018 -0800
  4. Update projects and packages to netcoreapp3.0 (aspnet/AADIntegration#55)
  5. diff --git a/Directory.Build.targets b/Directory.Build.targets
  6. index 4bcc9df925d..7e3f8df92e4 100644
  7. --- a/Directory.Build.targets
  8. +++ b/Directory.Build.targets
  9. @@ -1,8 +1,6 @@
  10. <Project>
  11. <PropertyGroup>
  12. - <RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp3.0' ">$(MicrosoftNETCoreApp30PackageVersion)</RuntimeFrameworkVersion>
  13. + <RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp3.0' ">$(MicrosoftNETCoreAppPackageVersion)</RuntimeFrameworkVersion>
  14. <NETStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard2.0' ">$(NETStandardLibrary20PackageVersion)</NETStandardImplicitPackageVersion>
  15. - <!-- aspnet/BuildTools#662 Don't police what version of NetCoreApp we use -->
  16. - <NETCoreAppMaximumVersion>99.9</NETCoreAppMaximumVersion>
  17. </PropertyGroup>
  18. </Project>
  19. diff --git a/NuGetPackageVerifier.json b/NuGetPackageVerifier.json
  20. index adc8b62fce9..66afb69831b 100644
  21. --- a/NuGetPackageVerifier.json
  22. +++ b/NuGetPackageVerifier.json
  23. @@ -7,14 +7,14 @@
  24. "Microsoft.AspNetCore.Authentication.AzureADB2C.UI": {
  25. "Exclusions": {
  26. "DOC_MISSING": {
  27. - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Views.dll": "This library contains precompiled views."
  28. + "lib/netcoreapp3.0/Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Views.dll": "This library contains precompiled views."
  29. }
  30. }
  31. },
  32. "Microsoft.AspNetCore.Authentication.AzureAD.UI": {
  33. "Exclusions": {
  34. "DOC_MISSING": {
  35. - "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.AzureAD.UI.Views.dll": "This library contains precompiled views."
  36. + "lib/netcoreapp3.0/Microsoft.AspNetCore.Authentication.AzureAD.UI.Views.dll": "This library contains precompiled views."
  37. }
  38. }
  39. }
  40. diff --git a/build/dependencies.props b/build/dependencies.props
  41. index 6d9528cea4d..95e6001a48f 100644
  42. --- a/build/dependencies.props
  43. +++ b/build/dependencies.props
  44. @@ -3,31 +3,30 @@
  45. <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
  46. </PropertyGroup>
  47. <PropertyGroup Label="Package Versions">
  48. - <InternalAspNetCoreSdkPackageVersion>3.0.0-alpha1-20181031.3</InternalAspNetCoreSdkPackageVersion>
  49. - <MicrosoftAspNetCoreAuthenticationCookiesPackageVersion>3.0.0-alpha1-10670</MicrosoftAspNetCoreAuthenticationCookiesPackageVersion>
  50. - <MicrosoftAspNetCoreAuthenticationJwtBearerPackageVersion>3.0.0-alpha1-10670</MicrosoftAspNetCoreAuthenticationJwtBearerPackageVersion>
  51. - <MicrosoftAspNetCoreAuthenticationOpenIdConnectPackageVersion>3.0.0-alpha1-10670</MicrosoftAspNetCoreAuthenticationOpenIdConnectPackageVersion>
  52. - <MicrosoftAspNetCoreAuthorizationPackageVersion>3.0.0-alpha1-10670</MicrosoftAspNetCoreAuthorizationPackageVersion>
  53. - <MicrosoftAspNetCoreDataProtectionExtensionsPackageVersion>3.0.0-alpha1-10670</MicrosoftAspNetCoreDataProtectionExtensionsPackageVersion>
  54. - <MicrosoftAspNetCoreHostingPackageVersion>3.0.0-alpha1-10670</MicrosoftAspNetCoreHostingPackageVersion>
  55. - <MicrosoftAspNetCoreHttpsPolicyPackageVersion>3.0.0-alpha1-10670</MicrosoftAspNetCoreHttpsPolicyPackageVersion>
  56. - <MicrosoftAspNetCoreMvcPackageVersion>3.0.0-a-alpha1-react-razor-design-19157</MicrosoftAspNetCoreMvcPackageVersion>
  57. - <MicrosoftAspNetCoreMvcTestingPackageVersion>3.0.0-a-alpha1-react-razor-design-19157</MicrosoftAspNetCoreMvcTestingPackageVersion>
  58. - <MicrosoftAspNetCoreServerIISIntegrationPackageVersion>2.2.0-rtm-10670</MicrosoftAspNetCoreServerIISIntegrationPackageVersion>
  59. - <MicrosoftAspNetCoreServerKestrelHttpsPackageVersion>3.0.0-alpha1-10670</MicrosoftAspNetCoreServerKestrelHttpsPackageVersion>
  60. - <MicrosoftAspNetCoreServerKestrelPackageVersion>3.0.0-alpha1-10670</MicrosoftAspNetCoreServerKestrelPackageVersion>
  61. - <MicrosoftAspNetCoreStaticFilesPackageVersion>3.0.0-alpha1-10670</MicrosoftAspNetCoreStaticFilesPackageVersion>
  62. - <MicrosoftExtensionsConfigurationCommandLinePackageVersion>3.0.0-alpha1-10670</MicrosoftExtensionsConfigurationCommandLinePackageVersion>
  63. - <MicrosoftExtensionsConfigurationEnvironmentVariablesPackageVersion>3.0.0-alpha1-10670</MicrosoftExtensionsConfigurationEnvironmentVariablesPackageVersion>
  64. - <MicrosoftExtensionsConfigurationJsonPackageVersion>3.0.0-alpha1-10670</MicrosoftExtensionsConfigurationJsonPackageVersion>
  65. - <MicrosoftExtensionsConfigurationUserSecretsPackageVersion>3.0.0-alpha1-10670</MicrosoftExtensionsConfigurationUserSecretsPackageVersion>
  66. - <MicrosoftExtensionsLoggingConfigurationPackageVersion>3.0.0-alpha1-10670</MicrosoftExtensionsLoggingConfigurationPackageVersion>
  67. - <MicrosoftExtensionsLoggingConsolePackageVersion>3.0.0-alpha1-10670</MicrosoftExtensionsLoggingConsolePackageVersion>
  68. - <MicrosoftExtensionsLoggingDebugPackageVersion>3.0.0-alpha1-10670</MicrosoftExtensionsLoggingDebugPackageVersion>
  69. - <MicrosoftExtensionsLoggingTestingPackageVersion>3.0.0-alpha1-10670</MicrosoftExtensionsLoggingTestingPackageVersion>
  70. - <MicrosoftNETCoreApp20PackageVersion>2.0.9</MicrosoftNETCoreApp20PackageVersion>
  71. - <MicrosoftNETCoreApp30PackageVersion>3.0.0-preview1-26907-05</MicrosoftNETCoreApp30PackageVersion>
  72. - <MicrosoftNETSdkRazorPackageVersion>3.0.0-a-alpha1-sdk-31869</MicrosoftNETSdkRazorPackageVersion>
  73. + <InternalAspNetCoreSdkPackageVersion>3.0.0-build-20181114.5</InternalAspNetCoreSdkPackageVersion>
  74. + <MicrosoftAspNetCoreAuthenticationCookiesPackageVersion>3.0.0-alpha1-10742</MicrosoftAspNetCoreAuthenticationCookiesPackageVersion>
  75. + <MicrosoftAspNetCoreAuthenticationJwtBearerPackageVersion>3.0.0-alpha1-10742</MicrosoftAspNetCoreAuthenticationJwtBearerPackageVersion>
  76. + <MicrosoftAspNetCoreAuthenticationOpenIdConnectPackageVersion>3.0.0-alpha1-10742</MicrosoftAspNetCoreAuthenticationOpenIdConnectPackageVersion>
  77. + <MicrosoftAspNetCoreAuthorizationPackageVersion>3.0.0-alpha1-10742</MicrosoftAspNetCoreAuthorizationPackageVersion>
  78. + <MicrosoftAspNetCoreDataProtectionExtensionsPackageVersion>3.0.0-alpha1-10742</MicrosoftAspNetCoreDataProtectionExtensionsPackageVersion>
  79. + <MicrosoftAspNetCoreHostingPackageVersion>3.0.0-alpha1-10742</MicrosoftAspNetCoreHostingPackageVersion>
  80. + <MicrosoftAspNetCoreHttpsPolicyPackageVersion>3.0.0-alpha1-10742</MicrosoftAspNetCoreHttpsPolicyPackageVersion>
  81. + <MicrosoftAspNetCoreMvcPackageVersion>3.0.0-alpha1-10742</MicrosoftAspNetCoreMvcPackageVersion>
  82. + <MicrosoftAspNetCoreMvcTestingPackageVersion>3.0.0-alpha1-10742</MicrosoftAspNetCoreMvcTestingPackageVersion>
  83. + <MicrosoftAspNetCoreServerIISIntegrationPackageVersion>3.0.0-alpha1-10742</MicrosoftAspNetCoreServerIISIntegrationPackageVersion>
  84. + <MicrosoftAspNetCoreServerKestrelHttpsPackageVersion>3.0.0-alpha1-10742</MicrosoftAspNetCoreServerKestrelHttpsPackageVersion>
  85. + <MicrosoftAspNetCoreServerKestrelPackageVersion>3.0.0-alpha1-10742</MicrosoftAspNetCoreServerKestrelPackageVersion>
  86. + <MicrosoftAspNetCoreStaticFilesPackageVersion>3.0.0-alpha1-10742</MicrosoftAspNetCoreStaticFilesPackageVersion>
  87. + <MicrosoftExtensionsConfigurationCommandLinePackageVersion>3.0.0-preview-181113-11</MicrosoftExtensionsConfigurationCommandLinePackageVersion>
  88. + <MicrosoftExtensionsConfigurationEnvironmentVariablesPackageVersion>3.0.0-preview-181113-11</MicrosoftExtensionsConfigurationEnvironmentVariablesPackageVersion>
  89. + <MicrosoftExtensionsConfigurationJsonPackageVersion>3.0.0-preview-181113-11</MicrosoftExtensionsConfigurationJsonPackageVersion>
  90. + <MicrosoftExtensionsConfigurationUserSecretsPackageVersion>3.0.0-preview-181113-11</MicrosoftExtensionsConfigurationUserSecretsPackageVersion>
  91. + <MicrosoftExtensionsLoggingConfigurationPackageVersion>3.0.0-preview-181113-11</MicrosoftExtensionsLoggingConfigurationPackageVersion>
  92. + <MicrosoftExtensionsLoggingConsolePackageVersion>3.0.0-preview-181113-11</MicrosoftExtensionsLoggingConsolePackageVersion>
  93. + <MicrosoftExtensionsLoggingDebugPackageVersion>3.0.0-preview-181113-11</MicrosoftExtensionsLoggingDebugPackageVersion>
  94. + <MicrosoftExtensionsLoggingTestingPackageVersion>3.0.0-preview-181113-11</MicrosoftExtensionsLoggingTestingPackageVersion>
  95. + <MicrosoftNETCoreAppPackageVersion>3.0.0-preview1-26907-05</MicrosoftNETCoreAppPackageVersion>
  96. + <MicrosoftNETSdkRazorPackageVersion>3.0.0-alpha1-10742</MicrosoftNETSdkRazorPackageVersion>
  97. <MicrosoftNETTestSdkPackageVersion>15.6.1</MicrosoftNETTestSdkPackageVersion>
  98. <MoqPackageVersion>4.10.0</MoqPackageVersion>
  99. <NETStandardLibrary20PackageVersion>2.0.3</NETStandardLibrary20PackageVersion>
  100. diff --git a/build/repo.props b/build/repo.props
  101. index e88aa908e59..4402da1d0d7 100644
  102. --- a/build/repo.props
  103. +++ b/build/repo.props
  104. @@ -8,7 +8,6 @@
  105. </PropertyGroup>
  106. <ItemGroup>
  107. - <DotNetCoreRuntime Include="$(MicrosoftNETCoreApp20PackageVersion)" />
  108. - <DotNetCoreRuntime Include="$(MicrosoftNETCoreApp30PackageVersion)" />
  109. + <DotNetCoreRuntime Include="$(MicrosoftNETCoreAppPackageVersion)" />
  110. </ItemGroup>
  111. </Project>
  112. diff --git a/korebuild-lock.txt b/korebuild-lock.txt
  113. index 8494b2123ec..73613543d0a 100644
  114. --- a/korebuild-lock.txt
  115. +++ b/korebuild-lock.txt
  116. @@ -1,2 +1,2 @@
  117. -version:3.0.0-alpha1-20181031.3
  118. -commithash:93e5628f435045e3f2a766933dc5062048ac0426
  119. +version:3.0.0-build-20181114.5
  120. +commithash:880e9a204d4ee4a18dfd83c9fb05a192a28bca60
  121. diff --git a/samples/AzureADB2CSample/AzureADB2CSample.csproj b/samples/AzureADB2CSample/AzureADB2CSample.csproj
  122. index 1969732fa4a..1e4e228ccfd 100644
  123. --- a/samples/AzureADB2CSample/AzureADB2CSample.csproj
  124. +++ b/samples/AzureADB2CSample/AzureADB2CSample.csproj
  125. @@ -1,9 +1,7 @@
  126. <Project Sdk="Microsoft.NET.Sdk.Web">
  127. <PropertyGroup>
  128. - <TargetFrameworks>netcoreapp3.0</TargetFrameworks>
  129. - <TargetFrameworks Condition=" '$(DeveloperBuild)' != 'true' ">$(TargetFrameworks)</TargetFrameworks>
  130. - <TargetFrameworks Condition=" '$(DeveloperBuild)' != 'true' AND '$(OS)' == 'Windows_NT' ">$(TargetFrameworks);net461</TargetFrameworks>
  131. + <TargetFramework>netcoreapp3.0</TargetFramework>
  132. </PropertyGroup>
  133. <PropertyGroup>
  134. diff --git a/src/Microsoft.AspNetCore.Authentication.AzureAD.UI/Microsoft.AspNetCore.Authentication.AzureAD.UI.csproj b/src/Microsoft.AspNetCore.Authentication.AzureAD.UI/Microsoft.AspNetCore.Authentication.AzureAD.UI.csproj
  135. index facb8db0ea7..00a3d367492 100644
  136. --- a/src/Microsoft.AspNetCore.Authentication.AzureAD.UI/Microsoft.AspNetCore.Authentication.AzureAD.UI.csproj
  137. +++ b/src/Microsoft.AspNetCore.Authentication.AzureAD.UI/Microsoft.AspNetCore.Authentication.AzureAD.UI.csproj
  138. @@ -3,7 +3,7 @@
  139. <PropertyGroup>
  140. <Description>ASP.NET Core Azure Active Directory Integration provides components for easily integrating Azure Active Directory authentication within your ASP.NET Core application.</Description>
  141. <RazorAssemblyDescription>Precompiled views assembly for the ASP.NET Core Azure Active Directory Integration package.</RazorAssemblyDescription>
  142. - <TargetFramework>netstandard2.0</TargetFramework>
  143. + <TargetFramework>netcoreapp3.0</TargetFramework>
  144. <PackageTags>aspnetcore;authentication;AzureAD</PackageTags>
  145. <GenerateDocumentationFile>true</GenerateDocumentationFile>
  146. <ProvideApplicationPartFactoryAttributeTypeName>Microsoft.AspNetCore.Mvc.ApplicationParts.NullApplicationPartFactory, Microsoft.AspNetCore.Mvc.Core</ProvideApplicationPartFactoryAttributeTypeName>
  147. diff --git a/src/Microsoft.AspNetCore.Authentication.AzureADB2C.UI/Microsoft.AspNetCore.Authentication.AzureADB2C.UI.csproj b/src/Microsoft.AspNetCore.Authentication.AzureADB2C.UI/Microsoft.AspNetCore.Authentication.AzureADB2C.UI.csproj
  148. index dd530e5e877..c1f77ce905d 100644
  149. --- a/src/Microsoft.AspNetCore.Authentication.AzureADB2C.UI/Microsoft.AspNetCore.Authentication.AzureADB2C.UI.csproj
  150. +++ b/src/Microsoft.AspNetCore.Authentication.AzureADB2C.UI/Microsoft.AspNetCore.Authentication.AzureADB2C.UI.csproj
  151. @@ -3,7 +3,7 @@
  152. <PropertyGroup>
  153. <Description>ASP.NET Core Azure Active Directory B2C Integration provides components for easily integrating Azure Active Directory B2C authentication within your ASP.NET Core application.</Description>
  154. <RazorAssemblyDescription>Precompiled views assembly for the ASP.NET Core Azure Active Directory B2C Integration package.</RazorAssemblyDescription>
  155. - <TargetFramework>netstandard2.0</TargetFramework>
  156. + <TargetFramework>netcoreapp3.0</TargetFramework>
  157. <PackageTags>aspnetcore;authentication;AzureADB2C</PackageTags>
  158. <GenerateDocumentationFile>true</GenerateDocumentationFile>
  159. <ProvideApplicationPartFactoryAttributeTypeName>Microsoft.AspNetCore.Mvc.ApplicationParts.NullApplicationPartFactory, Microsoft.AspNetCore.Mvc.Core</ProvideApplicationPartFactoryAttributeTypeName>
  160. diff --git a/test/Directory.Build.props b/test/Directory.Build.props
  161. index 8d36c0bf281..35b63d60ae7 100644
  162. --- a/test/Directory.Build.props
  163. +++ b/test/Directory.Build.props
  164. @@ -1,13 +1,6 @@
  165. <Project>
  166. <Import Project="..\Directory.Build.props" />
  167. - <PropertyGroup>
  168. - <DeveloperBuildTestTfms>netcoreapp3.0</DeveloperBuildTestTfms>
  169. - <StandardTestTfms>$(DeveloperBuildTestTfms)</StandardTestTfms>
  170. -
  171. - <StandardTestTfms Condition=" '$(DeveloperBuild)' != 'true' AND '$(OS)' == 'Windows_NT' ">$(StandardTestTfms);net461</StandardTestTfms>
  172. - </PropertyGroup>
  173. -
  174. <PropertyGroup>
  175. <IsPackable>false</IsPackable>
  176. <WarningsNotAsErrors>xUnit1026:$(WarningsNotAsErrors)</WarningsNotAsErrors>
  177. diff --git a/test/Microsoft.AspNetCore.Authentication.AzureAD.FunctionalTests/Microsoft.AspNetCore.Authentication.AzureAD.FunctionalTests.csproj b/test/Microsoft.AspNetCore.Authentication.AzureAD.FunctionalTests/Microsoft.AspNetCore.Authentication.AzureAD.FunctionalTests.csproj
  178. index e0d1023e9ea..be07303a4c2 100644
  179. --- a/test/Microsoft.AspNetCore.Authentication.AzureAD.FunctionalTests/Microsoft.AspNetCore.Authentication.AzureAD.FunctionalTests.csproj
  180. +++ b/test/Microsoft.AspNetCore.Authentication.AzureAD.FunctionalTests/Microsoft.AspNetCore.Authentication.AzureAD.FunctionalTests.csproj
  181. @@ -1,8 +1,7 @@
  182. <Project Sdk="Microsoft.NET.Sdk">
  183. <PropertyGroup>
  184. - <TargetFrameworks>$(StandardTestTfms)</TargetFrameworks>
  185. - <PlatformTarget Condition=" '$(TargetFramework)' == 'netcoreapp3.0' "></PlatformTarget>
  186. + <TargetFramework>netcoreapp3.0</TargetFramework>
  187. </PropertyGroup>
  188. <ItemGroup>
  189. diff --git a/test/Microsoft.AspNetCore.Authentication.AzureAD.UI.Test/Microsoft.AspNetCore.Authentication.AzureAD.UI.Test.csproj b/test/Microsoft.AspNetCore.Authentication.AzureAD.UI.Test/Microsoft.AspNetCore.Authentication.AzureAD.UI.Test.csproj
  190. index 4daafb39ac3..554232c8a4b 100644
  191. --- a/test/Microsoft.AspNetCore.Authentication.AzureAD.UI.Test/Microsoft.AspNetCore.Authentication.AzureAD.UI.Test.csproj
  192. +++ b/test/Microsoft.AspNetCore.Authentication.AzureAD.UI.Test/Microsoft.AspNetCore.Authentication.AzureAD.UI.Test.csproj
  193. @@ -1,7 +1,7 @@
  194. <Project Sdk="Microsoft.NET.Sdk">
  195. <PropertyGroup>
  196. - <TargetFrameworks>$(StandardTestTfms)</TargetFrameworks>
  197. + <TargetFramework>netcoreapp3.0</TargetFramework>
  198. <RootNamespace>Microsoft.AspNetCore.Authentication.AzureAD.UI</RootNamespace>
  199. </PropertyGroup>
  200. diff --git a/test/Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Test/Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Test.csproj b/test/Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Test/Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Test.csproj
  201. index a838fc27035..7becca1b5e9 100644
  202. --- a/test/Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Test/Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Test.csproj
  203. +++ b/test/Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Test/Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Test.csproj
  204. @@ -1,7 +1,7 @@
  205. <Project Sdk="Microsoft.NET.Sdk">
  206. <PropertyGroup>
  207. - <TargetFrameworks>$(StandardTestTfms)</TargetFrameworks>
  208. + <TargetFramework>netcoreapp3.0</TargetFramework>
  209. <RootNamespace>Microsoft.AspNetCore.Authentication.AzureADB2C.UI</RootNamespace>
  210. </PropertyGroup>
  211. diff --git a/test/WebSites/AzureAD.WebSite/AzureAD.WebSite.csproj b/test/WebSites/AzureAD.WebSite/AzureAD.WebSite.csproj
  212. index 4dac5569415..b23f727ae39 100644
  213. --- a/test/WebSites/AzureAD.WebSite/AzureAD.WebSite.csproj
  214. +++ b/test/WebSites/AzureAD.WebSite/AzureAD.WebSite.csproj
  215. @@ -1,7 +1,7 @@
  216. <Project Sdk="Microsoft.NET.Sdk.Web">
  217. <PropertyGroup>
  218. - <TargetFrameworks>$(StandardTestWebsiteTfms)</TargetFrameworks>
  219. + <TargetFramework>netcoreapp3.0</TargetFramework>
  220. </PropertyGroup>
  221. <ItemGroup>
  222. diff --git a/test/WebSites/Directory.Build.props b/test/WebSites/Directory.Build.props
  223. index 29cbcb75445..c8a4ec44406 100644
  224. --- a/test/WebSites/Directory.Build.props
  225. +++ b/test/WebSites/Directory.Build.props
  226. @@ -1,11 +1,4 @@
  227. <Project>
  228. <!-- Skip the parent directory so test websites do not get the test package references. -->
  229. <Import Project="..\..\Directory.Build.props" />
  230. -
  231. - <PropertyGroup>
  232. - <DeveloperBuildTestWebsiteTfms>netcoreapp3.0</DeveloperBuildTestWebsiteTfms>
  233. - <StandardTestWebsiteTfms>$(DeveloperBuildTestWebsiteTfms)</StandardTestWebsiteTfms>
  234. - <StandardTestWebsiteTfms Condition=" '$(DeveloperBuild)' != 'true' ">$(StandardTestWebsiteTfms)</StandardTestWebsiteTfms>
  235. - <StandardTestWebsiteTfms Condition=" '$(DeveloperBuild)' != 'true' AND '$(OS)' == 'Windows_NT' ">$(StandardTestWebsiteTfms);net461</StandardTestWebsiteTfms>
  236. - </PropertyGroup>
  237. </Project>