File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
nanoFramework.Tools.DebugLibrary.Net Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <OutputType >library</OutputType >
44 <TargetFrameworks >net6.0;net472</TargetFrameworks >
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 >
8383 </PackageReference >
8484 </ItemGroup >
8585 <Import Project =" ..\nanoFramework.Tools.DebugLibrary.Shared\nanoFramework.Tools.DebugLibrary.Net.projitems" Label =" Shared" />
86- </Project >
86+ </Project >
You can’t perform that action at this time.
0 commit comments