Skip to content

Commit

Permalink
update Unity.Container
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed May 5, 2020
1 parent ac6b487 commit 87c793b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Forms/Prism.Unity.Forms/Prism.Unity.Forms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Unity.Container" Version="5.11.6" />
<PackageReference Include="Unity.Container" Version="5.11.7" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Uno/Prism.Unity.Uno/Prism.Unity.Uno.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<UpToDateCheckInput Include="**\*.xaml" Exclude="bin\**\*.xaml;obj\**\*.xaml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Unity.Container" Version="5.11.6" />
<PackageReference Include="Unity.Container" Version="5.11.7" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\Wpf\Prism.Unity.Wpf\**\*.cs" Exclude="..\..\Wpf\Prism.Unity.Wpf\bin\**\*.cs;..\..\Wpf\Prism.Unity.Wpf\obj\**\*.cs" />
Expand Down
2 changes: 1 addition & 1 deletion src/Wpf/Prism.Unity.Wpf/Prism.Unity.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Unity.Container" Version="5.11.6" />
<PackageReference Include="Unity.Container" Version="5.11.7" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 87c793b

Please sign in to comment.