Skip to content

Commit

Permalink
Critical dependency bug has been fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
PieroCastillo committed Oct 10, 2020
1 parent 903d102 commit f74117e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Aura.UI.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UI.Tests", "Tests\UI.Tests\
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "external", "external", "{7939BCED-2D7B-4404-8592-2FE251A040B1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ColorPicker", "external\ColorPicker\src\ColorPicker\ColorPicker.csproj", "{C33F128B-055B-4533-9B9F-8579DA9195E9}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Avalonia.ColorPicker", "external\ColorPicker\src\ColorPicker\Avalonia.ColorPicker.csproj", "{C33F128B-055B-4533-9B9F-8579DA9195E9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0F84999C-70F6-4D29-A4A5-D2D25336C0CB}"
ProjectSection(SolutionItems) = preProject
Expand All @@ -22,9 +22,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aura.UI.Mobile", "src\Aura.UI.Mobile\Aura.UI.Mobile.csproj", "{5DBE2466-4308-4D94-9283-E6975320CD40}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UI.Tests.Mobile", "Tests\UI.Tests.Mobile\UI.Tests.Mobile.csproj", "{1748D8FA-FB7F-4B4F-B1BA-049364CCEB33}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UI.Tests.Mobile", "Tests\UI.Tests.Mobile\UI.Tests.Mobile.csproj", "{1748D8FA-FB7F-4B4F-B1BA-049364CCEB33}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UI.Tests.Mobile.NetCore", "Tests\UI.Tests.Mobile.NetCore\UI.Tests.Mobile.NetCore.csproj", "{FDDAC139-62DD-49B4-88BC-4B714B10926E}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UI.Tests.Mobile.NetCore", "Tests\UI.Tests.Mobile.NetCore\UI.Tests.Mobile.NetCore.csproj", "{FDDAC139-62DD-49B4-88BC-4B714B10926E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ripple", "external\Ripple\Ripple.csproj", "{46A83613-EC17-4B7A-B442-2AF24AF3E7AC}"
EndProject
Expand Down
4 changes: 2 additions & 2 deletions src/Aura.UI/Aura.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<OutputType>Library</OutputType>
<Version>0.1.3-preview4</Version>
<Version>0.1.3-preview5</Version>
<Authors>Piero Castillo</Authors>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Control's Library for Avalonia.</Description>
Expand Down Expand Up @@ -55,7 +55,7 @@
<PackageReference Include="Avalonia" Version="0.10.0-preview5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\external\ColorPicker\src\ColorPicker\ColorPicker.csproj" />
<ProjectReference Include="..\..\external\ColorPicker\src\ColorPicker\Avalonia.ColorPicker.csproj" />
</ItemGroup>
<ItemGroup>
<AvaloniaResource Update="AuraAcrylicBase.xaml">
Expand Down
2 changes: 1 addition & 1 deletion src/Aura.UI/Styles/SuperColorPickerStyles.xaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Styles xmlns="https://github.com/avaloniaui"
xmlns:c="clr-namespace:ColorPicker;assembly=ColorPicker"
xmlns:c="clr-namespace:ColorPicker;assembly=Avalonia.ColorPicker"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ms="clr-namespace:System;assembly=netstandard">
<Styles.Resources>
Expand Down

0 comments on commit f74117e

Please sign in to comment.