Skip to content

Bump Microsoft.Extensions.Caching.Memory from 8.0.0 to 8.0.1 in /Usage #23

Bump Microsoft.Extensions.Caching.Memory from 8.0.0 to 8.0.1 in /Usage

Bump Microsoft.Extensions.Caching.Memory from 8.0.0 to 8.0.1 in /Usage #23

Workflow file for this run

name: Build using .NET Core
on:
push:
branches:
- '**'
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.x
- name: Pack with dotnet
run: dotnet pack --include-symbols --configuration Release
- name: Upload artifact
uses: actions/upload-artifact@v1
with:
name: release
path: SlimLib.Microsoft.Defender.AdvancedThreatProtection/bin/Release