tintoy / msbuild-project-tools-vscode

VS Code extension for MSBuild intellisense (including PackageReference completion).
MIT License
82 stars 16 forks source link

Fixed for ReferenceType and ASP.NET Core metapackage versioning #32

Closed doggy8088 closed 6 years ago

doggy8088 commented 6 years ago

The ASP.NET Core 2.1 Metapackage is about to change. So I'd like to change the prefix to suffix 20 as a version.

Also, I fixed a tiny issue about the default value for ReferenceType property. Reference here: https://docs.microsoft.com/en-us/dotnet/core/tools/csproj

tintoy commented 6 years ago

Looks good! Will merge shortly.

tintoy commented 6 years ago

Just checking, by ReferenceType, do you mean RepositoryType?

doggy8088 commented 6 years ago

Sorry, my bad. It's RepositoryType for sure! :p

tintoy commented 6 years ago

I'll create a release once I'm finished with the default property value stuff