Update Xamarin Forms Sample App Dependencies

This commit is contained in:
michael-hawker 2021-07-26 14:36:44 -07:00
Родитель 6b3a4e965a
Коммит 57f5aa409e
4 изменённых файлов: 6 добавлений и 4 удалений

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

@ -5,7 +5,7 @@ VisualStudioVersion = 16.0.30320.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvvmSampleUwp", "MvvmSampleUwp\MvvmSampleUwp.csproj", "{E667FBF4-30F2-49AC-8576-7A2B867F8F1A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvvmSample.Core", "MvvmSample.Core\MvvmSample.Core.csproj", "{28E524F7-61B3-455D-8CBD-615BC4FDE814}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MvvmSample.Core", "MvvmSample.Core\MvvmSample.Core.csproj", "{28E524F7-61B3-455D-8CBD-615BC4FDE814}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@ -22,6 +22,8 @@ Global
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E667FBF4-30F2-49AC-8576-7A2B867F8F1A}.Debug|Any CPU.ActiveCfg = Debug|x86
{E667FBF4-30F2-49AC-8576-7A2B867F8F1A}.Debug|Any CPU.Build.0 = Debug|x86
{E667FBF4-30F2-49AC-8576-7A2B867F8F1A}.Debug|Any CPU.Deploy.0 = Debug|x86
{E667FBF4-30F2-49AC-8576-7A2B867F8F1A}.Debug|ARM.ActiveCfg = Debug|ARM
{E667FBF4-30F2-49AC-8576-7A2B867F8F1A}.Debug|ARM.Build.0 = Debug|ARM
{E667FBF4-30F2-49AC-8576-7A2B867F8F1A}.Debug|ARM.Deploy.0 = Debug|ARM

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

@ -244,7 +244,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection">
<Version>5.0.1</Version>
<Version>5.0.2</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>6.2.12</Version>

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

@ -1,4 +1,4 @@
using Microsoft.Toolkit.Mvvm.DependencyInjection;
using CommunityToolkit.Mvvm.DependencyInjection;
using Microsoft.Extensions.DependencyInjection;
using MvvmSample.Core.Services;
using MvvmSampleXF.Services;

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

@ -11,7 +11,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.9" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.2" />
<PackageReference Include="Xam.Forms.MarkdownView" Version="0.6.1-pre" />
<PackageReference Include="Xamarin.CommunityToolkit" Version="1.0.0-pre5" />
<PackageReference Include="Xamarin.Forms" Version="4.8.0.1821" />