Skip to content

Commit

Permalink
Changed NuGet package to Prism.Core v9.0.264-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianSuess committed Apr 7, 2024
1 parent 8c81268 commit 8db26c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Base.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project DefaultTargets="Build"
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Version>9.0.401.11073</Version>
<Version>9.0.264.11073</Version>
<PackageProjectUrl>https://github.com/AvaloniaCommunity/Prism.Avalonia</PackageProjectUrl>
<Copyright>Copyright (c) 2024 Xeno Innovations, Inc.</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
2 changes: 1 addition & 1 deletion build/PrismDependency.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<ItemGroup>
<PackageReference Include="Prism.Core" Version="9.0.401-pre" />
<PackageReference Include="Prism.Core" Version="9.0.264-pre" />
<!--<PackageReference Include="Prism.Container.DryIoc" Version="9.0.80-pre" />-->
</ItemGroup>

Expand Down

0 comments on commit 8db26c4

Please sign in to comment.