|
15 | 15 | <BundledNETCorePlatformsPackageVersion>$(MicrosoftNETCorePlatformsPackageVersion)</BundledNETCorePlatformsPackageVersion>
|
16 | 16 | </PropertyGroup>
|
17 | 17 |
|
18 |
| - <!-- Workaround https://github.com/dotnet/sdk/issues/2976 --> |
19 |
| - <ItemGroup> |
20 |
| - <PackageReference Update="Microsoft.NETCore.Platforms" PrivateAssets="All" /> |
21 |
| - </ItemGroup> |
22 |
| - |
23 | 18 | <!-- Workaround https://github.com/aspnet/AspNetCore/issues/7503. This chains GenerateSourceLinkFile before razor component targets run. -->
|
24 | 19 | <!-- Workaround https://github.com/dotnet/source-build/issues/1112. Source link is currently disabled in source build so do not apply this worksaround. -->
|
25 | 20 | <Target Condition="'$(DotNetBuildFromSource)' != 'true'"
|
|
30 | 25 | <!-- Workaround https://github.com/dotnet/source-build/issues/1112. Source link is currently disabled in source build so define this dummy target which is required for pack. -->
|
31 | 26 | <Import Condition="'$(DotNetBuildFromSource)' == 'true'" Project="WorkaroundsImported.targets" />
|
32 | 27 |
|
33 |
| - <!-- Workaround https://github.com/aspnet/websdk/pull/646. If merged, once we update to a websdk with this fix, we can move the setting below to Directory.Build.props. --> |
34 |
| - <PropertyGroup> |
35 |
| - <!-- Ignore warning about calling the Pack target on Web SDK projects. Our build scripts call /t:pack on everything in this repo. --> |
36 |
| - <WarnOnPackingNonPackableProject>false</WarnOnPackingNonPackableProject> |
37 |
| - </PropertyGroup> |
38 |
| - |
39 | 28 | <!-- Workaround for https://github.com/dotnet/arcade/issues/204 -->
|
40 | 29 | <ItemGroup>
|
41 | 30 | <PackageReference Include="Internal.AspNetCore.BuildTasks" PrivateAssets="All" Version="$(InternalAspNetCoreBuildTasksPackageVersion)" IsImplicitlyDefined="true" />
|
|
54 | 43 | </KnownFrameworkReference>
|
55 | 44 | </ItemGroup>
|
56 | 45 |
|
57 |
| - <!-- Workaround until we can build our repo with a 3.0 Preview 7 SDK which has https://github.com/dotnet/core-sdk/pull/2401. --> |
58 |
| - <ItemGroup Condition="'$(PreReleasePreviewNumber)' == '7' "> |
59 |
| - <KnownFrameworkReference Update="Microsoft.NETCore.App"> |
60 |
| - <!-- |
61 |
| - Temporary until we can update to build with the Preview7 SDK . |
62 |
| - Using PreReleasePreviewNumber to time-bomb this so we can remove this before RTM. |
63 |
| -
|
64 |
| - This workaround was also applied to src\ProjectTemplates\test\Infrastructure\TemplateTests.props.in. |
65 |
| - --> |
66 |
| - <RuntimePackNamePatterns>Microsoft.NETCore.App.Runtime.**RID**</RuntimePackNamePatterns> |
67 |
| - <AppHostPackNamePattern /> |
68 |
| - <AppHostRuntimeIdentifiers /> |
69 |
| - </KnownFrameworkReference> |
70 |
| - </ItemGroup> |
71 |
| - |
72 | 46 | <!-- Work around https://github.com/dotnet/cli/issues/11378. -->
|
73 | 47 | <Target Name="_WorkaroundNetStandard" AfterTargets="ResolvePackageAssets">
|
74 | 48 | <ItemGroup>
|
|
0 commit comments