We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7340c09 commit 9c7d77fCopy full SHA for 9c7d77f
.github/workflows/snippets5000.yml
@@ -14,8 +14,8 @@ on:
14
default: 'Manual run'
15
16
env:
17
- DOTNET_VERSION: '9.0.*'
18
- DOTNET_QUALITY: 'ga'
+ DOTNET_VERSION: '10.0.*'
+ DOTNET_QUALITY: 'preview'
19
DOTNET_DO_INSTALL: 'true' # To install a version of .NET not provided by the runner, set to true
20
EnableNuGetPackageRestore: 'True'
21
docs/csharp/language-reference/operators/snippets/shared/operators.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>net9.0</TargetFramework>
+ <TargetFramework>net10.0</TargetFramework>
6
<Nullable>enable</Nullable>
7
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
8
<ImplicitUsings>true</ImplicitUsings>
0 commit comments