Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support .NET 6 #412

Closed
seanamos opened this issue Dec 13, 2021 · 1 comment
Closed

Support .NET 6 #412

seanamos opened this issue Dec 13, 2021 · 1 comment
Labels
Milestone

Comments

@seanamos
Copy link

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
gep13 added a commit that referenced this issue Jan 25, 2022
@gep13 gep13 closed this as completed Jan 25, 2022
@gep13 gep13 added this to the 0.13.0 milestone Jan 25, 2022
gep13 added a commit that referenced this issue Jan 31, 2022
* 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
  ...
@gittools-bot
Copy link
Contributor

🎉 This issue has been resolved in version 0.13.0 🎉

The release is available on:

Your GitReleaseManager bot 📦🚀

@gep13 gep13 mentioned this issue Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants