[Templates] func init --csharp creates outdated template
Open
v4-bug
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
Function App name: (local)
Tools used: Core Tools
New V4 app or existing V3 app migrated to V4: New
```
$ func --version
4.0.3780
$ func init --csharp
Writing /Users/antchu/source/ms/swa-streamr-webpubsub/.vscode/extensions.json
$ cat *.csproj
net6.0
v3
swa_streamr_webpubsub
PreserveNewest
PreserveNewest
Never
```
`AzureFunctionsVersion` should be `v4`
`Microsoft.NET.Sdk.Functions` should be `4.0.0`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.