AuthSamples 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. commit 8f471bf65bbc6a5de4425da64a64ee262aafbadb
  2. Author: Nate McMaster <[email protected]>
  3. Date: Fri Nov 16 13:56:18 2018 -0800
  4. Remove net461 from samples
  5. diff --git a/samples/DynamicSchemes/DynamicSchemes.csproj b/samples/DynamicSchemes/DynamicSchemes.csproj
  6. index e34c19c1cb7..f7e8d9fc5af 100644
  7. --- a/samples/DynamicSchemes/DynamicSchemes.csproj
  8. +++ b/samples/DynamicSchemes/DynamicSchemes.csproj
  9. @@ -1,6 +1,6 @@
  10. <Project Sdk="Microsoft.NET.Sdk.Web">
  11. <PropertyGroup>
  12. - <TargetFrameworks>netcoreapp3.0;net461</TargetFrameworks>
  13. + <TargetFramework>netcoreapp3.0</TargetFramework>
  14. </PropertyGroup>
  15. <ItemGroup>
  16. <PackageReference Include="Microsoft.AspNetCore" Version="$(MicrosoftAspNetCorePackageVersion)" />
  17. diff --git a/samples/Identity.ExternalClaims/Identity.ExternalClaims.csproj b/samples/Identity.ExternalClaims/Identity.ExternalClaims.csproj
  18. index 41d617a0c97..4101262cc59 100644
  19. --- a/samples/Identity.ExternalClaims/Identity.ExternalClaims.csproj
  20. +++ b/samples/Identity.ExternalClaims/Identity.ExternalClaims.csproj
  21. @@ -1,6 +1,6 @@
  22. <Project Sdk="Microsoft.NET.Sdk.Web">
  23. <PropertyGroup>
  24. - <TargetFrameworks>netcoreapp3.0;net461</TargetFrameworks>
  25. + <TargetFramework>netcoreapp3.0</TargetFramework>
  26. <UserSecretsId>aspnet-Identity.ExternalClaims-E95BE154-CB1B-4633-A2E0-B2DF12FE8BD3</UserSecretsId>
  27. </PropertyGroup>
  28. <ItemGroup>
  29. diff --git a/samples/StaticFilesAuth/StaticFilesAuth.csproj b/samples/StaticFilesAuth/StaticFilesAuth.csproj
  30. index 07b7ff29428..9336ee497cc 100644
  31. --- a/samples/StaticFilesAuth/StaticFilesAuth.csproj
  32. +++ b/samples/StaticFilesAuth/StaticFilesAuth.csproj
  33. @@ -1,7 +1,7 @@
  34. <Project Sdk="Microsoft.NET.Sdk.Web">
  35. <PropertyGroup>
  36. - <TargetFrameworks>netcoreapp3.0;net461</TargetFrameworks>
  37. + <TargetFramework>netcoreapp3.0</TargetFramework>
  38. <UserSecretsId>aspnet-StaticFilesAuth-AFE2BD9D-1575-4C3E-BE32-3F15C5BC9947</UserSecretsId>
  39. </PropertyGroup>