-
Notifications
You must be signed in to change notification settings - Fork 68
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
Update api packages #110
Update api packages #110
Conversation
src/decrypt-api/decrypt-api.csproj
Outdated
<PackageReference Include="Serilog.AspNetCore" Version="2.1.1" /> | ||
<PackageReference Include="Microsoft.NETCore.App" Version="2.2.1" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAIK Microsoft.NETCore.App
is not required, Microsoft.AspNetCore.App
is enough.
for Microsoft.AspNetCore.App
you shouldn't specify version since .netcore 2.2.
This is true for both encryptor and decryptor.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Talking with Snyk about it
b7a3df1
to
ba3ef72
Compare
No description provided.