Skip to content

Commit

Permalink
fix: remove unused project reference
Browse files Browse the repository at this point in the history
  • Loading branch information
asvol committed Mar 26, 2024
1 parent 1b9ed9d commit bbabe68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions src/Asv.Avalonia.Toolkit/Asv.Avalonia.Toolkit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,5 @@
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Reference Include="FluentAvalonia">
<HintPath>..\..\..\..\..\Users\VitalyAnofriev\.nuget\packages\fluentavaloniaui\2.0.4\lib\net6.0\FluentAvalonia.dll</HintPath>
</Reference>
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Nullable>enable</Nullable>
<ProductVersion>0.1.2</ProductVersion>
<ProductVersion>0.1.4</ProductVersion>
<AvaloniaVersion>11.0.6</AvaloniaVersion>
<MaterialIconsAvaloniaVersion>2.0.1</MaterialIconsAvaloniaVersion>
<FluentAvaloniaUIVersion>2.0.0</FluentAvaloniaUIVersion>
Expand Down

0 comments on commit bbabe68

Please sign in to comment.