File tree 3 files changed +7
-8
lines changed
nanoFramework.Tools.DebugLibrary.Net
3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
- Notes on updating the project references:
1
+ Notes on updating the project references:
2
2
3
3
IMPORTANT VERSION CONSTRAINTS:
4
- - System.Threading.Tasks.Extensions must not be updated beyond version 4.5.4
4
+ - Can't reference any library requiring System.Threading.Tasks.Extensions must not be updated beyond version 4.5.4
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
+ - Can't update Polly beyond version 7.2.4 because of dependency conflicts with System.Threading.Tasks.Extensions.
8
+
Original file line number Diff line number Diff line change 105
105
<Version >2.0.7</Version >
106
106
</PackageReference >
107
107
<PackageReference Include =" CommunityToolkit.Mvvm" >
108
- <Version >8.3 .2</Version >
108
+ <Version >8.2 .2</Version >
109
109
</PackageReference >
110
110
<PackageReference Include =" Microsoft.Extensions.DependencyInjection" >
111
111
<Version >6.0.2</Version >
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 >
77
77
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
78
78
<PrivateAssets >all</PrivateAssets >
79
79
</PackageReference >
80
- <PackageReference Include =" Polly" >
81
- <Version >8.5.0</Version >
82
- </PackageReference >
80
+ <PackageReference Include =" Polly" Version =" 7.2.4" />
83
81
<PackageReference Include =" System.IO.Ports" >
84
82
<Version >8.0.0</Version >
85
83
</PackageReference >
86
- <PackageReference Include =" System.Threading.Tasks.Extensions" Version =" 4.5.4" />
87
84
</ItemGroup >
88
85
<Import Project =" ..\nanoFramework.Tools.DebugLibrary.Shared\nanoFramework.Tools.DebugLibrary.Net.projitems" Label =" Shared" />
89
86
</Project >
You can’t perform that action at this time.
0 commit comments