Skip to content

Add net10.0 assets and run some fixers#875

Merged
stephentoub merged 1 commit into
modelcontextprotocol:mainfrom
stephentoub:net10assets
Oct 15, 2025
Merged

Add net10.0 assets and run some fixers#875
stephentoub merged 1 commit into
modelcontextprotocol:mainfrom
stephentoub:net10assets

Conversation

@stephentoub
Copy link
Copy Markdown
Contributor

No description provided.

@stephentoub stephentoub merged commit bfc0980 into modelcontextprotocol:main Oct 15, 2025
7 checks passed
@stephentoub stephentoub deleted the net10assets branch October 15, 2025 19:27

<PropertyGroup>
<TargetFrameworks>net9.0;net8.0</TargetFrameworks>
<TargetFrameworks>net10.0;net9.0;net8.0</TargetFrameworks>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stephentoub Should we be publishing net10.0 assets for this package before .NET 10 goes GA?


// Generate a random number between 1 and 10
Random random = new Random();
Random random = new();
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not Random.Shared?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants