You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently you must have .NET Core 3.1 installed to use the tool.
It was not possible to find any compatible framework version
The framework 'Microsoft.NETCore.App', version '3.1.0' (x64) was not found.
- The following frameworks were found:
6.0.0 at [/xxx/.dotnet/shared/Microsoft.NETCore.App]
There are two ways to solve this (or they can be used together):
Multi-target the project to net6.0
Add the <RollForward>Major</RollForward> property to the tool .csproj
The text was updated successfully, but these errors were encountered:
* release/0.13.0: (27 commits)
Bump ApprovalTests from 5.5.0 to 5.7.1 in /src
Bump coverlet.msbuild from 3.1.0 to 3.1.1 in /src
Bump TextCopy from 6.0.0 to 6.1.0 in /src
Bump Roslynator.Analyzers from 4.0.0 to 4.0.2 in /src
(#412) Add support for .NET 6.0
Bump Microsoft.Extensions.DependencyInjection in /src
(build) Turn of DupFinder
(build) Update to latest build image
(#427) Remove .netcoreapp2.1 target framework
[skip ci] Bump TextCopy from 4.3.0 to 6.0.0 in /src
[skip ci] Bump coverlet.msbuild from 3.0.3 to 3.1.0 in /src
[skip ci] Bump IDisposableAnalyzers from 3.4.13 to 4.0.1 in /src
[skip ci] Bump ApprovalTests from 5.5.0 to 5.7.1 in /src
[skip ci] Bump Microsoft.CodeAnalysis.NetAnalyzers from 5.0.3 to 6.0.0 in /src
[skip ci] Bump Microsoft.NET.Test.Sdk from 16.9.4 to 17.0.0 in /src
Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.1 in /src
[skip ci] Bump NSubstitute from 4.2.2 to 4.3.0 in /src
[skip ci] Bump Scriban from 3.6.0 to 5.0.0 in /src
[skip ci] Bump Destructurama.Attributed from 2.0.0 to 3.0.0 in /src
[skip ci] Bump Serilog.Sinks.Console from 3.1.1 to 4.0.1 in /src
...
Currently you must have .NET Core 3.1 installed to use the tool.
There are two ways to solve this (or they can be used together):
net6.0
<RollForward>Major</RollForward>
property to the tool .csprojThe text was updated successfully, but these errors were encountered: