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

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