|
| 1 | +From 83c0f95c563fa6eb9b446f09166cac2c62ab6390 Mon Sep 17 00:00:00 2001 |
| 2 | +From: dseefeld < [email protected]> |
| 3 | +Date: Thu, 14 May 2020 16:29:28 +0000 |
| 4 | +Subject: [PATCH 04/14] Remove Yarn dependency - not used in source-build |
| 5 | + |
| 6 | +--- |
| 7 | + eng/targets/Npm.Common.targets | 3 --- |
| 8 | + global.json | 1 - |
| 9 | + .../src/Microsoft.Authentication.WebAssembly.Msal.csproj | 2 -- |
| 10 | + ...oft.AspNetCore.Components.WebAssembly.Authentication.csproj | 2 -- |
| 11 | + src/Shared/E2ETesting/E2ETesting.targets | 3 --- |
| 12 | + 5 files changed, 11 deletions(-) |
| 13 | + |
| 14 | +diff --git a/eng/targets/Npm.Common.targets b/eng/targets/Npm.Common.targets |
| 15 | +index 696d23402b..6086dd0843 100644 |
| 16 | +--- a/eng/targets/Npm.Common.targets |
| 17 | ++++ b/eng/targets/Npm.Common.targets |
| 18 | +@@ -1,8 +1,5 @@ |
| 19 | + <Project DefaultTargets="Build" InitialTargets="_CheckForInvalidConfiguration"> |
| 20 | + |
| 21 | +- <!-- Version of this SDK is set in global.json --> |
| 22 | +- <Sdk Name="Yarn.MSBuild" /> |
| 23 | +- |
| 24 | + <PropertyGroup> |
| 25 | + <NormalizedPackageId>$(PackageId.Replace('@','').Replace('/','-'))</NormalizedPackageId> |
| 26 | + <PackageFileName>$(NormalizedPackageId)-$(PackageVersion).tgz</PackageFileName> |
| 27 | +diff --git a/global.json b/global.json |
| 28 | +index 501ba161bf..ee9dcaf4fa 100644 |
| 29 | +--- a/global.json |
| 30 | ++++ b/global.json |
| 31 | +@@ -29,7 +29,6 @@ |
| 32 | + "xcopy-msbuild": "16.5.0-alpha" |
| 33 | + }, |
| 34 | + "msbuild-sdks": { |
| 35 | +- "Yarn.MSBuild": "1.22.10", |
| 36 | + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21167.3", |
| 37 | + "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21167.3" |
| 38 | + } |
| 39 | +diff --git a/src/Components/WebAssembly/Authentication.Msal/src/Microsoft.Authentication.WebAssembly.Msal.csproj b/src/Components/WebAssembly/Authentication.Msal/src/Microsoft.Authentication.WebAssembly.Msal.csproj |
| 40 | +index 939ba16f88..ea2c849ea3 100644 |
| 41 | +--- a/src/Components/WebAssembly/Authentication.Msal/src/Microsoft.Authentication.WebAssembly.Msal.csproj |
| 42 | ++++ b/src/Components/WebAssembly/Authentication.Msal/src/Microsoft.Authentication.WebAssembly.Msal.csproj |
| 43 | +@@ -1,7 +1,5 @@ |
| 44 | + <Project Sdk="Microsoft.NET.Sdk.Razor"> |
| 45 | + |
| 46 | +- <Sdk Name="Yarn.MSBuild" /> |
| 47 | +- |
| 48 | + <PropertyGroup> |
| 49 | + <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> |
| 50 | + <Description>Authenticate your Blazor webassembly applications with Azure Active Directory and Azure Active Directory B2C</Description> |
| 51 | +diff --git a/src/Components/WebAssembly/WebAssembly.Authentication/src/Microsoft.AspNetCore.Components.WebAssembly.Authentication.csproj b/src/Components/WebAssembly/WebAssembly.Authentication/src/Microsoft.AspNetCore.Components.WebAssembly.Authentication.csproj |
| 52 | +index 21a2efba4e..b4a6a75446 100644 |
| 53 | +--- a/src/Components/WebAssembly/WebAssembly.Authentication/src/Microsoft.AspNetCore.Components.WebAssembly.Authentication.csproj |
| 54 | ++++ b/src/Components/WebAssembly/WebAssembly.Authentication/src/Microsoft.AspNetCore.Components.WebAssembly.Authentication.csproj |
| 55 | +@@ -1,7 +1,5 @@ |
| 56 | + <Project Sdk="Microsoft.NET.Sdk.Razor"> |
| 57 | + |
| 58 | +- <Sdk Name="Yarn.MSBuild" /> |
| 59 | +- |
| 60 | + <PropertyGroup> |
| 61 | + <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> |
| 62 | + <Description>Build client-side authentication for single-page applications (SPAs).</Description> |
| 63 | +diff --git a/src/Shared/E2ETesting/E2ETesting.targets b/src/Shared/E2ETesting/E2ETesting.targets |
| 64 | +index 76ced2cce9..eaecb913a9 100644 |
| 65 | +--- a/src/Shared/E2ETesting/E2ETesting.targets |
| 66 | ++++ b/src/Shared/E2ETesting/E2ETesting.targets |
| 67 | +@@ -1,7 +1,4 @@ |
| 68 | + <Project> |
| 69 | +- <!-- Version of this SDK is set in global.json --> |
| 70 | +- <Sdk Name="Yarn.MSBuild" /> |
| 71 | +- |
| 72 | + <!-- Make sure the settings files get copied to the test output folder. --> |
| 73 | + <ItemGroup> |
| 74 | + <None Update="e2eTestSettings*.json"> |
| 75 | +-- |
| 76 | +2.18.0 |
| 77 | + |
0 commit comments