Skip to content

Commit

Permalink
Undo workarounds for NuGet/Home#10368
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer committed Sep 3, 2024
1 parent 9277701 commit 1725657
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/libraries/System.Memory/src/System.Memory.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
<!-- ArrayBufferWriter is publicly exposed from the System.Memory ref and only it should define this constant as true. -->
<DefineConstants>$(DefineConstants);MAKE_ABW_PUBLIC</DefineConstants>
<UseCompilerGeneratedDocXmlFile>false</UseCompilerGeneratedDocXmlFile>
<!-- Required to workaround https://github.com/NuGet/Home/issues/10368. -->
<PackageId>temp_$(MSBuildProjectName)</PackageId>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
<TargetFramework>$(NetCoreAppCurrent)</TargetFramework>
<IsPartialFacadeAssembly>true</IsPartialFacadeAssembly>
<UseCompilerGeneratedDocXmlFile>false</UseCompilerGeneratedDocXmlFile>
<!-- Required to workaround https://github.com/NuGet/Home/issues/10368. -->
<PackageId>temp_$(MSBuildProjectName)</PackageId>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 1725657

Please sign in to comment.