Skip to content

Update to .NET 10, open-source best practices, and NuGet Trusted Publishing - #65

Merged
myarichuk merged 1 commit into
mainfrom
update-dotnet-10-trusted-publishing-11004273750780280590
Mar 16, 2026
Merged

Update to .NET 10, open-source best practices, and NuGet Trusted Publishing#65
myarichuk merged 1 commit into
mainfrom
update-dotnet-10-trusted-publishing-11004273750780280590

Conversation

@myarichuk

Copy link
Copy Markdown
Owner

This PR modernizes the project by updating its target frameworks to .NET 10 and .NET Standard 2.1. It refactors Directory.Build.props to include common open-source library metadata and enforces LangVersion latest. Finally, it transitions the continuous integration pipeline to use NuGet Trusted Publishing (OIDC) for more secure, passwordless package publishing.


PR created automatically by Jules for task 11004273750780280590 started by @myarichuk

- Update TargetFrameworks to net10.0;netstandard2.1 in src/Library/Library.csproj
- Update TargetFramework to net10.0 in tests/Library.Tests/Library.Tests.csproj
- Update global.json to .NET SDK 10.0.100 with allowPrerelease
- Refactor Directory.Build.props for OSS best practices (LangVersion latest, PackageReadmeFile, Repository metadata)
- Update GitHub Actions workflows to use actions/setup-dotnet@v4 and dotnet-version 10.0.x
- Migrate NuGet publishing to Trusted Publishing (OIDC) by granting id-token permissions and removing static API key secrets

Co-authored-by: myarichuk <1473701+myarichuk@users.noreply.github.com>
@google-labs-jules

Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@myarichuk
myarichuk merged commit aaa6375 into main Mar 16, 2026
3 checks passed
@myarichuk
myarichuk deleted the update-dotnet-10-trusted-publishing-11004273750780280590 branch March 16, 2026 10:39
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.

1 participant