Skip to content

Commit 57f5aa4

Browse files
Update Xamarin Forms Sample App Dependencies
1 parent 6b3a4e9 commit 57f5aa4

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

samples/MvvmSampleUwp.sln

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ VisualStudioVersion = 16.0.30320.27
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvvmSampleUwp", "MvvmSampleUwp\MvvmSampleUwp.csproj", "{E667FBF4-30F2-49AC-8576-7A2B867F8F1A}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvvmSample.Core", "MvvmSample.Core\MvvmSample.Core.csproj", "{28E524F7-61B3-455D-8CBD-615BC4FDE814}"
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MvvmSample.Core", "MvvmSample.Core\MvvmSample.Core.csproj", "{28E524F7-61B3-455D-8CBD-615BC4FDE814}"
99
EndProject
1010
Global
1111
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -22,6 +22,8 @@ Global
2222
EndGlobalSection
2323
GlobalSection(ProjectConfigurationPlatforms) = postSolution
2424
{E667FBF4-30F2-49AC-8576-7A2B867F8F1A}.Debug|Any CPU.ActiveCfg = Debug|x86
25+
{E667FBF4-30F2-49AC-8576-7A2B867F8F1A}.Debug|Any CPU.Build.0 = Debug|x86
26+
{E667FBF4-30F2-49AC-8576-7A2B867F8F1A}.Debug|Any CPU.Deploy.0 = Debug|x86
2527
{E667FBF4-30F2-49AC-8576-7A2B867F8F1A}.Debug|ARM.ActiveCfg = Debug|ARM
2628
{E667FBF4-30F2-49AC-8576-7A2B867F8F1A}.Debug|ARM.Build.0 = Debug|ARM
2729
{E667FBF4-30F2-49AC-8576-7A2B867F8F1A}.Debug|ARM.Deploy.0 = Debug|ARM

samples/MvvmSampleUwp/MvvmSampleUwp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
</ItemGroup>
245245
<ItemGroup>
246246
<PackageReference Include="Microsoft.Extensions.DependencyInjection">
247-
<Version>5.0.1</Version>
247+
<Version>5.0.2</Version>
248248
</PackageReference>
249249
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
250250
<Version>6.2.12</Version>

samples/MvvmSampleXF/MvvmSampleXF/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Microsoft.Toolkit.Mvvm.DependencyInjection;
1+
using CommunityToolkit.Mvvm.DependencyInjection;
22
using Microsoft.Extensions.DependencyInjection;
33
using MvvmSample.Core.Services;
44
using MvvmSampleXF.Services;

samples/MvvmSampleXF/MvvmSampleXF/MvvmSampleXF.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.9" />
14+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.2" />
1515
<PackageReference Include="Xam.Forms.MarkdownView" Version="0.6.1-pre" />
1616
<PackageReference Include="Xamarin.CommunityToolkit" Version="1.0.0-pre5" />
1717
<PackageReference Include="Xamarin.Forms" Version="4.8.0.1821" />

0 commit comments

Comments
 (0)