Skip to content

Commit

Permalink
Merge pull request #147 from AvaloniaCommunity/feature/Prism9x-v9.0.4…
Browse files Browse the repository at this point in the history
…01-UpgradePackages

v9.0.401 - Upgrade Packages
  • Loading branch information
DamianSuess authored Apr 13, 2024
2 parents 54cad66 + 245a014 commit b263666
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
17 changes: 9 additions & 8 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

<!-- Prism -->
<ItemGroup>
<PackageVersion Include="PolySharp" Version="1.14.1" />
<PackageVersion Include="Prism.Core" Version="9.0.271-pre" />
<PackageVersion Include="Prism.Container.Abstractions" Version="9.0.61-pre" />
<PackageVersion Include="Prism.Container.DryIoc" Version="9.0.61-pre" />
<PackageVersion Include="Prism.Container.Unity" Version="9.0.61-pre" />
<PackageVersion Include="Prism.Container.Abstractions" Version="9.0.84-pre" />
<PackageVersion Include="Prism.Container.DryIoc" Version="9.0.84-pre" />
<PackageVersion Include="Prism.Container.Unity" Version="9.0.84-pre" />
</ItemGroup>

<!-- Avalonia -->
Expand All @@ -22,7 +23,7 @@

<!-- 3rd-Party -->
<ItemGroup>
<PackageVersion Include="DryIoc.dll" Version="5.4.1" />
<PackageVersion Include="DryIoc.dll" Version="5.4.3" />
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="4.7.0" />
<PackageVersion Include="System.Reactive" Version="6.0.0" />
<PackageVersion Include="System.ValueTuple" Version="4.5.0" />
Expand All @@ -34,11 +35,11 @@
<!-- Tests -->
<ItemGroup>
<PackageVersion Include="coverlet.collector" Version="6.0.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
<PackageVersion Include="Moq" Version="4.20.69" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageVersion Include="Moq" Version="4.20.70" />
<PackageVersion Include="System.CodeDom" Version="6.0.0" />
<PackageVersion Include="xunit" Version="2.5.1" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.1"/>
<PackageVersion Include="xunit" Version="2.6.6" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.6"/>
<PackageVersion Include="Xunit.StaFact" Version="1.1.11" />
</ItemGroup>
</Project>
7 changes: 7 additions & 0 deletions src/Prism.DryIoc.Avalonia/build/Package.targets
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<Project>
<ItemGroup Condition=" '$(ImplicitUsings)' == 'true' OR '$(ImplicitUsings)' == 'enable' ">
<Using Include="DryIoc" />
<Using Include="Prism.DryIoc" />
</ItemGroup>
</Project>

0 comments on commit b263666

Please sign in to comment.