mirror of
https://github.com/jcreek/advent-of-code.git
synced 2026-07-12 18:53:47 +00:00
fix(2022-01): Add correct path to project file for data
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove="Y2022\Data\**" />
|
||||
<Content Include="Y2021\Data\**">
|
||||
<Content Include="Y2022\Data\**">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user