Skip to content

Upgrade NuGet packages#395

Closed
hishamco wants to merge 3 commits intosebastienros:mainfrom
hishamco:upgrade-packages
Closed

Upgrade NuGet packages#395
hishamco wants to merge 3 commits intosebastienros:mainfrom
hishamco:upgrade-packages

Conversation

@hishamco
Copy link
Copy Markdown
Collaborator

No description provided.

</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.FileProviders.Abstractions" Version="1.1.1" />
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a low version on purpose. Unless there is a security issue, extensions should use the smallest possible version such that users don't have to bump their versions. In the end the one from the dotnet runtime will be used.

<PackageReference Include="Microsoft.Extensions.FileProviders.Abstractions" Version="1.1.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.3.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="xunit" Version="2.4.1" />
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to use beta releases, unless it's fixing an issue we are having.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants