Skip to content

Bump Microsoft.DotNet.SharedFramework.Sdk from 7.0.0-beta.22601.6 to 7.0.0-beta.23580.4 #220

Bump Microsoft.DotNet.SharedFramework.Sdk from 7.0.0-beta.22601.6 to 7.0.0-beta.23580.4

Bump Microsoft.DotNet.SharedFramework.Sdk from 7.0.0-beta.22601.6 to 7.0.0-beta.23580.4 #220

Workflow file for this run

name: .NET (build pull request)
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Install latest .NET SDK.
uses: Elskom/setup-latest-dotnet@main
with:
SDK_VERSION: '7.0.100'
RUNTIME_VERSIONS: ''
- name: Restore, Build, and Pack
uses: Elskom/build-dotnet@main