Skip to content

Commit

Permalink
Merge pull request unoplatform#4338 from dansiegel/prism8
Browse files Browse the repository at this point in the history
chore: update to Prism 8.0 stable
  • Loading branch information
jeromelaban authored Oct 22, 2020
2 parents bf809e7 + 3ef906a commit daa13d9
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
<PackageReference Include="Microsoft.Extensions.Logging.Filter" Version="1.1.1" />

<!--#if (Container == "Unity") -->
<PackageReference Include="Prism.Unity.Uno" Version="8.0.0.1850-pre" />
<PackageReference Include="Prism.Unity.Uno" Version="8.0.0.1909" />
<!--#endif -->
<!--#if (Container == "DryIoc") -->
<PackageReference Include="Prism.DryIoc.Uno" Version="8.0.0.1850-pre" />
<PackageReference Include="Prism.DryIoc.Uno" Version="8.0.0.1909" />
<!--#endif -->
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<PackageReference Include="Uno.Core" Version="2.0.0" />

<!--#if (Container == "Unity") -->
<PackageReference Include="Prism.Unity.Uno" Version="8.0.0.1850-pre" />
<PackageReference Include="Prism.Unity.Uno" Version="8.0.0.1909" />
<!--#endif -->
<!--#if (Container == "DryIoc") -->
<PackageReference Include="Prism.DryIoc.Uno" Version="8.0.0.1850-pre" />
<PackageReference Include="Prism.DryIoc.Uno" Version="8.0.0.1909" />
<!--#endif -->
</ItemGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
<PackageReference Include="Uno.UI.RemoteControl" Version="3.0.5" Condition="'$(Configuration)'=='Debug'" />
<PackageReference Include="Uno.Wasm.Bootstrap" Version="1.3.0" />
<PackageReference Include="Uno.Wasm.Bootstrap.DevServer" Version="1.3.0" />
<PackageReference Include="Prism.Core" Version="8.0.0.1850-pre" />
<PackageReference Include="Prism.Core" Version="8.0.0.1909" />

<!--#if (Container == "Unity") -->
<PackageReference Include="Prism.Unity.Uno" Version="8.0.0.1850-pre" />
<!--#endif -->
<!--#if (Container == "DryIoc") -->
<PackageReference Include="Prism.DryIoc.Uno" Version="8.0.0.1850-pre" />
<!--#endif -->
</ItemGroup>
<!--#if (Container == "Unity") -->
<PackageReference Include="Prism.Unity.Uno" Version="8.0.0.1909" />
<!--#endif -->
<!--#if (Container == "DryIoc") -->
<PackageReference Include="Prism.DryIoc.Uno" Version="8.0.0.1909" />
<!--#endif -->
</ItemGroup>
<Import Project="..\BlankApp.Shared\BlankApp.Shared.projitems" Label="Shared" Condition="Exists('..\BlankApp.Shared\BlankApp.Shared.projitems')" />
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@
<PackageReference Include="Microsoft.Extensions.Logging.Filter" Version="1.1.1" />

<!--#if (Container == "Unity") -->
<PackageReference Include="Prism.Unity.Uno" Version="8.0.0.1850-pre" />
<PackageReference Include="Prism.Unity.Uno" Version="8.0.0.1909" />
<!--#endif -->
<!--#if (Container == "DryIoc") -->
<PackageReference Include="Prism.DryIoc.Uno" Version="8.0.0.1850-pre" />
<PackageReference Include="Prism.DryIoc.Uno" Version="8.0.0.1909" />
<!--#endif -->
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@
<PackageReference Include="Microsoft.Extensions.Logging.Filter" Version="1.1.1" />

<!--#if (Container == "Unity") -->
<PackageReference Include="Prism.Unity.Uno" Version="8.0.0.1850-pre" />
<PackageReference Include="Prism.Unity.Uno" Version="8.0.0.1909" />
<!--#endif -->
<!--#if (Container == "DryIoc") -->
<PackageReference Include="Prism.DryIoc.Uno" Version="8.0.0.1850-pre" />
<PackageReference Include="Prism.DryIoc.Uno" Version="8.0.0.1909" />
<!--#endif -->
</ItemGroup>
<Import Project="..\BlankApp.Shared\BlankApp.Shared.projitems" Label="Shared" Condition="Exists('..\BlankApp.Shared\BlankApp.Shared.projitems')" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": {
"allowPrerelease": false,
"version": "3.1.100",
"allowPrerelease": false,
"version": "3.1.403",
"rollForward": "latestMajor"
}
}
}

0 comments on commit daa13d9

Please sign in to comment.