We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae7ff03 commit d452b58Copy full SHA for d452b58
1 file changed
.github/workflows/releases.yml
@@ -7,7 +7,7 @@ env:
7
DOTNET_NOLOGO: true # Disable the .NET logo
8
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true # Disable the .NET first time experience
9
DOTNET_CLI_TELEMETRY_OPTOUT: true # Disable sending .NET CLI telemetry
10
- DOTNET_VERSION: '9.0'
+ DOTNET_VERSION: '10.0'
11
CSPROJ_FILE_PATH: 'src/BlazorWebView/src/Microsoft.AspNetCore.Components.WebView.Gtk.csproj'
12
13
jobs:
0 commit comments