Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move to sdk 8.0.402 #7348

Merged
merged 1 commit into from
Sep 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build-system/azure-pipeline.mntr-template.yaml
Original file line number Diff line number Diff line change
@@ -17,9 +17,9 @@ jobs:
vmImage: ${{ parameters.vmImage }}
steps:
- task: UseDotNet@2
displayName: 'Use .NET 8 SDK 8.0.100'
displayName: 'Use .NET 8 SDK 8.0.402'
inputs:
version: 8.0.100
version: 8.0.402
- task: Bash@3
displayName: Linux / OSX Build
inputs:
4 changes: 2 additions & 2 deletions build-system/azure-pipeline.template.yaml
Original file line number Diff line number Diff line change
@@ -24,9 +24,9 @@ jobs:
value: true
steps:
- task: UseDotNet@2
displayName: 'Use .NET 8 SDK 8.0.100'
displayName: 'Use .NET 8 SDK 8.0.402'
inputs:
version: 8.0.100
version: 8.0.402
- task: Bash@3
displayName: Linux / OSX Build
inputs:
4 changes: 2 additions & 2 deletions build-system/nightly-builds.yaml
Original file line number Diff line number Diff line change
@@ -20,9 +20,9 @@ variables:

steps:
- task: UseDotNet@2
displayName: 'Use .NET 8 SDK 8.0.100'
displayName: 'Use .NET 8 SDK 8.0.402'
inputs:
version: 8.0.100
version: 8.0.402
- task: BatchScript@1
displayName: 'FAKE Build'
inputs:
4 changes: 2 additions & 2 deletions build-system/pr-validation.yaml
Original file line number Diff line number Diff line change
@@ -62,9 +62,9 @@ jobs:
submodules: recursive # set to 'true' for a single level of submodules or 'recursive' to get submodules of submodules
persistCredentials: true
- task: UseDotNet@2
displayName: "Use .NET 8 SDK 8.0.100"
displayName: "Use .NET 8 SDK 8.0.402"
inputs:
version: 8.0.100
version: 8.0.402
- task: BatchScript@1
displayName: Windows Build
inputs:
4 changes: 2 additions & 2 deletions build-system/windows-release.yaml
Original file line number Diff line number Diff line change
@@ -23,9 +23,9 @@ variables:
value: akkadotnet/akka.net
steps:
- task: UseDotNet@2
displayName: 'Use .NET 8 SDK 8.0.100'
displayName: 'Use .NET 8 SDK 8.0.402'
inputs:
version: 8.0.100
version: 8.0.402
- task: BatchScript@1
displayName: 'FAKE Build'
inputs: