Skip to content

Commit 2d865e7

Browse files
authored
fix: upgraded net version in actions
1 parent a7f3093 commit 2d865e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
env:
77
AZURE_FUNCTIONAPP_NAME: mediumfunctionapp # your application's name in Azure
88
AZURE_FUNCTIONAPP_PACKAGE_PATH: '.' # path to your web app project, defaults to the repository root
9-
DOTNET_VERSION: '2.2.402' # dotnet version to use
9+
DOTNET_VERSION: '3.1.100' # dotnet version to use
1010
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} # dotnet version to use
1111
SWAGGER_LINK: https://mediumfunctionapp.azurewebsites.net/api/swagger # swagger document link (not UI)
1212
TYPES_FILENAME: index.d.ts # file with types

0 commit comments

Comments
 (0)