File tree 2 files changed +4
-4
lines changed
nanoFramework.Tools.DebugLibrary.Net
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ IMPORTANT VERSION CONSTRAINTS:
5
5
Reason: The VS2019 extension will fail due to a transitive dependency conflict between
6
6
Compilers.Services.Unsafe and System.Collections.Immutable.
7
7
- 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" >
2
2
<PropertyGroup >
3
3
<OutputType >library</OutputType >
4
4
<TargetFrameworks >net6.0;net472</TargetFrameworks >
61
61
<None Include =" key.snk" />
62
62
</ItemGroup >
63
63
<ItemGroup >
64
- <PackageReference Include =" CommunityToolkit.Mvvm" Version =" 8.2 .2" />
64
+ <PackageReference Include =" CommunityToolkit.Mvvm" Version =" 7.1 .2" />
65
65
<PackageReference Include =" Microsoft.SourceLink.GitHub" >
66
66
<Version >8.0.0</Version >
67
67
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
83
83
</PackageReference >
84
84
</ItemGroup >
85
85
<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