TAGC / dotnet-setversion

.NET Core CLI tool to update the version information in .NET Core *.csproj files
MIT License
75 stars 16 forks source link

Support for .NET Core 3.1 #17

Closed kavitachana closed 4 years ago

kavitachana commented 4 years ago

I just upgraded to .Net Core 3.1 and noticed that the setversion tool no longer works. After installing, the tool is looking for version 2.1.0 of the Microsoft.NETCore.App framework, but .NET Care 3.1 uses Microsoft.NETCore.App 3.1.1. Will a release for 3.1 be available in the near future? Thanks!

image

TAGC commented 4 years ago

No worries. Can you try installing version 2.2.0-beta0001 of dotnet-setversion and seeing if that works?

kavitachana commented 4 years ago

That worked! Thanks :)