Back to NuGet, ther's an obscure workaround for now

This commit is contained in:
Markus Ewald 2024-07-25 12:42:12 +02:00 committed by cygon
parent 090b1375c0
commit ac14779be4
2 changed files with 24 additions and 10 deletions

View file

@ -22,19 +22,12 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="Nuclex.Support (netstandard-2.0).csproj" />
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="NUnit" Version="3.14.0" />
</ItemGroup>
<ItemGroup>
<Reference Include="Castle.Core">
<HintPath>..\third-party\castle.core-5.1.1\netstandard-2.0\Castle.Core.dll</HintPath>
</Reference>
<Reference Include="Moq">
<HintPath>..\third-party\moq-4.20.70\netstandard-2.0\Moq.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<HintPath>..\third-party\nunit-3.14.0\netstandard-2.0\nunit.framework.dll</HintPath>
</Reference>
<ProjectReference Include="Nuclex.Support (netstandard-2.0).csproj" />
</ItemGroup>
</Project>