Skip to content

Commit

Permalink
Removed unnecessary reference to DryIoc. It now pulls from, Prism.Con…
Browse files Browse the repository at this point in the history
…tainers.DryIoc
  • Loading branch information
DamianSuess committed Apr 28, 2024
1 parent c9de64e commit d911be0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 20 deletions.
1 change: 0 additions & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
<PackageVersion Include="Avalonia.ReactiveUI" Version="11.0.7" />
<PackageVersion Include="Avalonia.Themes.Simple" Version="11.0.7" />
<PackageVersion Include="Avalonia.Themes.Fluent" Version="11.0.7" />
<PackageVersion Include="DryIoc.dll" Version="5.4.3" />
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="4.7.0" />
</ItemGroup>
<!-- Tests -->
Expand Down
15 changes: 3 additions & 12 deletions src/Avalonia/Prism.Avalonia/Prism.Avalonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,10 @@ Prism.Avalonia helps you more easily design and build rich, flexible, and easy t
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Configuration.ConfigurationManager" />
</ItemGroup>

<ItemGroup>
<Reference Include="PresentationFramework" />
</ItemGroup>

<!--<Import Project="../../build/Library.props" />-->
<ItemGroup>
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>
Expand All @@ -56,17 +51,13 @@ Prism.Avalonia helps you more easily design and build rich, flexible, and easy t
</EmbeddedResource>
</ItemGroup>

<!--<Import Project="../../build/AvaloniaDependency.props" />-->
<ItemGroup>
<PackageReference Include="System.Configuration.ConfigurationManager" />
<PackageReference Include="Avalonia" />
<PackageReference Include="Avalonia.Markup.Xaml.Loader" />
<PackageReference Include="Avalonia.ReactiveUI" />
</ItemGroup>

<!--<Import Project="../../build/PrismDependency.props" />-->
<ItemGroup>
<ProjectReference Include="..\..\Prism.Core\Prism.Core.csproj" />
<PackageReference Include="Prism.Container.DryIoc" />

<ProjectReference Include="..\..\Prism.Core\Prism.Core.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
</None>
</ItemGroup>

<!--<Import Project="../../build/Library.props" />-->
<ItemGroup>
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>
Expand All @@ -33,19 +32,14 @@
</EmbeddedResource>
</ItemGroup>

<!--<Import Project="../../build/AvaloniaDependency.props" />-->
<ItemGroup>
<PackageReference Include="Avalonia" />
<PackageReference Include="Avalonia.Markup.Xaml.Loader" />
<PackageReference Include="Avalonia.ReactiveUI" />
</ItemGroup>
<PackageReference Include="Prism.Container.DryIoc" />

<!--<Import Project="../../build/PrismDependency.props" />-->
<ItemGroup>
<ProjectReference Include="..\..\Prism.Core\Prism.Core.csproj" />
<ProjectReference Include="..\Prism.Avalonia\Prism.Avalonia.csproj" />
<PackageReference Include="Prism.Container.DryIoc" />
<PackageReference Include="DryIoc.dll" />
</ItemGroup>

</Project>

0 comments on commit d911be0

Please sign in to comment.