Skip to content

Commit 1725657

Browse files
committed
Undo workarounds for NuGet/Home#10368
1 parent 9277701 commit 1725657

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/libraries/System.Memory/src/System.Memory.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
<!-- ArrayBufferWriter is publicly exposed from the System.Memory ref and only it should define this constant as true. -->
99
<DefineConstants>$(DefineConstants);MAKE_ABW_PUBLIC</DefineConstants>
1010
<UseCompilerGeneratedDocXmlFile>false</UseCompilerGeneratedDocXmlFile>
11-
<!-- Required to workaround https://github.com/NuGet/Home/issues/10368. -->
12-
<PackageId>temp_$(MSBuildProjectName)</PackageId>
1311
</PropertyGroup>
1412

1513
<ItemGroup>

src/libraries/System.Numerics.Vectors/src/System.Numerics.Vectors.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
<TargetFramework>$(NetCoreAppCurrent)</TargetFramework>
55
<IsPartialFacadeAssembly>true</IsPartialFacadeAssembly>
66
<UseCompilerGeneratedDocXmlFile>false</UseCompilerGeneratedDocXmlFile>
7-
<!-- Required to workaround https://github.com/NuGet/Home/issues/10368. -->
8-
<PackageId>temp_$(MSBuildProjectName)</PackageId>
97
</PropertyGroup>
108

119
<ItemGroup>

0 commit comments

Comments
 (0)