C#: Switch over dependencies in msbuild files to paket.

This commit is contained in:
Cornelius Riemenschneider
2024-05-01 15:45:35 +02:00
parent 04c26056a1
commit 45167cf9f1
14 changed files with 36 additions and 90 deletions

View File

@@ -16,8 +16,5 @@
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
<PackageReference Include="Microsoft.Build" Version="17.8.3" />
</ItemGroup>
<Import Project="..\..\.paket\Paket.Restore.targets" />
</Project>