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

Microsoft.NET.Sdk.Functions 3.0.12 drops System.Encodings.Web #517

Open
arkiaconsulting opened this issue May 28, 2021 · 2 comments
Open

Comments

@arkiaconsulting
Copy link

Bumping Microsoft.NET.Sdk.Functions from 3.0.11 to 3.0.12 drops System.Text.Encodings.Web.dll from the publish folder.

<ItemGroup>
	<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="3.0.11" />
	<PackageReference Include="System.Text.Json" Version="5.0.2" />
</ItemGroup>
=> System.Text.Encodings.Web.dll present
<ItemGroup>
	<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="3.0.12" />
	<PackageReference Include="System.Text.Json" Version="5.0.2" />
</ItemGroup>
=> System.Text.Encodings.Web.dll not present

related:
Azure/Azure-Functions#1898
dotnet/runtime#52845

@wonderplayer
Copy link

Reproducible in 3.0.13

@ravibha-hub
Copy link

Any update on this?

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

No branches or pull requests

4 participants