Skip to content

Commit a4d109b

Browse files
committed
Move Library.props to build folder
1 parent f1cf646 commit a4d109b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

src/EasySign.CommandLine/EasySign.CommandLine.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
3030
</ItemGroup>
3131

32-
<Import Project="$(RepoRootPath)\Library.props" />
32+
<Import Project="$(RepoRootPath)\build\Library.props" />
3333

3434
</Project>

src/EasySign/EasySign.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
<PackageReference Include="System.Text.Json" Version="9.0.3" />
3636
</ItemGroup>
3737

38-
<Import Project="$(RepoRootPath)\Library.props" />
38+
<Import Project="$(RepoRootPath)\build\Library.props" />
3939

4040
</Project>

0 commit comments

Comments
 (0)