Skip to content

Bump System.Memory from 4.5.5 to 4.6.0 #112

Bump System.Memory from 4.5.5 to 4.6.0

Bump System.Memory from 4.5.5 to 4.6.0 #112

Workflow file for this run

name: .NET
on:
push:
branches: [ "master" ]
paths-ignore:
- 'docs/**'
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup .Net SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.x
- name: Build
run: dotnet build -c Release