Rename Microsoft.AspNetCore.App.PlatformManifest.txt to PlatformManifest.txt (#9180)
This commit is contained in:
parent
6545fc155b
commit
d1c7e90b98
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- Shared between targeting pack and runtime build. -->
|
<!-- Shared between targeting pack and runtime build. -->
|
||||||
<PlatformManifestFileName>Microsoft.AspNetCore.App.PlatformManifest.txt</PlatformManifestFileName>
|
<PlatformManifestFileName>PlatformManifest.txt</PlatformManifestFileName>
|
||||||
<PlatformManifestOutputPath>$(ArtifactsObjDir)$(PlatformManifestFileName)</PlatformManifestOutputPath>
|
<PlatformManifestOutputPath>$(ArtifactsObjDir)$(PlatformManifestFileName)</PlatformManifestOutputPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ namespace Microsoft.AspNetCore
|
||||||
[Fact]
|
[Fact]
|
||||||
public void PlatformManifestListsAllFiles()
|
public void PlatformManifestListsAllFiles()
|
||||||
{
|
{
|
||||||
var platformManifestPath = Path.Combine(_targetingPackRoot, "data", "Microsoft.AspNetCore.App.PlatformManifest.txt");
|
var platformManifestPath = Path.Combine(_targetingPackRoot, "data", "PlatformManifest.txt");
|
||||||
var expectedAssemblies = TestData.GetSharedFxDependencies()
|
var expectedAssemblies = TestData.GetSharedFxDependencies()
|
||||||
.Split(';', StringSplitOptions.RemoveEmptyEntries)
|
.Split(';', StringSplitOptions.RemoveEmptyEntries)
|
||||||
.ToHashSet();
|
.ToHashSet();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue