mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-12-04 09:01:06 +01:00
Adding Packages global and added nuget lib to fix restore.
This commit is contained in:
parent
211153c976
commit
771e617624
@ -90,4 +90,8 @@ internal partial class ThisAssembly
|
||||
<Codename>Medicine Hat</Codename>
|
||||
<Lab>xcpngcenter_main</Lab>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<RestoreSources>$(RestoreSources);./Packages;https://api.nuget.org/v3/index.json</RestoreSources>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
@ -8,11 +8,13 @@
|
||||
<ApplicationIcon>AppIcon.ico</ApplicationIcon>
|
||||
<Title>XCP-ng Center</Title>
|
||||
<Description>XCP-ng Center</Description>
|
||||
<RestoreSources>$(RestoreSources);../Packages</RestoreSources>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\XenModel\XenModel.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="MSTSCLib" Version="1.0.0" />
|
||||
<PackageReference Include="Microsoft.ReportViewer" Version="9.0.0" />
|
||||
</ItemGroup>
|
||||
|
Loading…
Reference in New Issue
Block a user