Change the NuGet version of WCT

This commit is contained in:
Sebastien Bovo 2019-01-29 10:34:21 +01:00
Родитель d0d6bbf6f0
Коммит 9ec6b988ea
2 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -1,3 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="Custom" value="https://dotnet.myget.org/F/uwpcommunitytoolkit/api/v3/index.json" />
</packageSources>
</configuration>

Просмотреть файл

@ -1337,9 +1337,9 @@ Because we are working with Preview versions in this lab, let's continue and add
![](https://github.com/Microsoft/Windows-AppConsult-XAMLIslandsLab/raw/master/Manual/Images/PrereleaseNuGetPackages.png)
> If you're doing this lab on your machine and you're using the latest daily .NET Core bits, you can use the latest version of **Microsoft.Toolkit.Wpf.UI.Controls** provided by this custom source.
7. Select **Microsoft.Toolkit.Wpf.UI.Controls**. Please be sure to choose the version **6.0.0-build.15.ge5444fb4a5** before clicking **Install**. This version supports the .NET Core 3.0 runtime installed on the VM.
7. Select **Microsoft.Toolkit.Wpf.UI.Controls**. You can see that the version is newer (v6.0.0...) and it supports .NET Core 3.0! Click **Install**.
> For the users not using the VM, if you downloaded the latest daily .NET Core bits, you can use the latest version of **Microsoft.Toolkit.Wpf.UI.Controls** provided by this custom source.
8. Build the project (CTRL+SHIFT+B). We get still some errors that we will fix in the next tasks.