Skip to content

Commit 9c7d77f

Browse files
committed
update to .NET 10
Get this ready for the first preview
1 parent 7340c09 commit 9c7d77f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/snippets5000.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ on:
1414
default: 'Manual run'
1515

1616
env:
17-
DOTNET_VERSION: '9.0.*'
18-
DOTNET_QUALITY: 'ga'
17+
DOTNET_VERSION: '10.0.*'
18+
DOTNET_QUALITY: 'preview'
1919
DOTNET_DO_INSTALL: 'true' # To install a version of .NET not provided by the runner, set to true
2020
EnableNuGetPackageRestore: 'True'
2121

docs/csharp/language-reference/operators/snippets/shared/operators.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net9.0</TargetFramework>
5+
<TargetFramework>net10.0</TargetFramework>
66
<Nullable>enable</Nullable>
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
88
<ImplicitUsings>true</ImplicitUsings>

0 commit comments

Comments
 (0)