Skip to content

Commit

Permalink
Downgrade CommunityToolkit.Mvvm to v7.1.2 (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes authored Nov 26, 2024
1 parent a872f37 commit 177bb6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README-BEFORE-UPDATE-REFS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ IMPORTANT VERSION CONSTRAINTS:
Reason: The VS2019 extension will fail due to a transitive dependency conflict between
Compilers.Services.Unsafe and System.Collections.Immutable.
- Can't update Polly beyond version 7.2.4 because of dependency conflicts with System.Threading.Tasks.Extensions.

- Can't update CommunityToolkit.Mvvm beyond v7.1.2 because of dependency conflicts with System.Threading.Tasks.Extensions in test framework.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>library</OutputType>
<TargetFrameworks>net6.0;net472</TargetFrameworks>
Expand Down Expand Up @@ -61,7 +61,7 @@
<None Include="key.snk" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="7.1.2" />
<PackageReference Include="Microsoft.SourceLink.GitHub">
<Version>8.0.0</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand All @@ -83,4 +83,4 @@
</PackageReference>
</ItemGroup>
<Import Project="..\nanoFramework.Tools.DebugLibrary.Shared\nanoFramework.Tools.DebugLibrary.Net.projitems" Label="Shared" />
</Project>
</Project>

0 comments on commit 177bb6f

Please sign in to comment.