Skip to content

Commit

Permalink
Update .NET SDK to 9.0.100-preview.5.24307.3 (#2150)
Browse files Browse the repository at this point in the history
* Update .NET SDK

Update .NET SDK to version 9.0.100-preview.5.24307.3.

---
updated-dependencies:
- dependency-name: Microsoft.NET.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: polly-updater-bot[bot] <138034000+polly-updater-bot[bot]@users.noreply.github.com>

* Update packages
- Update NuGet packages for .NET 9 preview 5.
- Trigger builds for PRs to the dotnet-vnext branch.

---------

Signed-off-by: polly-updater-bot[bot] <138034000+polly-updater-bot[bot]@users.noreply.github.com>
Co-authored-by: polly-updater-bot[bot] <138034000+polly-updater-bot[bot]@users.noreply.github.com>
Co-authored-by: Martin Costello <[email protected]>
  • Loading branch information
polly-updater-bot[bot] and martincostello authored Jun 12, 2024
1 parent 4bc4037 commit 9a1e910
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 14 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/actions-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@ name: actions-lint

on:
push:
branches: [ main, release/* ]
branches:
- main
- release/*
- dotnet-vnext
paths-ignore:
- '**/*.gitattributes'
- '**/*.gitignore'
- '**/*.md'
pull_request:
branches: [ main, release/* ]
branches:
- main
- release/*
- dotnet-vnext
workflow_dispatch:

permissions:
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@ name: build

on:
push:
branches: [ main, release/* ]
branches:
- main
- release/*
- dotnet-vnext
tags: [ '*' ]
pull_request:
branches: [ main, release/* ]
branches:
- main
- release/*
- dotnet-vnext
workflow_dispatch:

env:
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@ name: code-scan

on:
push:
branches: [ main, release/* ]
branches:
- main
- release/*
- dotnet-vnext
pull_request:
branches: [ main, release/* ]
branches:
- main
- release/*
- dotnet-vnext
schedule:
- cron: '0 8 * * MON'
workflow_dispatch:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: dependency-review

on:
pull_request:
branches: [ main, release/* ]
branches:
- main
- release/*
- dotnet-vnext

permissions:
contents: read
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@ name: github-pages

on:
push:
branches: [ main, release/* ]
branches:
- main
- release/*
- dotnet-vnext
pull_request:
branches: [ main, release/* ]
branches:
- main
- release/*
- dotnet-vnext
workflow_dispatch:

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-push-do-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: on-push-do-docs

on:
push:
branches: [main]
branches: [ main ]
paths: [ "src/Snippets/**" ]
workflow_dispatch:

Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/updater-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: updater-approve

on:
pull_request:
branches: [ main, release/* ]
branches:
- main
- release/*
- dotnet-vnext

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<MicrosoftExtensionsTimeProviderVersion>8.5.0</MicrosoftExtensionsTimeProviderVersion>
</PropertyGroup>
<PropertyGroup Condition="$([MSBuild]::IsTargetFrameworkCompatible($(TargetFramework), 'net9.0'))">
<MicrosoftExtensionsVersion>9.0.0-preview.4.24266.19</MicrosoftExtensionsVersion>
<MicrosoftExtensionsTimeProviderVersion>9.0.0-preview.4.24271.2</MicrosoftExtensionsTimeProviderVersion>
<MicrosoftExtensionsVersion>9.0.0-preview.5.24306.7</MicrosoftExtensionsVersion>
<MicrosoftExtensionsTimeProviderVersion>9.0.0-preview.5.24311.7</MicrosoftExtensionsTimeProviderVersion>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="coverlet.msbuild" Version="6.0.2" />
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "9.0.100-preview.4.24267.66",
"version": "9.0.100-preview.5.24307.3",
"allowPrerelease": false,
"rollForward": "latestMajor"
}
Expand Down

0 comments on commit 9a1e910

Please sign in to comment.