Skip to content

Commit 14abe38

Browse files
committed
folder restructure
1 parent 2ba5777 commit 14abe38

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@
2121
</PropertyGroup>
2222

2323
<ItemGroup>
24-
<None Include="LICENSE.txt">
24+
<None Include="..\LICENSE.txt">
2525
<Pack>True</Pack>
2626
<PackagePath>\</PackagePath>
2727
</None>
28-
<None Include="README.md">
28+
<None Include="..\README.md">
2929
<Pack>True</Pack>
3030
<PackagePath>\</PackagePath>
3131
</None>
3232
</ItemGroup>
3333

3434
<ItemGroup>
35-
<ProjectReference Include="..\DbSyncKit.Templates\DbSyncKit.Templates.csproj" />
35+
<ProjectReference Include="..\..\DbSyncKit.Templates\src\DbSyncKit.Templates.csproj" />
3636
</ItemGroup>
3737

3838
</Project>
File renamed without changes.

0 commit comments

Comments
 (0)