Skip to content

Commit

Permalink
update to .NET 10
Browse files Browse the repository at this point in the history
Get this ready for the first preview
  • Loading branch information
BillWagner committed Feb 3, 2025
1 parent 09a4851 commit b519187
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snippets5000.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ on:
default: 'Manual run'

env:
DOTNET_VERSION: '9.0.*'
DOTNET_QUALITY: 'ga'
DOTNET_VERSION: '10.0.*'
DOTNET_QUALITY: 'preview'
DOTNET_DO_INSTALL: 'true' # To install a version of .NET not provided by the runner, set to true
EnableNuGetPackageRestore: 'True'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ImplicitUsings>true</ImplicitUsings>
Expand Down

0 comments on commit b519187

Please sign in to comment.