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

Updated project to dotnet 5 #3

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

andmos
Copy link

@andmos andmos commented Nov 18, 2020

👋 thanks for this template!
I found myself in need of a new csharp template, so I bumped this one to dotnet 5.

I have tested it with docker:

$ docker build -t andmos/csharp-httprequest .
$ docker run -p 8081:8080 -it andmos/csharp-httprequest

$ curl -X POST -H "Content-Type: text/plain" --data "hello from dotnet 5" localhost:8081
Hello! Your input was hello from dotnet 5

@tomaswarynyca
Copy link

Hi, great job migrating to v5
Do you have any idea how to make it multiarch?
linux/amd64,linux/arm64,linux/arm/v7

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.

3 participants