Skip to content

Commit

Permalink
Fix package references
Browse files Browse the repository at this point in the history
  • Loading branch information
sandermvanvliet committed Mar 15, 2024
1 parent 09936a5 commit 406cb32
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions AvaloniaReferences.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
<PackageReference Include="Avalonia.Desktop" Condition="!Exists('vendor\AvaloniaUI\Avalonia.props')" />
<PackageReference Condition="'$(Configuration)' == 'Debug' And !Exists('vendor\AvaloniaUI\Avalonia.props')" Include="Avalonia.Diagnostics" />
<PackageReference Include="Avalonia.ReactiveUI" Condition="!Exists('vendor\AvaloniaUI\Avalonia.props')" />
<PackageReference Include="Avalonia.Themes.Fluent" />
</ItemGroup>
</Project>
1 change: 0 additions & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
<PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="7.3.1" />
<PackageVersion Include="System.IO.Pipelines" Version="8.0.0" />
<PackageVersion Include="WebViewControl-Avalonia" Version="2.106.7" />
<PackageVersion Include="XamlNameReferenceGenerator" Version="1.6.1" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.7" />
<PackageVersion Include="Xunit.StaFact" Version="1.1.11" />
<PackageVersion Include="xunit" Version="2.7.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,10 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Avalonia.Themes.Fluent" />
<PackageReference Include="Codenizer.Avalonia.Map" />
<PackageReference Include="JetBrains.Annotations" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" />
<PackageReference Include="Serilog.Sinks.Debug" />
<PackageReference Include="XamlNameReferenceGenerator" />
<PackageReference Include="Autofac" />
<PackageReference Include="Autofac.Extensions.DependencyInjection" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" />
Expand Down
2 changes: 0 additions & 2 deletions src/RoadCaptain.App.Runner/RoadCaptain.App.Runner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@
<Import Project="..\..\AvaloniaReferences.props" />

<ItemGroup>
<PackageReference Include="Avalonia.Themes.Fluent" />
<PackageReference Include="Codenizer.Avalonia.Map" />
<PackageReference Include="JetBrains.Annotations" />
<PackageReference Include="XamlNameReferenceGenerator" />
<PackageReference Include="Autofac" />
<PackageReference Include="Autofac.Extensions.DependencyInjection" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" />
Expand Down

0 comments on commit 406cb32

Please sign in to comment.