Skip to content

Commit 177bb6f

Browse files
authored
Downgrade CommunityToolkit.Mvvm to v7.1.2 (#381)
1 parent a872f37 commit 177bb6f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README-BEFORE-UPDATE-REFS.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ IMPORTANT VERSION CONSTRAINTS:
55
Reason: The VS2019 extension will fail due to a transitive dependency conflict between
66
Compilers.Services.Unsafe and System.Collections.Immutable.
77
- Can't update Polly beyond version 7.2.4 because of dependency conflicts with System.Threading.Tasks.Extensions.
8-
8+
- Can't update CommunityToolkit.Mvvm beyond v7.1.2 because of dependency conflicts with System.Threading.Tasks.Extensions in test framework.

nanoFramework.Tools.DebugLibrary.Net/nanoFramework.Tools.DebugLibrary.Net.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>library</OutputType>
44
<TargetFrameworks>net6.0;net472</TargetFrameworks>
@@ -61,7 +61,7 @@
6161
<None Include="key.snk" />
6262
</ItemGroup>
6363
<ItemGroup>
64-
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
64+
<PackageReference Include="CommunityToolkit.Mvvm" Version="7.1.2" />
6565
<PackageReference Include="Microsoft.SourceLink.GitHub">
6666
<Version>8.0.0</Version>
6767
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
@@ -83,4 +83,4 @@
8383
</PackageReference>
8484
</ItemGroup>
8585
<Import Project="..\nanoFramework.Tools.DebugLibrary.Shared\nanoFramework.Tools.DebugLibrary.Net.projitems" Label="Shared" />
86-
</Project>
86+
</Project>

0 commit comments

Comments
 (0)