Switch project dependency in Connected.UI to nuget package

This commit is contained in:
Matija Koželj 2022-12-28 17:31:35 +01:00
parent 47b3044e4f
commit fe6046e9e4

View File

@ -21,12 +21,9 @@
<ItemGroup>
<PackageReference Include="Connected.Client" Version="1.0.*-*" />
<PackageReference Include="Connected.Components" Version="1.0.*-*" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="7.0.*-*" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.5.119" PrivateAssets="all" Condition="!Exists('packages.config')" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\connected.components\src\Connected.Components\Connected.Components.csproj" />
</ItemGroup>
</Project>