Skip to content

Commit e7ab19a

Browse files
committed
delete unneeded CopyLocalLockFileAssemblies specifications
1 parent fc16485 commit e7ab19a

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/Smdn.Reflection.ReverseGenerating.ListApi.Core/Smdn.Reflection.ReverseGenerating.ListApi.Core.Common.props

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ SPDX-License-Identifier: MIT
1414

1515
<Import Project="$(MSBuildThisFileDirectory)..\Sdk.net7.0.props" />
1616

17-
<PropertyGroup Condition=" '$(Configuration)' == 'Release' " Label="Required properties to generate API list">
18-
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
19-
</PropertyGroup>
20-
2117
<PropertyGroup Label="assembly attributes">
2218
<Description>A common library for the tools of reverse generating API lists.</Description>
2319
<CopyrightYear>2021</CopyrightYear>

src/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ SPDX-License-Identifier: MIT
2929
">$(DefineConstants);WORKAROUND_NULLABILITYINFO_BYREFTYPE</DefineConstants>
3030
</PropertyGroup>
3131

32-
<PropertyGroup Condition=" '$(Configuration)' == 'Release' " Label="Required properties to generate API list">
33-
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
34-
</PropertyGroup>
35-
3632
<PropertyGroup Label="assembly attributes">
3733
<Description>The reflection library for reverse-generating declarations of types and members.</Description>
3834
<CopyrightYear>2020</CopyrightYear>

0 commit comments

Comments
 (0)