MSBuild: Move paket restore target inclusion to global file.

This commit is contained in:
Cornelius Riemenschneider
2024-05-15 13:45:49 +02:00
parent 90bb0ba33f
commit a158e40cc2
17 changed files with 3 additions and 20 deletions

View File

@@ -12,5 +12,4 @@
<ProjectReference Include="..\Semmle.Extraction.CSharp.DependencyFetching\Semmle.Extraction.CSharp.DependencyFetching.csproj" />
<ProjectReference Include="..\Semmle.Extraction.CSharp.Util\Semmle.Extraction.CSharp.Util.csproj" />
</ItemGroup>
<Import Project="..\..\.paket\Paket.Restore.targets" />
</Project>